Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs-legacy/developer-portal/migrate-from-legacy-portal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs-legacy/workflows/migrate-api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

---

Expand Down
4 changes: 2 additions & 2 deletions redirects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand All @@ -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'
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The redirect for '/docs/realm/author/how-to/configure-nav/navigation-buttons' should point to '/docs/realm/config/navigation' (where navigation buttons are actually configured) instead of the general '/docs/realm/navigation' page, to maintain the correct context.

'/docs/realm/author/how-to/configure-nav/footer':
to: '/docs/realm/config/footer'
'/docs/realm/author/how-to/configure-nav/toc':
Expand Down
Loading