Navbar and footer settings control global links that appear across your docs site. Use them for high-value actions, product links, support links, social profiles, and legal pages.
Internal navbar and footer links can also make pages routable even when those pages are not listed in the main navigation.
Navbar structure
The navbar supports:
| Key | Purpose |
|---|---|
blur | Enables or disables navbar background blur |
primary | Main call to action |
secondary | Secondary call to action |
links | Up to three standard links |
Navbar items
Navbar items need text and href. They can also include an icon.
href can be:
- An external URL starting with
http://orhttps://. - An internal docs path starting with
/.
Internal docs paths must point to an existing MDX page in the docs root.
Primary button color
Only navbar.primary supports color.
Use this when the main call to action needs a brand color. Secondary items and
standard links do not support color.
Navbar links
navbar.links can include up to three items.
Use these for links readers may need from anywhere in the docs, such as:
- Product home.
- Dashboard or app.
- API status.
- Support.
- Changelog.
Keep labels short. Long navbar labels can crowd the top navigation.
Assistant navbar button
The Ask AI navbar button is configured in assistant.navbarButton, not
navbar.links.
Use this when Ask AI should appear as a dedicated top-nav action instead of a normal link.
Footer socials
Use footer.socials for social or community links.
Supported social keys:
Social values must be valid URLs.
Footer links
Use footer.links for legal pages, support pages, status pages, and other
global references.
Footer link objects support only text and href.
Internal links and routable pages
When a navbar or footer link points to an internal docs page, that page is included in the built site even if it is not listed in the main navigation.
The target file must exist at legal/security.mdx under the docs root.
Use this for pages readers should be able to access globally, but that do not belong in the main sidebar.