config: switch versioning off per default

This commit is contained in:
Henk Verlinde
2021-10-04 16:29:39 +02:00
parent b290c57d3d
commit 0b9c219922
5 changed files with 13 additions and 13 deletions

View File

@ -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

View File

@ -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]]

View File

@ -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