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>2021-10-04 17:29:39 +0300
committerHenk Verlinde <henk@ventizo.com>2021-10-04 17:29:39 +0300
commit0b9c219922105bbf06d96bd3d63297e1ace9d404 (patch)
treeaa0b20ae6e1c216fcaa7349f2bc7234c33b00ed0 /config
parentb290c57d3d016136e7227593184607a6cb3b4342 (diff)
config: switch versioning off per default
Diffstat (limited to 'config')
-rw-r--r--config/_default/config.toml2
-rw-r--r--config/_default/menus/menus.en.toml4
-rw-r--r--config/_default/params.toml4
3 files changed, 5 insertions, 5 deletions
diff --git a/config/_default/config.toml b/config/_default/config.toml
index 17c3bc6..df71fa9 100644
--- a/config/_default/config.toml
+++ b/config/_default/config.toml
@@ -62,7 +62,7 @@ rel = "sitemap"
[permalinks]
blog = "/blog/:title/"
- docs = "/docs/1.0/:sections[1:]/:title/"
+# docs = "/docs/1.0/:sections[1:]/:title/"
[minify.tdewolff.html]
keepWhitespace = false
diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml
index 99e0e1c..935d480 100644
--- a/config/_default/menus/menus.en.toml
+++ b/config/_default/menus/menus.en.toml
@@ -12,8 +12,8 @@
[[main]]
name = "Docs"
-# url = "/docs/prologue/introduction/"
- url = "/docs/1.0/prologue/introduction/"
+ url = "/docs/prologue/introduction/"
+# url = "/docs/1.0/prologue/introduction/"
weight = 10
[[main]]
diff --git a/config/_default/params.toml b/config/_default/params.toml
index 5de08c3..42cc484 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -7,7 +7,7 @@ titleAddition = "Modern Documentation Theme"
description = "Doks is a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default."
## Documentation
-docsVersion = "1.0"
+# docsVersion = "1.0"
## Open Graph
images = ["doks.png"]
@@ -82,4 +82,4 @@ editPage = false
kaTex = false
collapsibleSidebar = true
multilingualMode = false
- docsVersioning = true
+ docsVersioning = false