diff --git a/config.toml b/config.toml index d8dd26395..1eefb92aa 100644 --- a/config.toml +++ b/config.toml @@ -151,11 +151,16 @@ pre = "fa fa-rss" weight = 6 # Navbar and footer menu +[[menu.main]] +url = "/docs/authentication-providers/" +name = "Authentication providers" +weight = 1 + [[menu.docs]] url = "/docs/" name = "Docs" identifier = "docs" -weight = 1 +weight = 2 [[menu.docs]] url = "/docs/deploy" @@ -169,51 +174,45 @@ name = "Concepts" parent = "docs" weight = 2 -[[menu.docs]] -url = "/docs/authentication-providers/" -name = "Authentication providers" -parent = "docs" -weight = 3 - [[menu.docs]] url = "/docs/concepts/#architecture" name = "Architecture" parent = "docs" -weight = 4 +weight = 3 [[menu.docs]] url = "/docs/operate/" name = "Operate" parent = "docs" -weight = 5 +weight = 4 [[menu.docs]] url = "/docs/migration/" name = "Migration Guide" parent = "docs" -weight = 6 +weight = 5 [[menu.docs]] url = "/docs/faq/" name = "FAQ" parent = "docs" -weight = 7 +weight = 6 [[menu.docs]] url = "/docs/troubleshooting/" name = "Troubleshooting" parent = "docs" -weight = 8 +weight = 7 [[menu.main]] url = "/blog" name = "Blog" -weight = 2 +weight = 3 [[menu.main]] name = "Community" identifier = "community" -weight = 3 +weight = 4 [[menu.main]] url = "/community/" @@ -254,7 +253,7 @@ weight = 6 [[menu.main]] name = "Project" identifier = "project" -weight = 4 +weight = 5 [[menu.main]] url = "https://github.com/cncf/foundation/blob/master/code-of-conduct.md" @@ -325,7 +324,8 @@ weight = 11 [[menu.main]] url = "https://store.cncf.io/collections/keda" name = "Merch" -weight = 5 +parent = "project" +weight = 12 # "Features" section on the main page [[params.features]]