Exclude pages from your navigation
docs.json
navigation. To hide a page, remove it from your navigation structure.
Hidden pages use the same URL structure as regular pages based on their file path. For example, guides/hidden-page.mdx
would be accessible at docs.yoursite.com/guides/hidden-page
.
See an example of a hidden page.
seo
property to your docs.json
:
noindex: "true"
to its frontmatter.