docs: reduce section depth in TOC

This commit is contained in:
NotAShelf 2024-04-20 06:58:39 +03:00
parent 4beab0341f
commit ba9449c644
No known key found for this signature in database
GPG Key ID: 02D1DD3FA08B6B29
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ stdenv.mkDerivation {
--stylesheet highlightjs/tomorrow-night.min.css \
--stylesheet highlightjs/highlight-style.css \
--toc-depth 2 \
--section-toc-depth 2 \
--section-toc-depth 1 \
manual.md \
out/index.xhtml
'';