about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-10-28 11:46:10 +0100
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-10-30 10:25:09 +0100
commit227dff4e7013c5d525b5e97704b88e0c13b358e5 (patch)
tree17226b37f9cd3d894b4e44d7383be0e5d6e82f21 /nixos
parent8ee774042711dcb499881f5597ee627cd7c39ff7 (diff)
downloadnixlib-227dff4e7013c5d525b5e97704b88e0c13b358e5.tar
nixlib-227dff4e7013c5d525b5e97704b88e0c13b358e5.tar.gz
nixlib-227dff4e7013c5d525b5e97704b88e0c13b358e5.tar.bz2
nixlib-227dff4e7013c5d525b5e97704b88e0c13b358e5.tar.lz
nixlib-227dff4e7013c5d525b5e97704b88e0c13b358e5.tar.xz
nixlib-227dff4e7013c5d525b5e97704b88e0c13b358e5.tar.zst
nixlib-227dff4e7013c5d525b5e97704b88e0c13b358e5.zip
nixos manual: reduce toc depth
to reduce the amount of information presented.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/default.nix b/nixos/doc/manual/default.nix
index f9de2db1a084..a39ed7b8f7c0 100644
--- a/nixos/doc/manual/default.nix
+++ b/nixos/doc/manual/default.nix
@@ -62,7 +62,7 @@ let
     "--stringparam html.stylesheet 'style.css overrides.css highlightjs/mono-blue.css'"
     "--stringparam html.script './highlightjs/highlight.pack.js ./highlightjs/loader.js'"
     "--param xref.with.number.and.title 1"
-    "--param toc.section.depth 3"
+    "--param toc.section.depth 0"
     "--stringparam admon.style ''"
     "--stringparam callout.graphics.extension .svg"
     "--stringparam current.docid manual"