From e03138564c971a3576707ea6dbdc6ebe9ac485fa Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Tue, 19 Aug 2025 15:42:53 -0700 Subject: [PATCH 1/3] add localization --- navigation.mdx | 2 +- settings.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/navigation.mdx b/navigation.mdx index 745bdf366..390c61073 100644 --- a/navigation.mdx +++ b/navigation.mdx @@ -405,7 +405,7 @@ Partition your navigation into different languages. Languages are selectable fro In the `navigation` object, `languages` is an array where each entry is an object that requires a `language` field and can contain any other navigation fields. -We currently support the following languages: +We currently support the following languages for localization: } horizontal /> diff --git a/settings.mdx b/settings.mdx index 00c83f750..a8ab4b7c2 100644 --- a/settings.mdx +++ b/settings.mdx @@ -303,7 +303,7 @@ See [Themes](themes) for more information. - Language switcher configuration for multi-language sites. + Language switcher configuration for localized sites. From 7e141b66b6d9975ed03a69b8dd06a2e6b99ff7f3 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Tue, 19 Aug 2025 15:46:52 -0700 Subject: [PATCH 2/3] Update navigation.mdx --- navigation.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/navigation.mdx b/navigation.mdx index 390c61073..27698298f 100644 --- a/navigation.mdx +++ b/navigation.mdx @@ -12,6 +12,7 @@ With proper navigation configuration, you can organize your content so that user 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 Pages are the most fundamental navigation component. Pages map to the MDX files that make up your documentation. From 45a5c22f2a33a1293c834ac0b37eb31e00bc0391 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Tue, 19 Aug 2025 15:47:03 -0700 Subject: [PATCH 3/3] trigger deployment --- navigation.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/navigation.mdx b/navigation.mdx index 27698298f..390c61073 100644 --- a/navigation.mdx +++ b/navigation.mdx @@ -12,7 +12,6 @@ With proper navigation configuration, you can organize your content so that user 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 Pages are the most fundamental navigation component. Pages map to the MDX files that make up your documentation.