From 4fe2e1127df725ceea3815c5977ee3f6afc85834 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 10:17:21 +0000 Subject: [PATCH 1/5] docs: fix config keys, MCP URLs, and coverage gaps --- components/view.mdx | 4 +++- editor/agent.mdx | 2 ++ editor/publish.mdx | 2 +- integrations/analytics/overview.mdx | 2 +- search-index/connect.mdx | 16 ++++++++-------- 5 files changed, 15 insertions(+), 11 deletions(-) diff --git a/components/view.mdx b/components/view.mdx index b390e9a65..887864df5 100644 --- a/components/view.mdx +++ b/components/view.mdx @@ -7,6 +7,8 @@ boost: 3 Use the `View` component to create content that changes based on the selected view in a multi-view dropdown. This is particularly useful for showing code examples or documentation specific to different programming languages or frameworks. +Mintlify builds the multi-view dropdown automatically from the `title` of each `View` component on the page. You don't configure the dropdown separately. Use one `View` per title per page: duplicate titles are ignored, and a `View` without a title is never rendered. + Use one view component per language per page. Use [tabs](/components/tabs) for procedures that differ by language and [code groups](/components/code-groups) for code examples that differ by language. @@ -56,7 +58,7 @@ If you have different heading structures in each view, users only see the headin ## Properties - The title that identifies this view. Must match one of the options in the multi-view dropdown. + The title that identifies this view. Each unique title on the page becomes an option in the multi-view dropdown. diff --git a/editor/agent.mdx b/editor/agent.mdx index 331e29756..67c294cc5 100644 --- a/editor/agent.mdx +++ b/editor/agent.mdx @@ -12,6 +12,8 @@ The editor agent makes changes directly in your current branch. Like your own ed Click **Ask agent** in the editor toolbar, or press Cmd + I (macOS) or Ctrl + I (Windows). The same button and shortcut work on dashboard settings pages. Your chat session stays open as you move between the editor and settings. The agent is available to editors and admins. [Viewers](/dashboard/roles) don't see the **Ask agent** button. +The editor agent is included on [Pro and Enterprise plans](https://mintlify.com/pricing). Using it doesn't consume [credits](/credits). + Type @ to mention a specific page, and the agent focuses on it. Without a mention, it uses the page you currently have open. On dashboard settings pages, the agent knows which settings screen you're viewing, so you can ask about the visible setting without naming it. Example prompts: diff --git a/editor/publish.mdx b/editor/publish.mdx index 15755c869..4c1bd491d 100644 --- a/editor/publish.mdx +++ b/editor/publish.mdx @@ -50,7 +50,7 @@ Edit directly on your deployment branch if you do not use a Git-based workflow. To create a branch, click the branch name in the editor toolbar, select **Create new branch**, enter a name, then click **Create branch**. - Creating or switching branches while you have unpublished changes prompts you to bring those changes with you or leave them behind. Changes you leave behind stay on the original branch. + Creating a branch while you have unpublished changes prompts you to bring those changes with you or leave them behind. Changes you leave behind stay on the original branch. Switching to an existing branch doesn't prompt you, and unsaved changes are lost. Save your work before switching. See [Work with branches](/guides/branches). ### Show the branch selector diff --git a/integrations/analytics/overview.mdx b/integrations/analytics/overview.mdx index 0a688595e..0c741d97d 100644 --- a/integrations/analytics/overview.mdx +++ b/integrations/analytics/overview.mdx @@ -483,7 +483,7 @@ Analytics integrations only require public API keys, which are accessible to any "appId": "required" }, "hightouch": { - "apiKey": "required", + "writeKey": "required", "apiHost": "optional" }, "hotjar": { diff --git a/search-index/connect.mdx b/search-index/connect.mdx index 22f6b5599..ea1f157a6 100644 --- a/search-index/connect.mdx +++ b/search-index/connect.mdx @@ -56,7 +56,7 @@ To configure an agent manually, or to verify what the CLI changed, follow the st Run the following command: ```bash - claude mcp add --transport http mintlify-index https://index.mintlify.com + claude mcp add --transport http mintlify-index https://index.mintlify.com/mcp ``` @@ -73,7 +73,7 @@ To configure an agent manually, or to verify what the CLI changed, follow the st Click **Install in Cursor**, review the MCP configuration, and approve the installation. - Install in Cursor + Install in Cursor To configure Cursor manually instead: @@ -90,7 +90,7 @@ To configure an agent manually, or to verify what the CLI changed, follow the st { "mcpServers": { "mintlify-index": { - "url": "https://index.mintlify.com" + "url": "https://index.mintlify.com/mcp" } } } @@ -109,7 +109,7 @@ To configure an agent manually, or to verify what the CLI changed, follow the st "servers": { "mintlify-index": { "type": "http", - "url": "https://index.mintlify.com" + "url": "https://index.mintlify.com/mcp" } } } @@ -121,7 +121,7 @@ To configure an agent manually, or to verify what the CLI changed, follow the st ```toml [mcp_servers.mintlify-index] type = "http" - url = "https://index.mintlify.com" + url = "https://index.mintlify.com/mcp" ``` @@ -132,7 +132,7 @@ To configure an agent manually, or to verify what the CLI changed, follow the st "mcp": { "mintlify-index": { "type": "remote", - "url": "https://index.mintlify.com", + "url": "https://index.mintlify.com/mcp", "enabled": true } } @@ -146,7 +146,7 @@ To configure an agent manually, or to verify what the CLI changed, follow the st { "mcpServers": { "mintlify-index": { - "serverUrl": "https://index.mintlify.com" + "serverUrl": "https://index.mintlify.com/mcp" } } } @@ -159,7 +159,7 @@ To configure an agent manually, or to verify what the CLI changed, follow the st { "context_servers": { "mintlify-index": { - "url": "https://index.mintlify.com" + "url": "https://index.mintlify.com/mcp" } } } From 8b4648d5e7e493c58d0ca7e89522598a4438f22d Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 10:21:19 +0000 Subject: [PATCH 2/5] docs: mirror PR changes into es, fr, zh translations --- es/components/view.mdx | 4 +++- es/editor/agent.mdx | 2 ++ es/editor/publish.mdx | 2 +- es/integrations/analytics/overview.mdx | 2 +- es/search-index/connect.mdx | 16 ++++++++-------- fr/components/view.mdx | 4 +++- fr/editor/agent.mdx | 2 ++ fr/editor/publish.mdx | 2 +- fr/integrations/analytics/overview.mdx | 2 +- fr/search-index/connect.mdx | 16 ++++++++-------- zh/components/view.mdx | 4 +++- zh/editor/agent.mdx | 2 ++ zh/editor/publish.mdx | 2 +- zh/integrations/analytics/overview.mdx | 2 +- zh/search-index/connect.mdx | 16 ++++++++-------- 15 files changed, 45 insertions(+), 33 deletions(-) diff --git a/es/components/view.mdx b/es/components/view.mdx index e01b729f8..d8860407d 100644 --- a/es/components/view.mdx +++ b/es/components/view.mdx @@ -7,6 +7,8 @@ boost: 3 Usa el componente `View` para crear contenido que cambie según la vista seleccionada en un menú desplegable de múltiples vistas. Es especialmente útil para mostrar ejemplos de código o documentación específica para distintos lenguajes de programación o frameworks. +Mintlify construye automáticamente el menú desplegable de vistas múltiples a partir del `title` de cada componente `View` de la página. No necesitas configurar el menú desplegable por separado. Usa un `View` por título en cada página: los títulos duplicados se ignoran, y un `View` sin título nunca se renderiza. + Usa un componente `View` por lenguaje en cada página. Usa [pestañas](/es/components/tabs) para procedimientos que varían según el lenguaje y [grupos de código](/es/components/code-groups) para ejemplos de código que difieren según el lenguaje. @@ -62,7 +64,7 @@ Si tienes estructuras de encabezados diferentes en cada vista, los usuarios solo - El título que identifica esta vista. Debe coincidir con una de las opciones del menú desplegable de vistas múltiples. + El título que identifica esta vista. Cada título único de la página se convierte en una opción del menú desplegable de vistas múltiples. diff --git a/es/editor/agent.mdx b/es/editor/agent.mdx index 0a22cd388..131bd4285 100644 --- a/es/editor/agent.mdx +++ b/es/editor/agent.mdx @@ -18,6 +18,8 @@ Los mensajes del agente del editor son gratuitos y no cuentan para el [saldo de Haga clic en **Ask agent** en la barra de herramientas del editor o presione Cmd + I (macOS) o Ctrl + I (Windows). El mismo botón y atajo funcionan en las páginas de configuración del dashboard, donde el panel se acopla junto a la navegación de configuración. Su sesión de chat permanece abierta al moverse entre el editor y la configuración. El agente está disponible para los editors y admins. Los [viewers](/es/dashboard/roles) no ven el botón **Ask agent**. +El agente del editor está incluido en los [planes Pro y Enterprise](https://mintlify.com/pricing). Usarlo no consume [créditos](/es/credits). + Escriba @ para mencionar una página concreta y el agente se centrará en ella. Sin una mención, usa la página que tiene abierta. En las páginas de configuración del dashboard, el agente sabe qué pantalla de configuración está viendo, así que puede preguntar por la configuración visible sin nombrarla. Prompts de ejemplo: diff --git a/es/editor/publish.mdx b/es/editor/publish.mdx index 9a9935991..b4a5d2e0e 100644 --- a/es/editor/publish.mdx +++ b/es/editor/publish.mdx @@ -62,7 +62,7 @@ Edite directamente en su deployment branch si no usa un flujo de trabajo basado Para crear una branch, haga clic en el nombre de la branch en la barra de herramientas del editor, seleccione **Create new branch**, escriba un nombre y haga clic en **Create branch**. - Crear o cambiar de branch mientras tiene cambios sin publicar le pide que decida si quiere llevarlos consigo o dejarlos atrás. Los cambios que deja atrás permanecen en la branch original. + Crear una branch mientras tiene cambios sin publicar le pide que decida si quiere llevarlos consigo o dejarlos atrás. Los cambios que deja atrás permanecen en la branch original. Cambiar a una branch existente no muestra ningún aviso y los cambios sin guardar se pierden. Guarde su trabajo antes de cambiar. Consulte [Trabajar con branches](/es/guides/branches).
diff --git a/es/integrations/analytics/overview.mdx b/es/integrations/analytics/overview.mdx index 265f963d6..8f6dec9be 100644 --- a/es/integrations/analytics/overview.mdx +++ b/es/integrations/analytics/overview.mdx @@ -487,7 +487,7 @@ Configura las credenciales de tu proveedor de Analytics en el objeto `integratio "appId": "obligatorio" }, "hightouch": { - "apiKey": "obligatorio", + "writeKey": "obligatorio", "apiHost": "optional" }, "hotjar": { diff --git a/es/search-index/connect.mdx b/es/search-index/connect.mdx index 98caccd55..701599950 100644 --- a/es/search-index/connect.mdx +++ b/es/search-index/connect.mdx @@ -60,7 +60,7 @@ Para configurar un agente manualmente, o para verificar lo que cambió la CLI, s Ejecuta el siguiente comando: ```bash - claude mcp add --transport http mintlify-index https://index.mintlify.com + claude mcp add --transport http mintlify-index https://index.mintlify.com/mcp ``` @@ -77,7 +77,7 @@ Para configurar un agente manualmente, o para verificar lo que cambió la CLI, s Selecciona **Instalar en Cursor**, revisa la configuración de MCP y aprueba la instalación. - Instalar en Cursor + Instalar en Cursor Para configurar Cursor manualmente: @@ -94,7 +94,7 @@ Para configurar un agente manualmente, o para verificar lo que cambió la CLI, s { "mcpServers": { "mintlify-index": { - "url": "https://index.mintlify.com" + "url": "https://index.mintlify.com/mcp" } } } @@ -113,7 +113,7 @@ Para configurar un agente manualmente, o para verificar lo que cambió la CLI, s "servers": { "mintlify-index": { "type": "http", - "url": "https://index.mintlify.com" + "url": "https://index.mintlify.com/mcp" } } } @@ -125,7 +125,7 @@ Para configurar un agente manualmente, o para verificar lo que cambió la CLI, s ```toml [mcp_servers.mintlify-index] type = "http" - url = "https://index.mintlify.com" + url = "https://index.mintlify.com/mcp" ``` @@ -136,7 +136,7 @@ Para configurar un agente manualmente, o para verificar lo que cambió la CLI, s "mcp": { "mintlify-index": { "type": "remote", - "url": "https://index.mintlify.com", + "url": "https://index.mintlify.com/mcp", "enabled": true } } @@ -150,7 +150,7 @@ Para configurar un agente manualmente, o para verificar lo que cambió la CLI, s { "mcpServers": { "mintlify-index": { - "serverUrl": "https://index.mintlify.com" + "serverUrl": "https://index.mintlify.com/mcp" } } } @@ -163,7 +163,7 @@ Para configurar un agente manualmente, o para verificar lo que cambió la CLI, s { "context_servers": { "mintlify-index": { - "url": "https://index.mintlify.com" + "url": "https://index.mintlify.com/mcp" } } } diff --git a/fr/components/view.mdx b/fr/components/view.mdx index eb51c2e1f..2679bd9e5 100644 --- a/fr/components/view.mdx +++ b/fr/components/view.mdx @@ -7,6 +7,8 @@ boost: 3 Utilisez le composant `View` pour créer du contenu qui change en fonction de la vue sélectionnée dans un menu déroulant à vues multiples. C’est particulièrement utile pour afficher des exemples de code ou une documentation spécifique à différents langages de programmation ou frameworks. +Mintlify construit automatiquement le menu déroulant multi‑vue à partir du `title` de chaque composant `View` de la page. Vous n’avez pas à configurer le menu déroulant séparément. Utilisez un `View` par titre et par page : les titres en double sont ignorés, et un `View` sans titre n’est jamais affiché. + Utilisez un composant `View` par langage et par page. Utilisez des [onglets](/fr/components/tabs) pour les procédures qui diffèrent selon le langage et des [groupes de code](/fr/components/code-groups) pour les exemples de code qui diffèrent selon le langage. @@ -62,7 +64,7 @@ Si vous avez des structures de titres différentes dans chaque vue, les utilisat
- Le titre qui identifie cette vue. Doit correspondre à l’une des options du menu déroulant multi‑vue. + Le titre qui identifie cette vue. Chaque titre unique de la page devient une option du menu déroulant multi‑vue. diff --git a/fr/editor/agent.mdx b/fr/editor/agent.mdx index d919dbb84..24fcc53f6 100644 --- a/fr/editor/agent.mdx +++ b/fr/editor/agent.mdx @@ -18,6 +18,8 @@ Les messages de l'agent de l'éditeur sont gratuits et ne comptent pas dans le [ Cliquez sur **Ask agent** dans la barre d'outils de l'éditeur, ou appuyez sur Cmd + I (macOS) ou Ctrl + I (Windows). Le même bouton et le même raccourci fonctionnent sur les pages de paramètres du dashboard, où le panneau s'ancre à côté de la navigation des paramètres. Votre session de chat reste ouverte lorsque vous passez de l'éditeur aux paramètres. L'agent est disponible pour les editors et les admins. Les [viewers](/fr/dashboard/roles) ne voient pas le bouton **Ask agent**. +L'agent de l'éditeur est inclus dans les [plans Pro et Enterprise](https://mintlify.com/pricing). Son utilisation ne consomme pas de [crédits](/fr/credits). + Saisissez @ pour mentionner une page précise et l'agent se concentre dessus. Sans mention, il utilise la page que vous avez ouverte. Sur les pages de paramètres du dashboard, l'agent sait quel écran de paramètres vous consultez, vous pouvez donc l'interroger sur le paramètre affiché sans le nommer. Exemples de prompts : diff --git a/fr/editor/publish.mdx b/fr/editor/publish.mdx index 0a9825740..65b25177f 100644 --- a/fr/editor/publish.mdx +++ b/fr/editor/publish.mdx @@ -62,7 +62,7 @@ Travaillez directement sur votre deployment branch si vous n'utilisez pas de wor Pour créer une branch, cliquez sur le nom de la branch dans la barre d'outils de l'éditeur, sélectionnez **Create new branch**, saisissez un nom, puis cliquez sur **Create branch**. - Créer une branch ou en changer alors que vous avez des modifications non publiées vous invite à les emporter avec vous ou à les laisser. Les modifications que vous laissez restent sur la branch d'origine. + Créer une branch alors que vous avez des modifications non publiées vous invite à les emporter avec vous ou à les laisser. Les modifications que vous laissez restent sur la branch d'origine. Passer à une branch existante n'affiche aucune invite et les modifications non enregistrées sont perdues. Enregistrez votre travail avant de changer de branch. Consultez [Travailler avec des branches](/fr/guides/branches).
diff --git a/fr/integrations/analytics/overview.mdx b/fr/integrations/analytics/overview.mdx index be04afdeb..88263f306 100644 --- a/fr/integrations/analytics/overview.mdx +++ b/fr/integrations/analytics/overview.mdx @@ -487,7 +487,7 @@ Ajoutez les identifiants de votre fournisseur d’Analytics à l’objet `integr "appId": "required" }, "hightouch": { - "apiKey": "required", + "writeKey": "required", "apiHost": "optionnel" }, "hotjar": { diff --git a/fr/search-index/connect.mdx b/fr/search-index/connect.mdx index 1b735c94e..f2ff6ffe9 100644 --- a/fr/search-index/connect.mdx +++ b/fr/search-index/connect.mdx @@ -60,7 +60,7 @@ Pour configurer manuellement un agent, ou vérifier les modifications effectuée Exécutez la commande suivante : ```bash - claude mcp add --transport http mintlify-index https://index.mintlify.com + claude mcp add --transport http mintlify-index https://index.mintlify.com/mcp ``` @@ -77,7 +77,7 @@ Pour configurer manuellement un agent, ou vérifier les modifications effectuée Sélectionnez **Installer dans Cursor**, vérifiez la configuration MCP et approuvez l’installation. - Installer dans Cursor + Installer dans Cursor Pour configurer Cursor manuellement : @@ -94,7 +94,7 @@ Pour configurer manuellement un agent, ou vérifier les modifications effectuée { "mcpServers": { "mintlify-index": { - "url": "https://index.mintlify.com" + "url": "https://index.mintlify.com/mcp" } } } @@ -113,7 +113,7 @@ Pour configurer manuellement un agent, ou vérifier les modifications effectuée "servers": { "mintlify-index": { "type": "http", - "url": "https://index.mintlify.com" + "url": "https://index.mintlify.com/mcp" } } } @@ -125,7 +125,7 @@ Pour configurer manuellement un agent, ou vérifier les modifications effectuée ```toml [mcp_servers.mintlify-index] type = "http" - url = "https://index.mintlify.com" + url = "https://index.mintlify.com/mcp" ``` @@ -136,7 +136,7 @@ Pour configurer manuellement un agent, ou vérifier les modifications effectuée "mcp": { "mintlify-index": { "type": "remote", - "url": "https://index.mintlify.com", + "url": "https://index.mintlify.com/mcp", "enabled": true } } @@ -150,7 +150,7 @@ Pour configurer manuellement un agent, ou vérifier les modifications effectuée { "mcpServers": { "mintlify-index": { - "serverUrl": "https://index.mintlify.com" + "serverUrl": "https://index.mintlify.com/mcp" } } } @@ -163,7 +163,7 @@ Pour configurer manuellement un agent, ou vérifier les modifications effectuée { "context_servers": { "mintlify-index": { - "url": "https://index.mintlify.com" + "url": "https://index.mintlify.com/mcp" } } } diff --git a/zh/components/view.mdx b/zh/components/view.mdx index 1ef8af352..5e4528ed7 100644 --- a/zh/components/view.mdx +++ b/zh/components/view.mdx @@ -7,6 +7,8 @@ boost: 3 使用 `View` 组件来创建会根据多视图下拉菜单中所选视图而变化的内容。这对于展示面向不同编程语言或框架的代码示例或特定文档特别有用。 +Mintlify 会根据页面上每个 `View` 组件的 `title` 自动生成多视图下拉菜单。你无需单独配置下拉菜单。每个页面中每个标题只使用一个 `View`:重复的标题会被忽略,没有标题的 `View` 永远不会被渲染。 + 每种语言在每个页面上只使用一个 `View` 组件。对于因语言不同而步骤不同的操作流程,请使用 [tabs](/zh/components/tabs);对于因语言不同而代码不同的示例,请使用 [code groups](/zh/components/code-groups)。 @@ -62,7 +64,7 @@ boost: 3
- 用于标识此视图的标题。必须与多视图下拉菜单中的某个选项一致。 + 用于标识此视图的标题。页面上每个唯一的标题都会成为多视图下拉菜单中的一个选项。 diff --git a/zh/editor/agent.mdx b/zh/editor/agent.mdx index 2145bef0f..186d5b7e5 100644 --- a/zh/editor/agent.mdx +++ b/zh/editor/agent.mdx @@ -18,6 +18,8 @@ keywords: ["editor", "AI", "assistant", "agent", "chat", "comments", "suggestion 点击编辑器工具栏中的 **Ask agent**,或按 Cmd + I(macOS)或 Ctrl + I(Windows)。同一按钮和快捷键在仪表板设置页面同样可用,面板会停靠在设置导航旁边。在编辑器和设置之间切换时,聊天会话会保持打开。智能体可供 editors 和 admins 使用。[Viewers](/zh/dashboard/roles) 看不到 **Ask agent** 按钮。 +编辑器智能体包含在 [Pro 和 Enterprise 方案](https://mintlify.com/pricing)中。使用它不会消耗[积分](/zh/credits)。 + 输入 @ 提及特定页面,智能体就会聚焦该页面。如果没有提及,它会使用你当前打开的页面。在仪表板设置页面上,智能体知道你正在查看哪个设置界面,因此你无需说明名称即可询问当前可见的设置。 示例提示: diff --git a/zh/editor/publish.mdx b/zh/editor/publish.mdx index 6830d213b..4d30568f7 100644 --- a/zh/editor/publish.mdx +++ b/zh/editor/publish.mdx @@ -62,7 +62,7 @@ keywords: ["publish", "branch", "git", "commit", "conflicts", "deploy", "pull re 若要创建分支,请点击编辑器工具栏中的分支名称,选择 **Create new branch**,输入名称,然后点击 **Create branch**。 - 在有未发布更改时创建或切换分支,系统会询问你是把这些更改一起带走,还是留在原处。留下的更改会保留在原分支上。 + 在有未发布更改时创建分支,系统会询问你是把这些更改一起带走,还是留在原处。留下的更改会保留在原分支上。切换到现有分支不会出现任何提示,未保存的更改会丢失。切换前请先保存工作。请参阅[使用 branch](/zh/guides/branches)。
diff --git a/zh/integrations/analytics/overview.mdx b/zh/integrations/analytics/overview.mdx index dd142f7ca..690ee965e 100644 --- a/zh/integrations/analytics/overview.mdx +++ b/zh/integrations/analytics/overview.mdx @@ -487,7 +487,7 @@ fill="#7166F6" "appId": "required" }, "hightouch": { - "apiKey": "required", + "writeKey": "required", "apiHost": "optional" }, "hotjar": { diff --git a/zh/search-index/connect.mdx b/zh/search-index/connect.mdx index e6d91973e..f673b8e98 100644 --- a/zh/search-index/connect.mdx +++ b/zh/search-index/connect.mdx @@ -60,7 +60,7 @@ npx mint index --claude --cursor 运行以下命令: ```bash - claude mcp add --transport http mintlify-index https://index.mintlify.com + claude mcp add --transport http mintlify-index https://index.mintlify.com/mcp ``` @@ -77,7 +77,7 @@ npx mint index --claude --cursor 选择**在 Cursor 中安装**,检查 MCP 配置,然后批准安装。 - 在 Cursor 中安装 + 在 Cursor 中安装 也可以手动配置 Cursor: @@ -94,7 +94,7 @@ npx mint index --claude --cursor { "mcpServers": { "mintlify-index": { - "url": "https://index.mintlify.com" + "url": "https://index.mintlify.com/mcp" } } } @@ -113,7 +113,7 @@ npx mint index --claude --cursor "servers": { "mintlify-index": { "type": "http", - "url": "https://index.mintlify.com" + "url": "https://index.mintlify.com/mcp" } } } @@ -125,7 +125,7 @@ npx mint index --claude --cursor ```toml [mcp_servers.mintlify-index] type = "http" - url = "https://index.mintlify.com" + url = "https://index.mintlify.com/mcp" ``` @@ -136,7 +136,7 @@ npx mint index --claude --cursor "mcp": { "mintlify-index": { "type": "remote", - "url": "https://index.mintlify.com", + "url": "https://index.mintlify.com/mcp", "enabled": true } } @@ -150,7 +150,7 @@ npx mint index --claude --cursor { "mcpServers": { "mintlify-index": { - "serverUrl": "https://index.mintlify.com" + "serverUrl": "https://index.mintlify.com/mcp" } } } @@ -163,7 +163,7 @@ npx mint index --claude --cursor { "context_servers": { "mintlify-index": { - "url": "https://index.mintlify.com" + "url": "https://index.mintlify.com/mcp" } } } From 40ac9a6099e5689bc494f44a1a16a2f72b66e766 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 13:45:11 +0000 Subject: [PATCH 3/5] Updated mintlify pages - Updated index.mdx Mintlify-Source: dashboard-editor --- index.mdx | 73 ------------------------------------------------------- 1 file changed, 73 deletions(-) diff --git a/index.mdx b/index.mdx index a1efde0ba..a41f62170 100644 --- a/index.mdx +++ b/index.mdx @@ -5,76 +5,3 @@ mode: "frame" keywords: ["overview", "platform", "getting started", "features"] boost: 3 --- - -{/* vale Mintlify.Semicolons = NO */} - -export const HeroCard = ({ filename, title, description, href }) => { - return ( - - - -

- {title} -

- {description} -
- ); -}; - -{/* vale Mintlify.Semicolons = YES */} - -
-
- Decorative background image. - Decorative background image. -
- -
-

- Documentation -

- -
- Meet the next generation of documentation. AI-native, beautiful out-of-the-box, and built for developers and teams. -
- -
- - - - - - - -
-
-
From c01948900f7312054e52df55a8593714ae8e73f1 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Wed, 9 Sep 2026 17:06:25 -0700 Subject: [PATCH 4/5] Apply suggestion from @ethanpalm --- editor/agent.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/editor/agent.mdx b/editor/agent.mdx index 3498df6fc..0703962fa 100644 --- a/editor/agent.mdx +++ b/editor/agent.mdx @@ -12,8 +12,6 @@ The editor agent makes changes directly in your current branch. Like your own ed Click **Ask agent** in the editor toolbar, or press Cmd + I (macOS) or Ctrl + I (Windows). The same button and shortcut work on dashboard settings pages. Your chat session stays open as you move between the editor and settings. The agent is available to editors and admins. [Viewers](/dashboard/roles) don't see the **Ask agent** button. -The editor agent is included on [Pro and Enterprise plans](https://mintlify.com/pricing). Using it doesn't consume [credits](/credits). - Type @ to mention a specific page, and the agent focuses on it. Without a mention, it uses the page you currently have open. On your dashboard, the agent knows which page you're viewing so you can ask about the current page without naming it. Example prompts: From 89eacfdf601245d3f441204d0d252c6989b35e62 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Wed, 9 Sep 2026 17:08:10 -0700 Subject: [PATCH 5/5] Apply suggestion from @ethanpalm --- components/view.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/view.mdx b/components/view.mdx index 887864df5..364e6360d 100644 --- a/components/view.mdx +++ b/components/view.mdx @@ -7,8 +7,6 @@ boost: 3 Use the `View` component to create content that changes based on the selected view in a multi-view dropdown. This is particularly useful for showing code examples or documentation specific to different programming languages or frameworks. -Mintlify builds the multi-view dropdown automatically from the `title` of each `View` component on the page. You don't configure the dropdown separately. Use one `View` per title per page: duplicate titles are ignored, and a `View` without a title is never rendered. - Use one view component per language per page. Use [tabs](/components/tabs) for procedures that differ by language and [code groups](/components/code-groups) for code examples that differ by language.