From 2f8043c051a018ac76652f993cfba32ad1b6add8 Mon Sep 17 00:00:00 2001 From: Steve Loeppky Date: Tue, 20 May 2025 11:28:11 -0700 Subject: [PATCH] Add trailing slashes to top level nav This is a temporary workaround for https://github.com/filecoin-project/lotus-docs/issues/796 --- config/_default/menus/menus.en.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml index 1c66959f..5f104b61 100644 --- a/config/_default/menus/menus.en.toml +++ b/config/_default/menus/menus.en.toml @@ -1,11 +1,11 @@ [[main]] name = "Lotus" - url = "/lotus/get-started/what-is-lotus" + url = "/lotus/get-started/what-is-lotus/" weight = 10 [[main]] name = "Storage Providers" - url = "/storage-providers/get-started/overview" + url = "/storage-providers/get-started/overview/" weight = 20 [[main]] @@ -21,7 +21,7 @@ [[main]] name = "Knowledge Base" - url = "/kb" + url = "/kb/" identifier = "kb" weight = 50