Skip to content

Commit a2104f2

Browse files
committed
Add detailed Table of Contents to advanced usage guide
1 parent 010923d commit a2104f2

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

src/site/markdown/advanced.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,35 @@
44
55
This guide covers advanced scenarios for extending and customizing your Copilot integration.
66

7+
## Table of Contents
8+
9+
- [Custom Tools](#custom-tools)
10+
- [System Messages](#system-messages)
11+
- [Adding Rules](#adding-rules)
12+
- [Full Control](#full-control)
13+
- [File Attachments](#file-attachments)
14+
- [Bring Your Own Key (BYOK)](#bring-your-own-key-byok)
15+
- [Infinite Sessions](#infinite-sessions)
16+
- [Compaction Events](#compaction-events)
17+
- [MCP Servers](#mcp-servers)
18+
- [Skills Configuration](#skills-configuration)
19+
- [Loading Skills](#loading-skills)
20+
- [Disabling Skills](#disabling-skills)
21+
- [Custom Configuration Directory](#custom-configuration-directory)
22+
- [User Input Handling](#user-input-handling)
23+
- [Permission Handling](#permission-handling)
24+
- [Session Hooks](#session-hooks)
25+
- [Manual Server Control](#manual-server-control)
26+
- [Session Lifecycle Events](#session-lifecycle-events)
27+
- [Subscribing to All Lifecycle Events](#subscribing-to-all-lifecycle-events)
28+
- [Subscribing to Specific Event Types](#subscribing-to-specific-event-types)
29+
- [Foreground Session Control (TUI+Server Mode)](#foreground-session-control-tuiserver-mode)
30+
- [Getting the Foreground Session](#getting-the-foreground-session)
31+
- [Setting the Foreground Session](#setting-the-foreground-session)
32+
- [Error Handling](#error-handling)
33+
- [Event Handler Exceptions](#event-handler-exceptions)
34+
- [Custom Event Error Handler](#custom-event-error-handler)
35+
736
---
837

938
## Custom Tools

0 commit comments

Comments
 (0)