From ba9449c644677b22914177edf373c6475fb24777 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sat, 20 Apr 2024 06:58:39 +0300 Subject: [PATCH] docs: reduce section depth in TOC --- docs/manual.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual.nix b/docs/manual.nix index 17776f4..57aa934 100644 --- a/docs/manual.nix +++ b/docs/manual.nix @@ -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 '';