From e08c7cbbfbcd7ea5d53250881f0645b8266014a9 Mon Sep 17 00:00:00 2001 From: Dolan Date: Wed, 26 Sep 2018 02:12:10 +0100 Subject: [PATCH] Add table of contents to side bar --- docs/_sidebar.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 0b159a95a8..4b9a626a03 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -16,6 +16,7 @@ * [Bullet Points](usage/bullet-points.md) * [Numbering](usage/numbering.md) * [Tab Stops](usage/tab-stops.md) + * [Table of Contents](usage/table-of-contents.md) * Styling * [Styling with JS](usage/styling-with-js.md) * [Styling with XML](usage/styling-with-xml.md)