diff --git a/components/view.mdx b/components/view.mdx index b390e9a65..364e6360d 100644 --- a/components/view.mdx +++ b/components/view.mdx @@ -56,7 +56,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/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/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 d9d1e1630..2d7ef5299 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 del dashboard, el agente sabe qué página está viendo, incluidas las pantallas de configuración y las páginas de producto como Analytics, Assistant y Automations. Puede preguntar por la página actual 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 5660878fe..a4524969a 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 37c5e951a..996b1ee8c 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 du dashboard, l'agent sait quelle page vous consultez, y compris les écrans de paramètres et les pages produit comme Analytics, Assistant et Automations. Vous pouvez l'interroger sur la page actuelle sans la 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 95be3f80e..a795aea00 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/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" } } } 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 4838c32ed..337b753d8 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)。 + 输入 @ 提及特定页面,智能体就会聚焦该页面。如果没有提及,它会使用你当前打开的页面。在仪表板页面上,智能体知道你正在查看哪个页面,包括设置界面以及 Analytics、Assistant 和 Automations 等产品页面。你无需说明名称即可询问当前页面。 示例提示: 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 29a9ebb46..d094e2fed 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" } } }