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

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Mooring <joe.mooring@veriphor.com>2022-11-11 08:52:35 +0300
committerGitHub <noreply@github.com>2022-11-11 08:52:35 +0300
commit7b4c517a6c90e862ec862b8aed82a1f309d145ed (patch)
tree9c8611504cc4a3938512386e0670cc9b4a921ae4
parentce35775e03778b4eaf02c97c0bff67e1076557bf (diff)
Fix docs menu weights
-rw-r--r--config/_default/menus/menus.en.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml
index 28bbc3ee3..7a956a47f 100644
--- a/config/_default/menus/menus.en.toml
+++ b/config/_default/menus/menus.en.toml
@@ -67,25 +67,25 @@
[[docs]]
name = "Troubleshooting"
- weight = 60
+ weight = 110
identifier = "troubleshooting"
url = "/troubleshooting/"
[[docs]]
name = "Tools"
- weight = 70
+ weight = 120
identifier = "tools"
url = "/tools/"
[[docs]]
name = "Hosting & Deployment"
- weight = 80
+ weight = 130
identifier = "hosting-and-deployment"
url = "/hosting-and-deployment/"
[[docs]]
name = "Contribute"
- weight = 100
+ weight = 140
post = "break"
identifier = "contribute"
url = "/contribute/"