From 4c886a2f53762d06c75782740690e97638b044e3 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Wed, 30 Jul 2025 10:49:58 -0700 Subject: [PATCH] include `/mcp` in note about reserved paths --- navigation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navigation.mdx b/navigation.mdx index c8dbfa484..96e8779be 100644 --- a/navigation.mdx +++ b/navigation.mdx @@ -9,7 +9,7 @@ The [navigation](settings#param-navigation) property in [docs.json](settings) de 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. - 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`. + 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`. ## Pages