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