Revert "manual: fold sidebar sections" (#10698)

The original change arguably reduced ergonomics of navigation, since menu items weren't ctrl+f searchable any more.
This commit is contained in:
Valentin Gagarin 2024-05-14 21:23:29 +02:00 committed by GitHub
parent 52200474e1
commit 2f0031aedc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,8 +6,6 @@ additional-css = ["custom.css"]
additional-js = ["redirects.js"] additional-js = ["redirects.js"]
edit-url-template = "https://github.com/NixOS/nix/tree/master/doc/manual/{path}" edit-url-template = "https://github.com/NixOS/nix/tree/master/doc/manual/{path}"
git-repository-url = "https://github.com/NixOS/nix" git-repository-url = "https://github.com/NixOS/nix"
fold.enable = true
fold.level = 1
[preprocessor.anchors] [preprocessor.anchors]
renderers = ["html"] renderers = ["html"]