Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/view.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ If you have different heading structures in each view, users only see the headin
## Properties

<ResponseField name="title" type="string" required>
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.
</ResponseField>

<ResponseField name="icon" type="string">
Expand Down
2 changes: 1 addition & 1 deletion editor/publish.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
To create a branch, click the branch name in the editor toolbar, select **Create new branch**, enter a name, then click **Create branch**.

<Note>
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).

Check warning on line 53 in editor/publish.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor/publish.mdx#L53

In general, use active voice instead of passive voice ('are lost').
</Note>

### Show the branch selector
Expand All @@ -73,6 +73,6 @@

## Auto publish

If your deployment has [auto publish](/editor/settings#main-branch-autocommits) turned on, the editor commits to your deployment branch shortly after you stop typing. The branch selector and **Publish** button are hidden. There is no pending state and no review step.

Check warning on line 76 in editor/publish.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor/publish.mdx#L76

In general, use active voice instead of passive voice ('are hidden').

Edits on feature branches created from the editor commit automatically either way, but they never publish unless you merge them into your deployment branch.
4 changes: 3 additions & 1 deletion es/components/view.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Tip>
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.
</Tip>
Expand Down Expand Up @@ -62,7 +64,7 @@ Si tienes estructuras de encabezados diferentes en cada vista, los usuarios solo
</div>

<ResponseField name="title" type="string" required>
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.
</ResponseField>

<ResponseField name="icon" type="string">
Expand Down
2 changes: 2 additions & 0 deletions es/editor/agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <kbd>Cmd</kbd> + <kbd>I</kbd> (macOS) o <kbd>Ctrl</kbd> + <kbd>I</kbd> (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 <kbd>@</kbd> 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:
Expand Down
2 changes: 1 addition & 1 deletion es/editor/publish.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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**.

<Note>
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).
</Note>

<div id="show-the-branch-selector">
Expand Down
2 changes: 1 addition & 1 deletion es/integrations/analytics/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
16 changes: 8 additions & 8 deletions es/search-index/connect.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
</Step>
<Step title="Verificar la conexión">
Expand All @@ -77,7 +77,7 @@ Para configurar un agente manualmente, o para verificar lo que cambió la CLI, s
<Tab title="Cursor" icon="mouse-pointer-2">
Selecciona **Instalar en Cursor**, revisa la configuración de MCP y aprueba la instalación.

<PreviewButton href="cursor://anysphere.cursor-deeplink/mcp/install?name=mintlify-index&config=eyJ1cmwiOiJodHRwczovL2luZGV4Lm1pbnRsaWZ5LmNvbSJ9">Instalar en Cursor</PreviewButton>
<PreviewButton href="cursor://anysphere.cursor-deeplink/mcp/install?name=mintlify-index&config=eyJ1cmwiOiJodHRwczovL2luZGV4Lm1pbnRsaWZ5LmNvbS9tY3AifQ">Instalar en Cursor</PreviewButton>

Para configurar Cursor manualmente:

Expand All @@ -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"
}
}
}
Expand All @@ -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"
}
}
}
Expand All @@ -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"
```
</Tab>
<Tab title="OpenCode" icon="braces">
Expand All @@ -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
}
}
Expand All @@ -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"
}
}
}
Expand All @@ -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"
}
}
}
Expand Down
4 changes: 3 additions & 1 deletion fr/components/view.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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é.

<Tip>
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.
</Tip>
Expand Down Expand Up @@ -62,7 +64,7 @@ Si vous avez des structures de titres différentes dans chaque vue, les utilisat
</div>

<ResponseField name="title" type="string" required>
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.
</ResponseField>

<ResponseField name="icon" type="string">
Expand Down
2 changes: 2 additions & 0 deletions fr/editor/agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <kbd>Cmd</kbd> + <kbd>I</kbd> (macOS) ou <kbd>Ctrl</kbd> + <kbd>I</kbd> (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 <kbd>@</kbd> 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 :
Expand Down
2 changes: 1 addition & 1 deletion fr/editor/publish.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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**.

<Note>
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).
</Note>

<div id="show-the-branch-selector">
Expand Down
2 changes: 1 addition & 1 deletion fr/integrations/analytics/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
16 changes: 8 additions & 8 deletions fr/search-index/connect.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
</Step>
<Step title="Vérifier la connexion">
Expand All @@ -77,7 +77,7 @@ Pour configurer manuellement un agent, ou vérifier les modifications effectuée
<Tab title="Cursor" icon="mouse-pointer-2">
Sélectionnez **Installer dans Cursor**, vérifiez la configuration MCP et approuvez l’installation.

<PreviewButton href="cursor://anysphere.cursor-deeplink/mcp/install?name=mintlify-index&config=eyJ1cmwiOiJodHRwczovL2luZGV4Lm1pbnRsaWZ5LmNvbSJ9">Installer dans Cursor</PreviewButton>
<PreviewButton href="cursor://anysphere.cursor-deeplink/mcp/install?name=mintlify-index&config=eyJ1cmwiOiJodHRwczovL2luZGV4Lm1pbnRsaWZ5LmNvbS9tY3AifQ">Installer dans Cursor</PreviewButton>

Pour configurer Cursor manuellement :

Expand All @@ -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"
}
}
}
Expand All @@ -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"
}
}
}
Expand All @@ -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"
```
</Tab>
<Tab title="OpenCode" icon="braces">
Expand All @@ -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
}
}
Expand All @@ -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"
}
}
}
Expand All @@ -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"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion integrations/analytics/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
16 changes: 8 additions & 8 deletions search-index/connect.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
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
```
</Step>
<Step title="Verify the connection">
Expand All @@ -73,7 +73,7 @@
<Tab title="Cursor" icon="mouse-pointer-2">
Click **Install in Cursor**, review the MCP configuration, and approve the installation.

<PreviewButton href="cursor://anysphere.cursor-deeplink/mcp/install?name=mintlify-index&config=eyJ1cmwiOiJodHRwczovL2luZGV4Lm1pbnRsaWZ5LmNvbSJ9">Install in Cursor</PreviewButton>
<PreviewButton href="cursor://anysphere.cursor-deeplink/mcp/install?name=mintlify-index&config=eyJ1cmwiOiJodHRwczovL2luZGV4Lm1pbnRsaWZ5LmNvbS9tY3AifQ">Install in Cursor</PreviewButton>

To configure Cursor manually instead:

Expand All @@ -90,7 +90,7 @@
{
"mcpServers": {
"mintlify-index": {
"url": "https://index.mintlify.com"
"url": "https://index.mintlify.com/mcp"
}
}
}
Expand All @@ -102,14 +102,14 @@
</Steps>
</Tab>
<Tab title="VS Code" icon="code">
Add the following server to `mcp.json` in your VS Code user profile folder, or to `.vscode/mcp.json` in your project:

Check warning on line 105 in search-index/connect.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

search-index/connect.mdx#L105

Use 'VSCode' instead of 'vscode'.

```json
{
"servers": {
"mintlify-index": {
"type": "http",
"url": "https://index.mintlify.com"
"url": "https://index.mintlify.com/mcp"
}
}
}
Expand All @@ -121,7 +121,7 @@
```toml
[mcp_servers.mintlify-index]
type = "http"
url = "https://index.mintlify.com"
url = "https://index.mintlify.com/mcp"
```
</Tab>
<Tab title="OpenCode" icon="braces">
Expand All @@ -132,7 +132,7 @@
"mcp": {
"mintlify-index": {
"type": "remote",
"url": "https://index.mintlify.com",
"url": "https://index.mintlify.com/mcp",
"enabled": true
}
}
Expand All @@ -146,7 +146,7 @@
{
"mcpServers": {
"mintlify-index": {
"serverUrl": "https://index.mintlify.com"
"serverUrl": "https://index.mintlify.com/mcp"
}
}
}
Expand All @@ -159,7 +159,7 @@
{
"context_servers": {
"mintlify-index": {
"url": "https://index.mintlify.com"
"url": "https://index.mintlify.com/mcp"
}
}
}
Expand Down
4 changes: 3 additions & 1 deletion zh/components/view.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ boost: 3

