For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Slack communityLog inBook a demo
  • Getting Started
    • Overview
    • Quickstart
    • Customer Showcase
  • Writing Content
    • Markdown
    • Visual Editor
    • Reusable Markdown
    • Custom React Components
      • Overview
      • Versions
      • Products
      • Announcement Banner
      • Changelogs
      • Hiding Content
    • Changelog
LogoLogo
Slack communityLog inBook a demo
Navigation

Hiding content in your site

Was this page helpful?
Previous

Generate your API Reference

Next
Built with

If you would like to hide a section or a page, you can add hidden: true to its configuration. Hidden sections and pages are accessible by URL only.

Hidden page
Hidden section
docs.yml
1navigation:
2 - section: Introduction
3 contents:
4 - page: My Page
5 path: ./pages/my-page.mdx
6 - page: Hide and Seek
7 hidden: true
8 path: ./pages/hide-and-seek.mdx
9 - api: API Reference
A site with a hidden page