Skip to content

Commit 320742c

Browse files
authored
include /mcp in note about reserved paths (#973)
1 parent 2b55764 commit 320742c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

navigation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The [navigation](settings#param-navigation) property in [docs.json](settings) de
99
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.
1010

1111
<Info>
12-
Do not use `api` as a title for any navigation element. The `/api` path is reserved in production and will cause pages to return 404 errors if their URLs contain `/api`.
12+
Do not use `api` or `mcp` as titles for any navigation element. The `/api` and `/mcp` paths are reserved in production and will cause pages to return 404 errors if their URLs contain `/api` or `/mcp`.
1313
</Info>
1414

1515
## Pages

0 commit comments

Comments
 (0)