From 050118ad5bffae012c5bdb3d329624adde4056cc Mon Sep 17 00:00:00 2001 From: JLekawa Date: Thu, 14 May 2026 16:12:05 +0200 Subject: [PATCH 1/3] docs(other): fix broken links and redirects --- docs-legacy/developer-portal/migrate-from-legacy-portal.md | 2 +- docs-legacy/workflows/migrate-api-reference.md | 2 +- redirects.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs-legacy/developer-portal/migrate-from-legacy-portal.md b/docs-legacy/developer-portal/migrate-from-legacy-portal.md index a4bc9de1..0c3414ed 100644 --- a/docs-legacy/developer-portal/migrate-from-legacy-portal.md +++ b/docs-legacy/developer-portal/migrate-from-legacy-portal.md @@ -1127,6 +1127,6 @@ That means you get a complete, working implementation of that component; ready t ## Resources - **[Create React pages](/docs/realm/customization/create-react-page)** - Build custom pages using React components for full control over layout, styling, and interactive functionality -- **[Navigation configuration](/docs/realm/navigation/navigation)** - Configure navigation elements, menus, and page organization for optimal user experience in Realm projects +- **[Navigation configuration](/docs/realm/navigation/)** - Configure navigation elements, menus, and page organization for optimal user experience in Realm projects - **[Color mode customization](/docs/realm/branding/customize-color-modes)** - Configure light and dark mode styling with custom color schemes and mode-specific CSS variables - **[Front matter configuration](/docs/realm/config/front-matter-config)** - Complete reference for page-level configuration options available through front matter settings diff --git a/docs-legacy/workflows/migrate-api-reference.md b/docs-legacy/workflows/migrate-api-reference.md index 75cf16f1..7534e150 100644 --- a/docs-legacy/workflows/migrate-api-reference.md +++ b/docs-legacy/workflows/migrate-api-reference.md @@ -144,7 +144,7 @@ The following table shows how to update some commonly used configuration options - `htmlTemplate` - Instead of supplying a template, use the configuration options for the navbar, sidebar, and footer sections. - The [navigation documentation](/docs/realm/navigation/navigation) is a good starting point to find out more about each element. + The [navigation documentation](/docs/realm/navigation/) is a good starting point to find out more about each element. --- diff --git a/redirects.yaml b/redirects.yaml index 011b53d5..05be867d 100644 --- a/redirects.yaml +++ b/redirects.yaml @@ -651,7 +651,7 @@ # Navigation redirects - Files moved to /navigation/ '/docs/realm/author/how-to/configure-nav': - to: '/docs/realm/navigation/navigation' + to: '/docs/realm/navigation/' '/docs/realm/author/how-to/configure-nav/navbar': to: '/docs/realm/config/navbar' '/docs/realm/author/how-to/configure-nav/sidebar': @@ -673,7 +673,7 @@ '/docs/realm/author/how-to/configure-nav/multiple-products': to: '/docs/realm/navigation/multi-product' '/docs/realm/author/how-to/configure-nav/navigation-buttons': - to: '/docs/realm/navigation/navigation' + to: '/docs/realm/navigation/' '/docs/realm/author/how-to/configure-nav/footer': to: '/docs/realm/config/footer' '/docs/realm/author/how-to/configure-nav/toc': From 1d902b9158f1a1af53a6ad78d98c8dfa3a7a4072 Mon Sep 17 00:00:00 2001 From: Adam Altman Date: Fri, 15 May 2026 11:31:19 -0500 Subject: [PATCH 2/3] chore: remove trailing slashes Co-authored-by: Adam Altman --- docs-legacy/developer-portal/migrate-from-legacy-portal.md | 2 +- docs-legacy/workflows/migrate-api-reference.md | 2 +- redirects.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs-legacy/developer-portal/migrate-from-legacy-portal.md b/docs-legacy/developer-portal/migrate-from-legacy-portal.md index 0c3414ed..f7f3730a 100644 --- a/docs-legacy/developer-portal/migrate-from-legacy-portal.md +++ b/docs-legacy/developer-portal/migrate-from-legacy-portal.md @@ -1127,6 +1127,6 @@ That means you get a complete, working implementation of that component; ready t ## Resources - **[Create React pages](/docs/realm/customization/create-react-page)** - Build custom pages using React components for full control over layout, styling, and interactive functionality -- **[Navigation configuration](/docs/realm/navigation/)** - Configure navigation elements, menus, and page organization for optimal user experience in Realm projects +- **[Navigation configuration](/docs/realm/navigation)** - Configure navigation elements, menus, and page organization for optimal user experience in Realm projects - **[Color mode customization](/docs/realm/branding/customize-color-modes)** - Configure light and dark mode styling with custom color schemes and mode-specific CSS variables - **[Front matter configuration](/docs/realm/config/front-matter-config)** - Complete reference for page-level configuration options available through front matter settings diff --git a/docs-legacy/workflows/migrate-api-reference.md b/docs-legacy/workflows/migrate-api-reference.md index 7534e150..6207738e 100644 --- a/docs-legacy/workflows/migrate-api-reference.md +++ b/docs-legacy/workflows/migrate-api-reference.md @@ -144,7 +144,7 @@ The following table shows how to update some commonly used configuration options - `htmlTemplate` - Instead of supplying a template, use the configuration options for the navbar, sidebar, and footer sections. - The [navigation documentation](/docs/realm/navigation/) is a good starting point to find out more about each element. + The [navigation documentation](/docs/realm/navigation) is a good starting point to find out more about each element. --- diff --git a/redirects.yaml b/redirects.yaml index 05be867d..7e7e93cc 100644 --- a/redirects.yaml +++ b/redirects.yaml @@ -651,7 +651,7 @@ # Navigation redirects - Files moved to /navigation/ '/docs/realm/author/how-to/configure-nav': - to: '/docs/realm/navigation/' + to: '/docs/realm/navigation' '/docs/realm/author/how-to/configure-nav/navbar': to: '/docs/realm/config/navbar' '/docs/realm/author/how-to/configure-nav/sidebar': @@ -673,7 +673,7 @@ '/docs/realm/author/how-to/configure-nav/multiple-products': to: '/docs/realm/navigation/multi-product' '/docs/realm/author/how-to/configure-nav/navigation-buttons': - to: '/docs/realm/navigation/' + to: '/docs/realm/navigation' '/docs/realm/author/how-to/configure-nav/footer': to: '/docs/realm/config/footer' '/docs/realm/author/how-to/configure-nav/toc': From 05274b252a63ff730981e6fd8d9870d1e6242716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacek=20=C5=81=C4=99kawa?= <164185257+JLekawa@users.noreply.github.com> Date: Mon, 18 May 2026 21:02:46 +0200 Subject: [PATCH 3/3] Apply suggestion from @JLekawa --- redirects.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redirects.yaml b/redirects.yaml index 7e7e93cc..118a7a2e 100644 --- a/redirects.yaml +++ b/redirects.yaml @@ -673,7 +673,7 @@ '/docs/realm/author/how-to/configure-nav/multiple-products': to: '/docs/realm/navigation/multi-product' '/docs/realm/author/how-to/configure-nav/navigation-buttons': - to: '/docs/realm/navigation' + to: '/docs/realm/config/navigation' '/docs/realm/author/how-to/configure-nav/footer': to: '/docs/realm/config/footer' '/docs/realm/author/how-to/configure-nav/toc':