diff --git a/docs/hugo.toml b/docs/hugo.toml index 21c08f294..0fa02975f 100644 --- a/docs/hugo.toml +++ b/docs/hugo.toml @@ -45,37 +45,37 @@ enableInlineShortcodes= true # Docs Navigation [[menu.main]] name = "Install" -url = "/docs/getting-started/install-porter" +url = "/docs/getting-started/install-porter/" identifier = "install-porter" weight = 1 [[menu.main]] name = "QuickStart" -url = "/docs/quickstart" +url = "/docs/quickstart/" identifier = "quickstart" weight = 2 [[menu.main]] name = "Blog" -url = "/blog" +url = "/blog/" identifier = "blog" weight = 3 [[menu.main]] name = "Community" -url = "/community" +url = "/community/" identifier = "community" weight = 4 [[menu.main]] name = "Learning" -url = "/docs/learn" +url = "/docs/learn/" identifier = "learn" weight = 5 [[menu.main]] name = "Docs" -url = "/docs" +url = "/docs/" identifier = "docs" weight = 6