Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorHenk Verlinde <henk@ventizo.com>2022-06-21 13:09:51 +0300
committerHenk Verlinde <henk@ventizo.com>2022-06-21 13:09:51 +0300
commit00220b0d86ca9d15ec3db6e9785d7a1e42a8fe8f (patch)
tree94f077d9f98fd26794c19109c77ebec46b078185 /config
parentacc6f89d1828932e20c2ac6ca1827a1aceae3864 (diff)
feat: add support for non-docs sections
Diffstat (limited to 'config')
-rw-r--r--config/_default/params.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/_default/params.toml b/config/_default/params.toml
index e4006f7..5780d96 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -75,6 +75,9 @@ docsRepoSubPath = ""
editPage = false
lastMod = false
+[sections]
+ sectionNav = ["docs", "guides"]
+
[options]
lazySizes = true
clipBoard = true