From ad76841ee2620da7608de03a0b2f72d93c62d6a9 Mon Sep 17 00:00:00 2001 From: thetutlage Date: Thu, 21 Nov 2024 03:45:20 +0000 Subject: [PATCH] chore(docs): update TOC --- README.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14c017b..4f4d4be 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,30 @@ ![](./assets/banner.png) - - + + +**Table of Contents** + +- [What is Youch?](#what-is-youch) +- [Usage](#usage) + - [Render error to HTML output](#render-error-to-html-output) + - [Render error to ANSI output](#render-error-to-ansi-output) +- [Anatomy of the error page](#anatomy-of-the-error-page) + - [Error info](#error-info) + - [Stack trace](#stack-trace) + - [Raw output](#raw-output) + - [Error cause](#error-cause) + - [Metadata (HTML only)](#metadata-html-only) +- [Using a custom source code loader](#using-a-custom-source-code-loader) +- [Injecting custom styles](#injecting-custom-styles) +- [Overriding syntax highlighter](#overriding-syntax-highlighter) +- [Configuring code editors](#configuring-code-editors) + - [How do you detect the user's code editor?](#how-do-you-detect-the-users-code-editor) +- [Contributing](#contributing) +- [Code of Conduct](#code-of-conduct) +- [License](#license) + + ## What is Youch?