From 7b4c517a6c90e862ec862b8aed82a1f309d145ed Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 10 Nov 2022 21:52:35 -0800 Subject: [PATCH] Fix docs menu weights --- config/_default/menus/menus.en.toml | 8 ++++---- 1 file 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/"