Skip to content

Commit 0c54bd8

Browse files
committed
docs(index): fix toctree formatting, remove hide-toc
why: The hide-toc frontmatter was suppressing the sidebar ToC, and the toctree directive was malformed (stray :hidden: outside block). what: - Remove hide-toc: true frontmatter - Remove stray "## Table of Contents" and ":hidden:" text - Add :hidden: to first toctree directive (matches libvcs pattern)
1 parent bdb7a7c commit 0c54bd8

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

docs/index.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
hide-toc: true
3-
---
4-
51
(index)=
62

73
# libtmux
@@ -10,12 +6,9 @@ hide-toc: true
106
:start-after: </div>
117
```
128

13-
## Table of Contents
14-
15-
:hidden:
16-
179
```{toctree}
1810
:maxdepth: 2
11+
:hidden:
1912
2013
quickstart
2114
about

0 commit comments

Comments
 (0)