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
+
No navigation elements can be titled `api`. The `/api` path is a reserved folder in production environments. If a page URL has `/api`, it will return a 404 error.
13
+
</Info>
14
+
11
15
## Pages
12
16
13
17
Pages are the most fundamental navigation component.
0 commit comments