Docs
Generate beautiful, interactive documentation websites
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: true
1navigation: 2 - section: Introduction3 contents: 4 - page: My Page5 path: ./pages/my-page.mdx6 - page: Hide and Seek7 hidden: true8 path: ./pages/hide-and-seek.mdx9 - api: API Reference