使用 `View` 组件来创建会根据多视图下拉菜单中所选视图而变化的内容。这对于展示面向不同编程语言或框架的代码示例或特定文档特别有用。

Mintlify 会根据页面上每个 `View` 组件的 `title` 自动生成多视图下拉菜单。你无需单独配置下拉菜单。每个页面中每个标题只使用一个 `View`:重复的标题会被忽略,没有标题的 `View` 永远不会被渲染。

<Tip>
每种语言在每个页面上只使用一个 `View` 组件。对于因语言不同而步骤不同的操作流程,请使用 [tabs](/zh/components/tabs);对于因语言不同而代码不同的示例,请使用 [code groups](/zh/components/code-groups)。
</Tip>
Expand Down Expand Up @@ -62,7 +64,7 @@ boost: 3
</div>

<ResponseField name="title" type="string" required>
用于标识此视图的标题。必须与多视图下拉菜单中的某个选项一致
用于标识此视图的标题。页面上每个唯一的标题都会成为多视图下拉菜单中的一个选项
</ResponseField>

<ResponseField name="icon" type="string">
Expand Down
2 changes: 2 additions & 0 deletions zh/editor/agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ keywords: ["editor", "AI", "assistant", "agent", "chat", "comments", "suggestion

点击编辑器工具栏中的 **Ask agent**,或按 <kbd>Cmd</kbd> + <kbd>I</kbd>(macOS)或 <kbd>Ctrl</kbd> + <kbd>I</kbd>(Windows)。同一按钮和快捷键在仪表板设置页面同样可用,面板会停靠在设置导航旁边。在编辑器和设置之间切换时,聊天会话会保持打开。智能体可供 editors 和 admins 使用。[Viewers](/zh/dashboard/roles) 看不到 **Ask agent** 按钮。

编辑器智能体包含在 [Pro 和 Enterprise 方案](https://mintlify.com/pricing)中。使用它不会消耗[积分](/zh/credits)。

输入 <kbd>@</kbd> 提及特定页面,智能体就会聚焦该页面。如果没有提及,它会使用你当前打开的页面。在仪表板页面上,智能体知道你正在查看哪个页面,包括设置界面以及 Analytics、Assistant 和 Automations 等产品页面。你无需说明名称即可询问当前页面。

示例提示:
Expand Down
Loading