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:
authorJames Elliott <james-d-elliott@users.noreply.github.com>2022-06-25 04:07:03 +0300
committerJames Elliott <james-d-elliott@users.noreply.github.com>2022-06-25 04:44:10 +0300
commit00e4a7886e830b26838b5a33793d5e75086e4ce8 (patch)
tree01983326bd39636dfab11a8b8fc3e742636ad482 /config
parent75d250b240fe75249cc5682362c3a964761a6473 (diff)
feat(search): allow complete section customization
This allows configuring the searchable sections and which sections show the search box. In addition the javascript is only included on pages where the search box is visible.
Diffstat (limited to 'config')
-rw-r--r--config/_default/params.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/_default/params.toml b/config/_default/params.toml
index 5780d96..df9903b 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -83,6 +83,8 @@ lastMod = false
clipBoard = true
instantPage = true
flexSearch = true
+ searchSectionsShow = []
+ searchSectionsIndex = []
darkMode = true
bootStrapJs = true
breadCrumb = false