forked from lix-project/lix
docs: enable non-default TOC folding
Folding by default would prevent things like "Ctrl+F for nix-env" from
working trivially, but the user should be able to fold if they want to.
Change-Id: I5273272289f0f24e1f040c691580acfe33f66bd4
This commit is contained in:
parent
c71f21da3a
commit
afeaa2371c
|
@ -11,6 +11,10 @@ additional-js = ["redirects.js"]
|
||||||
# to just submit a Gerrit CL by the web for trivial stuff.
|
# to just submit a Gerrit CL by the web for trivial stuff.
|
||||||
edit-url-template = "https://github.com/lix-project/lix/tree/main/doc/manual/{path}"
|
edit-url-template = "https://github.com/lix-project/lix/tree/main/doc/manual/{path}"
|
||||||
git-repository-url = "https://git.lix.systems/lix-project/lix"
|
git-repository-url = "https://git.lix.systems/lix-project/lix"
|
||||||
|
# Folding by default would prevent things like "Ctrl+F for nix-env" from working
|
||||||
|
# trivially, but the user should be able to fold if they want to.
|
||||||
|
fold.enable = true
|
||||||
|
fold.level = 30
|
||||||
|
|
||||||
# Handles replacing @docroot@ with a path to ./src relative to that markdown file,
|
# Handles replacing @docroot@ with a path to ./src relative to that markdown file,
|
||||||
# {{#include handlebars}}, and the @generated@ syntax used within these. it mostly
|
# {{#include handlebars}}, and the @generated@ syntax used within these. it mostly
|
||||||
|
|
Loading…
Reference in a new issue