From 7893ae5caafecddb9589fe90719809b4f528f03e Mon Sep 17 00:00:00 2001 From: Chris Angelico Date: Fri, 16 Sep 2022 21:40:34 +1000 Subject: [PATCH] docs: Add top-level headings to main TOC It may be worth having the entire TOC up here, but this way, at least it's possible to jump to the other TOCs. --- docs/docs/partials/introduction.md | 3 +++ docs/generated/protocol.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docs/docs/partials/introduction.md b/docs/docs/partials/introduction.md index 42546c17..9fb7d4dc 100644 --- a/docs/docs/partials/introduction.md +++ b/docs/docs/partials/introduction.md @@ -19,6 +19,9 @@ - [RequestResponse (OpCode 7)](#requestresponse-opcode-7) - [RequestBatch (OpCode 8)](#requestbatch-opcode-8) - [RequestBatchResponse (OpCode 9)](#requestbatchresponse-opcode-9) +- [Enumerations](#enums) +- [Events](#events) +- [Requests](#requests) ## General Intro diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index 743783a5..6be02f8c 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -21,6 +21,9 @@ - [RequestResponse (OpCode 7)](#requestresponse-opcode-7) - [RequestBatch (OpCode 8)](#requestbatch-opcode-8) - [RequestBatchResponse (OpCode 9)](#requestbatchresponse-opcode-9) +- [Enumerations](#enums) +- [Events](#events) +- [Requests](#requests) ## General Intro