You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: navigation.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@ The [navigation](settings#param-navigation) property in [docs.json](settings) de
8
8
9
9
With proper navigation configuration, you can organize your content into a logical hierarchy that makes it easy for users to find exactly what they're looking for.
10
10
11
+
<Info>
12
+
**Hidden Pages**: You can create pages that don't appear in your navigation but are still accessible via direct URL. Simply create a page file without adding it to any navigation element in your `docs.json`. These hidden pages remain publicly accessible to anyone with the URL - they're just not displayed in menus or sidebars. Learn more about [hidden pages](/guides/hidden-pages).
13
+
</Info>
14
+
11
15
## Pages
12
16
13
17
Pages are the most fundamental navigation component.
0 commit comments