Hidden Pages
Create pages that are not shown in navigation.
Hiding Pages
Add hidden: true to your page frontmatter:
markdown
---
title: "Secret Page"
hidden: true
---Hidden pages are still accessible via direct URL but won't appear in the sidebar navigation.