From 98c8442160191d7d0a0104e7015b4c1f74a59907 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 10:14:59 +0000 Subject: [PATCH 1/3] docs: address reader-question gaps flagged by quality check --- api-playground/mdx-setup.mdx | 2 +- automations/create.mdx | 7 +++++++ dashboard/network-access.mdx | 6 ++++-- deploy/reverse-proxy.mdx | 2 +- deploy/route53-cloudfront.mdx | 2 +- editor/pages.mdx | 2 +- integrations/privacy/osano.mdx | 2 +- optimize/feedback.mdx | 2 +- organize/navigation.mdx | 2 ++ search-index/index.mdx | 2 +- 10 files changed, 20 insertions(+), 9 deletions(-) diff --git a/api-playground/mdx-setup.mdx b/api-playground/mdx-setup.mdx index 68c2d6aba9..347876fa17 100644 --- a/api-playground/mdx-setup.mdx +++ b/api-playground/mdx-setup.mdx @@ -76,7 +76,7 @@ You can manually define API endpoints in individual MDX pages. This approach is - Use [parameter and response fields](/components/fields) to document your endpoint's parameters and return values. + Use [parameter and response fields](/components/fields) to document your endpoint's parameters and return values. To show request and response code samples in the right sidebar, wrap them in [`` and ``](/components/examples) components. ```mdx diff --git a/automations/create.mdx b/automations/create.mdx index 8020d3eacf..d6a74b6a83 100644 --- a/automations/create.mdx +++ b/automations/create.mdx @@ -47,6 +47,13 @@ For more examples and patterns, see [Use automations](/guides/use-automations). +## Edit a custom automation + +1. Open the [Automations](https://app.mintlify.com/products/automations) page in your dashboard. +2. Click the settings button beside an automation. +3. Update any of the fields described in [Configurations](/automations/manage#configurations). +4. Click **Save**. + ## Delete a custom automation Deleting an automation is permanent and removes its configuration and run history. diff --git a/dashboard/network-access.mdx b/dashboard/network-access.mdx index 71fbba2361..61aa8e4800 100644 --- a/dashboard/network-access.mdx +++ b/dashboard/network-access.mdx @@ -21,8 +21,10 @@ If a member tries to sign in or use the dashboard from a blocked IP address, Min You can allow access two ways: -- **Individual IP address**: Allow a single address, such as `203.0.113.7`. -- **CIDR range**: Allow a block of addresses, such as `10.0.0.0/8`. Use CIDR notation to grant access to an entire office or VPN network without listing each address individually. +- **Individual IP address**: Allow a single address, such as `203.0.113.7` or `2001:db8::1`. +- **CIDR range**: Allow a block of addresses, such as `10.0.0.0/8` or `2001:db8::/48`. Use CIDR notation to grant access to an entire office or VPN network without listing each address individually. + +Both IPv4 and IPv6 addresses are supported. ### Configure the IP allowlist diff --git a/deploy/reverse-proxy.mdx b/deploy/reverse-proxy.mdx index 303bc9900f..70167065cf 100644 --- a/deploy/reverse-proxy.mdx +++ b/deploy/reverse-proxy.mdx @@ -1,6 +1,6 @@ --- title: "Reverse proxy" -description: "Configure a custom reverse proxy with Nginx, Apache, or Caddy to serve your Mintlify documentation at a subpath on your own domain." +description: "Configure a custom reverse proxy to serve your Mintlify documentation at a subpath on your own domain." keywords: ["reverse proxy configuration","nginx","proxy routing","header forwarding"] --- diff --git a/deploy/route53-cloudfront.mdx b/deploy/route53-cloudfront.mdx index 5b5bdc39de..ae547ef8dd 100644 --- a/deploy/route53-cloudfront.mdx +++ b/deploy/route53-cloudfront.mdx @@ -1,7 +1,7 @@ --- title: "Deploy at a subpath with AWS Route 53 and CloudFront" sidebarTitle: "AWS" -description: "Deploy your Mintlify documentation at a subpath on AWS using Route 53 for DNS routing and CloudFront as a CDN with Lambda@Edge functions." +description: "Deploy your Mintlify documentation at a subpath on AWS using Route 53 for DNS routing and CloudFront as a CDN." keywords: ["AWS deployment", "Route 53 DNS", "CloudFront CDN", "cache policies"] --- diff --git a/editor/pages.mdx b/editor/pages.mdx index b43983bf6c..82f3148f07 100644 --- a/editor/pages.mdx +++ b/editor/pages.mdx @@ -40,7 +40,7 @@ Right-click any folder in the Files view and select **New file**. Enter a filena ## Edit content -Switch between visual and source mode using the mode toggle in the toolbar below the top bar. To switch to visual mode, click the eye icon or press Cmd + Shift + M (macOS) or Ctrl + Shift + M (Windows). To switch to source mode, click the code icon or press the same shortcut. +Switch between visual and source mode using the mode toggle in the toolbar below the top bar. To switch to visual mode, click the eye icon or press Cmd + Shift + S (macOS) or Ctrl + Shift + S (Windows). To switch to source mode, click the code icon or press the same shortcut. **Visual mode** shows a real-time preview as you type. Press / to open the component menu and insert components, images, videos, and other content. You can also drag and drop media files directly onto the page from your computer or from the navigation tree. Other shortcuts: diff --git a/integrations/privacy/osano.mdx b/integrations/privacy/osano.mdx index 4a3cc1b59d..a3b59412bb 100644 --- a/integrations/privacy/osano.mdx +++ b/integrations/privacy/osano.mdx @@ -9,7 +9,7 @@ Add [Osano](https://www.osano.com/) cookie consent to your docs with a [custom J ## Setup -Create an `osano.js` file in your docs repository with the following content: +Create an `osano.js` file anywhere inside your content directory with the following content. Mintlify automatically includes any `.js` file in your content directory on every page. diff --git a/optimize/feedback.mdx b/optimize/feedback.mdx index 05148075f0..aa062557af 100644 --- a/optimize/feedback.mdx +++ b/optimize/feedback.mdx @@ -64,7 +64,7 @@ To collect and view feedback from users, you must enable feedback from the [Add- ## Manage feedback -You can set the status of a piece of feedback and add internal notes to track your work resolving user feedback. +You can set the status of a piece of feedback and add internal notes to track your work resolving user feedback. To analyze feedback outside the dashboard, [export it to CSV](/optimize/analytics#export-analytics) from the analytics page. ### Change feedback status diff --git a/organize/navigation.mdx b/organize/navigation.mdx index 21e2ca9e36..ba2c10442a 100644 --- a/organize/navigation.mdx +++ b/organize/navigation.mdx @@ -870,6 +870,8 @@ You can nest navigation elements within each other to create complex hierarchies Each navigation element can contain one type of child element at each level of your navigation hierarchy. For example, a tab can contain anchors that contain groups, but a tab cannot contain both anchors and groups at the same level. +Mixing incompatible child types at the same level fails schema validation. Run [`mint validate`](/cli/commands#mint-validate) locally before publishing to catch these errors. + ```json Tabs containing anchors diff --git a/search-index/index.mdx b/search-index/index.mdx index f2752c9326..1898c3a036 100644 --- a/search-index/index.mdx +++ b/search-index/index.mdx @@ -10,7 +10,7 @@ Mintlify Index gives coding agents one search layer for technical knowledge. It Use Index through the public MCP server or the access-controlled REST API. - **MCP server**: Connect an AI tool and let it retrieve source-cited context while you work. Publicly available. Does not require an API key. -- **REST API**: Search for ranked sources, assemble context within a token budget, or retrieve the contents of selected results. Access-controlled. Requires an Index API key. +- **REST API**: Search for ranked sources, assemble context within a token budget, or retrieve the contents of selected results. Access-controlled. Requires an [Index API key](/api/search-index/introduction#authentication). ## Get started From e8b463cb24177a6128f88914357ab98d6553912a Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 10:20:26 +0000 Subject: [PATCH 2/3] docs: mirror English gap fixes to es, fr, zh translations --- es/api-playground/mdx-setup.mdx | 2 +- es/automations/create.mdx | 9 +++++++++ es/dashboard/network-access.mdx | 6 ++++-- es/deploy/reverse-proxy.mdx | 2 +- es/deploy/route53-cloudfront.mdx | 2 +- es/editor/pages.mdx | 2 +- es/integrations/privacy/osano.mdx | 2 +- es/optimize/feedback.mdx | 2 +- es/organize/navigation.mdx | 2 ++ es/search-index/index.mdx | 2 +- fr/api-playground/mdx-setup.mdx | 2 +- fr/automations/create.mdx | 9 +++++++++ fr/dashboard/network-access.mdx | 6 ++++-- fr/deploy/reverse-proxy.mdx | 2 +- fr/deploy/route53-cloudfront.mdx | 2 +- fr/integrations/privacy/osano.mdx | 2 +- fr/optimize/feedback.mdx | 2 +- fr/organize/navigation.mdx | 2 ++ fr/search-index/index.mdx | 2 +- zh/api-playground/mdx-setup.mdx | 2 +- zh/automations/create.mdx | 9 +++++++++ zh/dashboard/network-access.mdx | 6 ++++-- zh/deploy/reverse-proxy.mdx | 2 +- zh/deploy/route53-cloudfront.mdx | 2 +- zh/integrations/privacy/osano.mdx | 2 +- zh/optimize/feedback.mdx | 2 +- zh/organize/navigation.mdx | 2 ++ zh/search-index/index.mdx | 2 +- 28 files changed, 64 insertions(+), 25 deletions(-) diff --git a/es/api-playground/mdx-setup.mdx b/es/api-playground/mdx-setup.mdx index fc168d0463..98eb3e66f3 100644 --- a/es/api-playground/mdx-setup.mdx +++ b/es/api-playground/mdx-setup.mdx @@ -78,7 +78,7 @@ Puedes definir endpoints de API manualmente en páginas MDX individuales. Este e - Utiliza los [campos de parámetros y de respuesta](/es/components/fields) para documentar los parámetros y los valores de retorno de tu endpoint. + Utiliza los [campos de parámetros y de respuesta](/es/components/fields) para documentar los parámetros y los valores de retorno de tu endpoint. Para mostrar ejemplos de código de solicitud y respuesta en la barra lateral derecha, envuélvelos en los componentes [`` y ``](/es/components/examples). ```mdx diff --git a/es/automations/create.mdx b/es/automations/create.mdx index 6f45190711..db011748bf 100644 --- a/es/automations/create.mdx +++ b/es/automations/create.mdx @@ -51,6 +51,15 @@ Para ver más ejemplos y patrones, consulta [Usar automatizaciones](/es/guides/u +
+## Editar una automatización personalizada +
+ +1. Abre la página [Automatizaciones](https://app.mintlify.com/products/automations) en tu dashboard. +2. Haz clic en el botón de configuración junto a una automatización. +3. Actualiza cualquiera de los campos descritos en [Configuraciones](/es/automations/manage#configurations). +4. Haz clic en **Save**. +
## Eliminar una automatización personalizada
diff --git a/es/dashboard/network-access.mdx b/es/dashboard/network-access.mdx index 670617cfe3..d6c14f5b7d 100644 --- a/es/dashboard/network-access.mdx +++ b/es/dashboard/network-access.mdx @@ -23,8 +23,10 @@ Cuando un miembro intenta iniciar sesión o usar el dashboard desde una direcci Puedes permitir el acceso de dos formas: -- **Dirección IP individual**: permite una única dirección, como `203.0.113.7`. -- **Rango CIDR**: permite un bloque de direcciones, como `10.0.0.0/8`. Usa la notación CIDR para conceder acceso a toda una oficina o red VPN sin listar cada dirección de forma individual. +- **Dirección IP individual**: permite una única dirección, como `203.0.113.7` o `2001:db8::1`. +- **Rango CIDR**: permite un bloque de direcciones, como `10.0.0.0/8` o `2001:db8::/48`. Usa la notación CIDR para conceder acceso a toda una oficina o red VPN sin listar cada dirección de forma individual. + +Se admiten direcciones IPv4 e IPv6.
### Configurar la lista de IP permitidas diff --git a/es/deploy/reverse-proxy.mdx b/es/deploy/reverse-proxy.mdx index c9503c866e..46cdac3720 100644 --- a/es/deploy/reverse-proxy.mdx +++ b/es/deploy/reverse-proxy.mdx @@ -1,6 +1,6 @@ --- title: "Proxy inverso" -description: "Configura un proxy inverso personalizado con Nginx, Apache o Caddy para servir tu documentación de Mintlify en una subruta de tu propio dominio." +description: "Configura un proxy inverso personalizado para servir tu documentación de Mintlify en una subruta de tu propio dominio." keywords: ["reverse proxy configuration","nginx","proxy routing","header forwarding"] --- diff --git a/es/deploy/route53-cloudfront.mdx b/es/deploy/route53-cloudfront.mdx index 7f3c6cc314..69b23dff29 100644 --- a/es/deploy/route53-cloudfront.mdx +++ b/es/deploy/route53-cloudfront.mdx @@ -1,7 +1,7 @@ --- title: "Despliega en una subruta con AWS Route 53 y CloudFront" sidebarTitle: "AWS" -description: "Despliega tu documentación de Mintlify en una subruta en AWS usando Route 53 para el enrutamiento DNS y CloudFront como CDN con funciones Lambda@Edge." +description: "Despliega tu documentación de Mintlify en una subruta en AWS usando Route 53 para el enrutamiento DNS y CloudFront como CDN." keywords: ["implementación en AWS", "Route 53 DNS", "CloudFront CDN", "políticas de caché"] --- diff --git a/es/editor/pages.mdx b/es/editor/pages.mdx index 4523711609..84686dabf9 100644 --- a/es/editor/pages.mdx +++ b/es/editor/pages.mdx @@ -64,7 +64,7 @@ Haga clic con el botón derecho en cualquier carpeta de la vista Files y selecci
-Alterne entre el modo visual y source usando el conmutador de modo en la barra de herramientas debajo de la barra superior. Haga clic en el icono de ojo o presione Cmd + Shift + S (macOS) o Ctrl + Shift + S (Windows) para cambiar al modo visual. Haga clic en el icono de código o presione Cmd + Shift + S (macOS) o Ctrl + Shift + S (Windows) para cambiar al modo source. +Alterne entre el modo visual y source usando el conmutador de modo en la barra de herramientas debajo de la barra superior. Para cambiar al modo visual, haga clic en el icono de ojo o presione Cmd + Shift + S (macOS) o Ctrl + Shift + S (Windows). Para cambiar al modo source, haga clic en el icono de código o presione el mismo atajo. **El modo visual** muestra una vista previa en tiempo real a medida que escribe. Presione / para abrir el menú de componentes e insertar componentes, imágenes, vídeos y otro contenido. También puede arrastrar y soltar archivos multimedia directamente sobre la página desde su ordenador o desde el árbol de navegación. Otros atajos: diff --git a/es/integrations/privacy/osano.mdx b/es/integrations/privacy/osano.mdx index 8444f65fe0..e0e1139d7d 100644 --- a/es/integrations/privacy/osano.mdx +++ b/es/integrations/privacy/osano.mdx @@ -11,7 +11,7 @@ Añade el consentimiento de cookies de [Osano](https://www.osano.com/) a tu docu ## Configuración -Crea un archivo `osano.js` en tu repositorio de documentación con el siguiente contenido: +Crea un archivo `osano.js` en cualquier ubicación dentro de tu directorio de contenido con el siguiente contenido. Mintlify incluye automáticamente cualquier archivo `.js` de tu directorio de contenido en todas las páginas. ```js Format diff --git a/es/optimize/feedback.mdx b/es/optimize/feedback.mdx index 7b867cdbbd..92e6122674 100644 --- a/es/optimize/feedback.mdx +++ b/es/optimize/feedback.mdx @@ -67,7 +67,7 @@ Para recopilar y ver los comentarios de los usuarios, debes habilitar los coment ## Gestionar comentarios -Puedes establecer el estado de un comentario y añadir notas internas para realizar un seguimiento de tu trabajo resolviendo los comentarios de los usuarios. +Puedes establecer el estado de un comentario y añadir notas internas para realizar un seguimiento de tu trabajo resolviendo los comentarios de los usuarios. Para analizar los comentarios fuera del dashboard, [expórtalos a CSV](/es/optimize/analytics#export-analytics) desde la página de analítica.
### Cambiar el estado de un comentario diff --git a/es/organize/navigation.mdx b/es/organize/navigation.mdx index 615884615d..8b5874eb19 100644 --- a/es/organize/navigation.mdx +++ b/es/organize/navigation.mdx @@ -920,6 +920,8 @@ Puedes anidar elementos de navigation entre sí para crear jerarquías complejas Cada elemento de navigation puede contener un solo tipo de elemento hijo en cada nivel de tu jerarquía de navigation. Por ejemplo, una pestaña puede contener elementos de anclaje que contienen grupos, pero una pestaña no puede contener tanto elementos de anclaje como grupos en el mismo nivel. +Mezclar tipos de elementos hijos incompatibles en el mismo nivel provoca un fallo en la validación del esquema. Ejecuta [`mint validate`](/es/cli/commands#mint-validate) localmente antes de publicar para detectar estos errores. + ```json Pestañas que contienen tabs diff --git a/es/search-index/index.mdx b/es/search-index/index.mdx index 78b407c3f4..34cbef281b 100644 --- a/es/search-index/index.mdx +++ b/es/search-index/index.mdx @@ -10,7 +10,7 @@ Mintlify Index proporciona a los agentes de programación una única capa de bú Usa Index mediante el servidor MCP público o la API REST con control de acceso. - **Servidor MCP**: Conecta una herramienta de IA y permite que recupere contexto con fuentes citadas mientras trabajas. Está disponible públicamente. No requiere una clave de API. -- **API REST**: Busca fuentes clasificadas, reúne contexto dentro de un presupuesto de tokens o recupera el contenido de resultados seleccionados. Tiene control de acceso. Requiere una clave de API de Index. +- **API REST**: Busca fuentes clasificadas, reúne contexto dentro de un presupuesto de tokens o recupera el contenido de resultados seleccionados. Tiene control de acceso. Requiere una [clave de API de Index](/es/api/search-index/introduction#authentication).
## Primeros pasos diff --git a/fr/api-playground/mdx-setup.mdx b/fr/api-playground/mdx-setup.mdx index 9a9dcf5186..8fc49b6a88 100644 --- a/fr/api-playground/mdx-setup.mdx +++ b/fr/api-playground/mdx-setup.mdx @@ -78,7 +78,7 @@ Vous pouvez définir manuellement des endpoints d'API dans des pages MDX ind - Utilisez les [champs de paramètres et de réponse](/fr/components/fields) pour documenter les paramètres et les valeurs renvoyées par votre endpoint. + Utilisez les [champs de paramètres et de réponse](/fr/components/fields) pour documenter les paramètres et les valeurs renvoyées par votre endpoint. Pour afficher des exemples de code de requête et de réponse dans la barre latérale de droite, encapsulez-les dans des composants [`` et ``](/fr/components/examples). ```mdx diff --git a/fr/automations/create.mdx b/fr/automations/create.mdx index 3b4a83e07b..e244acf9d1 100644 --- a/fr/automations/create.mdx +++ b/fr/automations/create.mdx @@ -51,6 +51,15 @@ Pour plus d'exemples et de modèles, consultez [Utiliser les automatisations](/f +
+ ## Modifier une automatisation personnalisée +
+ +1. Ouvrez la page [Automations](https://app.mintlify.com/products/automations) dans votre dashboard. +2. Cliquez sur le bouton de paramètres à côté d'une automatisation. +3. Mettez à jour n'importe quel des champs décrits dans [Configurations](/fr/automations/manage#configurations). +4. Cliquez sur **Save**. +
## Supprimer une automatisation personnalisée
diff --git a/fr/dashboard/network-access.mdx b/fr/dashboard/network-access.mdx index 60fe6d4a16..f7ace10c6e 100644 --- a/fr/dashboard/network-access.mdx +++ b/fr/dashboard/network-access.mdx @@ -23,8 +23,10 @@ Lorsqu'un membre tente de se connecter ou d'utiliser le dashboard depuis une adr Vous pouvez autoriser l'accès de deux façons : -- **Adresse IP individuelle** : autorisez une seule adresse, telle que `203.0.113.7`. -- **Plage CIDR** : autorisez un bloc d'adresses, tel que `10.0.0.0/8`. Utilisez la notation CIDR pour accorder l'accès à un bureau entier ou à un réseau VPN sans lister chaque adresse individuellement. +- **Adresse IP individuelle** : autorisez une seule adresse, telle que `203.0.113.7` ou `2001:db8::1`. +- **Plage CIDR** : autorisez un bloc d'adresses, tel que `10.0.0.0/8` ou `2001:db8::/48`. Utilisez la notation CIDR pour accorder l'accès à un bureau entier ou à un réseau VPN sans lister chaque adresse individuellement. + +Les adresses IPv4 et IPv6 sont toutes deux prises en charge.
### Configurer la liste d'adresses IP autorisées diff --git a/fr/deploy/reverse-proxy.mdx b/fr/deploy/reverse-proxy.mdx index c90095b8c0..5ec93e70e7 100644 --- a/fr/deploy/reverse-proxy.mdx +++ b/fr/deploy/reverse-proxy.mdx @@ -1,6 +1,6 @@ --- title: "Proxy inverse" -description: "Configurez un proxy inverse personnalisé avec Nginx, Apache ou Caddy pour servir votre documentation Mintlify sur un sous-chemin de votre propre domaine." +description: "Configurez un proxy inverse personnalisé pour servir votre documentation Mintlify sur un sous-chemin de votre propre domaine." keywords: ["configuration de proxy inverse", "nginx", "routage du proxy", "transmission des en-têtes"] --- diff --git a/fr/deploy/route53-cloudfront.mdx b/fr/deploy/route53-cloudfront.mdx index f5f13fc2b5..c11eadbda9 100644 --- a/fr/deploy/route53-cloudfront.mdx +++ b/fr/deploy/route53-cloudfront.mdx @@ -1,7 +1,7 @@ --- title: "Déployer sur un sous-chemin avec AWS Route 53 et CloudFront" sidebarTitle: "AWS" -description: "Déployez votre documentation Mintlify sur un sous-chemin AWS en utilisant Route 53 pour le routage DNS et CloudFront comme CDN avec des fonctions Lambda@Edge." +description: "Déployez votre documentation Mintlify sur un sous-chemin AWS en utilisant Route 53 pour le routage DNS et CloudFront comme CDN." keywords: ["déploiement AWS", "Route 53 DNS", "CloudFront CDN", "stratégies de cache"] --- diff --git a/fr/integrations/privacy/osano.mdx b/fr/integrations/privacy/osano.mdx index f77891e92b..67c99ca194 100644 --- a/fr/integrations/privacy/osano.mdx +++ b/fr/integrations/privacy/osano.mdx @@ -11,7 +11,7 @@ Ajoutez la gestion du consentement aux cookies [Osano](https://www.osano.com/) ## Configuration
-Créez un fichier `osano.js` dans le référentiel de votre documentation avec le contenu suivant : +Créez un fichier `osano.js` n'importe où dans votre répertoire de contenu avec le contenu suivant. Mintlify inclut automatiquement tout fichier `.js` de votre répertoire de contenu sur chaque page. ```js Format diff --git a/fr/optimize/feedback.mdx b/fr/optimize/feedback.mdx index b7d04dff0a..a92e8cef10 100644 --- a/fr/optimize/feedback.mdx +++ b/fr/optimize/feedback.mdx @@ -67,7 +67,7 @@ Pour collecter et consulter les retours des utilisateurs, vous devez les activer ## Gérer les retours
-Vous pouvez définir le statut d'un retour et ajouter des notes internes pour suivre votre travail de traitement des retours des utilisateurs. +Vous pouvez définir le statut d'un retour et ajouter des notes internes pour suivre votre travail de traitement des retours des utilisateurs. Pour analyser les retours en dehors du tableau de bord, [exportez-les au format CSV](/fr/optimize/analytics#export-analytics) depuis la page analytics.
### Modifier le statut d'un retour diff --git a/fr/organize/navigation.mdx b/fr/organize/navigation.mdx index 8495b25acb..46e31bdc0a 100644 --- a/fr/organize/navigation.mdx +++ b/fr/organize/navigation.mdx @@ -920,6 +920,8 @@ Vous pouvez imbriquer des éléments de navigation les uns dans les autres pour Chaque élément de navigation peut contenir un type d'élément enfant à chaque niveau de votre hiérarchie de navigation. Par exemple, un Onglet peut contenir des ancres qui contiennent des groupes, mais un Onglet ne peut pas contenir à la fois des ancres et des groupes au même niveau. +Mélanger des types d'enfants incompatibles au même niveau échoue à la validation du schéma. Exécutez [`mint validate`](/fr/cli/commands#mint-validate) localement avant de publier pour détecter ces erreurs. + ```json Tabs contenant des tabs diff --git a/fr/search-index/index.mdx b/fr/search-index/index.mdx index c11d0dbfa6..7c625a788d 100644 --- a/fr/search-index/index.mdx +++ b/fr/search-index/index.mdx @@ -10,7 +10,7 @@ Mintlify Index fournit aux agents de programmation une couche de recherche uniqu Utilisez Index via le serveur MCP public ou l’API REST soumise à un contrôle d’accès. - **Serveur MCP** : Connectez un outil d’IA et laissez-le récupérer du contexte accompagné de ses sources pendant votre travail. Disponible publiquement. Ne nécessite pas de clé d’API. -- **API REST** : Recherchez des sources classées, assemblez un contexte dans une limite de jetons ou récupérez le contenu de résultats sélectionnés. Soumise à un contrôle d’accès. Nécessite une clé d’API Index. +- **API REST** : Recherchez des sources classées, assemblez un contexte dans une limite de jetons ou récupérez le contenu de résultats sélectionnés. Soumise à un contrôle d’accès. Nécessite une [clé d’API Index](/fr/api/search-index/introduction#authentication).
## Commencer diff --git a/zh/api-playground/mdx-setup.mdx b/zh/api-playground/mdx-setup.mdx index 4592c9a2fd..7a64886776 100644 --- a/zh/api-playground/mdx-setup.mdx +++ b/zh/api-playground/mdx-setup.mdx @@ -78,7 +78,7 @@ keywords: ["API 文档", "端点文档"] - 使用[参数和响应字段](/zh/components/fields)为端点的参数和返回值编写文档。 + 使用[参数和响应字段](/zh/components/fields)为端点的参数和返回值编写文档。若要在右侧边栏中显示请求和响应代码示例,请将其包装在 [`` 和 ``](/zh/components/examples) 组件中。 ```mdx diff --git a/zh/automations/create.mdx b/zh/automations/create.mdx index eabad6ac42..47b15beaa1 100644 --- a/zh/automations/create.mdx +++ b/zh/automations/create.mdx @@ -51,6 +51,15 @@ import GitlabAutomationSetup from '/snippets/zh/gitlab-automation-setup.mdx'; +
+ ## 编辑自定义自动化 +
+ +1. 在控制台中打开 [Automations](https://app.mintlify.com/products/automations) 页面。 +2. 点击自动化旁边的 设置按钮。 +3. 更新[配置](/zh/automations/manage#configurations)中描述的任何字段。 +4. 点击 **Save**。 +
## 删除自定义自动化
diff --git a/zh/dashboard/network-access.mdx b/zh/dashboard/network-access.mdx index efa6fa4559..e70049ffb7 100644 --- a/zh/dashboard/network-access.mdx +++ b/zh/dashboard/network-access.mdx @@ -23,8 +23,10 @@ IP 允许列表适用于你的 Mintlify dashboard 和编辑器,包括 SSO 和 你可以通过两种方式允许访问: -- **单个 IP 地址**:允许单个地址,例如 `203.0.113.7`。 -- **CIDR 范围**:允许一段地址块,例如 `10.0.0.0/8`。使用 CIDR 表示法可以为整个办公室或 VPN 网络授予访问权限,而无需逐一列出每个地址。 +- **单个 IP 地址**:允许单个地址,例如 `203.0.113.7` 或 `2001:db8::1`。 +- **CIDR 范围**:允许一段地址块,例如 `10.0.0.0/8` 或 `2001:db8::/48`。使用 CIDR 表示法可以为整个办公室或 VPN 网络授予访问权限,而无需逐一列出每个地址。 + +同时支持 IPv4 和 IPv6 地址。
### 配置 IP 允许列表 diff --git a/zh/deploy/reverse-proxy.mdx b/zh/deploy/reverse-proxy.mdx index 1e6a768b55..b1f5a586af 100644 --- a/zh/deploy/reverse-proxy.mdx +++ b/zh/deploy/reverse-proxy.mdx @@ -1,6 +1,6 @@ --- title: "反向代理" -description: "使用 Nginx、Apache 或 Caddy 配置自定义反向代理,在你自己的域名子路径上提供 Mintlify 文档服务。" +description: "配置自定义反向代理,在你自己的域名子路径上提供 Mintlify 文档服务。" keywords: ["反向代理配置","nginx","代理路由","请求头转发"] --- diff --git a/zh/deploy/route53-cloudfront.mdx b/zh/deploy/route53-cloudfront.mdx index 37698ca203..75b5ff150c 100644 --- a/zh/deploy/route53-cloudfront.mdx +++ b/zh/deploy/route53-cloudfront.mdx @@ -1,7 +1,7 @@ --- title: "使用 AWS Route 53 和 CloudFront 在子路径下部署" sidebarTitle: "AWS" -description: "使用 AWS Route 53 进行 DNS 路由,并通过 CloudFront CDN 和 Lambda@Edge 函数将你的 Mintlify 文档部署到子路径。" +description: "使用 AWS Route 53 进行 DNS 路由,并通过 CloudFront CDN 将你的 Mintlify 文档部署到子路径。" keywords: ["AWS 部署", "Route 53 DNS(域名系统)", "CloudFront CDN", "缓存策略"] --- diff --git a/zh/integrations/privacy/osano.mdx b/zh/integrations/privacy/osano.mdx index db1ea702e9..c0365fd922 100644 --- a/zh/integrations/privacy/osano.mdx +++ b/zh/integrations/privacy/osano.mdx @@ -11,7 +11,7 @@ boost: 3 ## 设置
-在你的文档存储库中创建一个名为 `osano.js` 的文件,并填入以下内容: +在你的内容目录中的任意位置创建一个名为 `osano.js` 的文件,并填入以下内容。Mintlify 会自动在每个页面上包含内容目录中的任何 `.js` 文件。 ```js Format diff --git a/zh/optimize/feedback.mdx b/zh/optimize/feedback.mdx index 7880685508..1751938605 100644 --- a/zh/optimize/feedback.mdx +++ b/zh/optimize/feedback.mdx @@ -67,7 +67,7 @@ boost: 3 ## 管理反馈
-您可以设置某条反馈的状态,并添加内部备注,以跟踪您处理用户反馈的进度。 +您可以设置某条反馈的状态,并添加内部备注,以跟踪您处理用户反馈的进度。要在仪表板之外分析反馈,请从分析页面[将其导出为 CSV](/zh/optimize/analytics#export-analytics)。
### 更改反馈状态 diff --git a/zh/organize/navigation.mdx b/zh/organize/navigation.mdx index ed9af22a7c..ffef1b3dcb 100644 --- a/zh/organize/navigation.mdx +++ b/zh/organize/navigation.mdx @@ -886,6 +886,8 @@ Mintlify 使用 `versions` 数组中的第一个版本作为默认版本。使 在导航层级结构的每一层中,每个导航元素只能包含一种类型的子元素。比如,一个 tab 可以包含锚点,锚点下面可以包含 groups,但一个 tab 不能在同一级同时包含锚点和 groups。 +在同一层级混用不兼容的子类型会导致 schema 验证失败。在发布前,请在本地运行 [`mint validate`](/zh/cli/commands#mint-validate) 以捕获这些错误。 + ```json 包含锚点的 Tabs diff --git a/zh/search-index/index.mdx b/zh/search-index/index.mdx index 9248a6a17c..7ce9cdc7f0 100644 --- a/zh/search-index/index.mdx +++ b/zh/search-index/index.mdx @@ -10,7 +10,7 @@ Mintlify Index 为编码代理提供一个统一的技术知识搜索层。它 你可以通过公开 MCP 服务器或受访问控制的 REST API 使用 Index。 - **MCP 服务器**:连接 AI 工具,让它在你工作时检索带有来源引用的上下文。公开提供,无需 API key。 -- **REST API**:搜索排名后的来源,在 token 预算内组装上下文,或获取所选结果的内容。受访问控制,需要 Index API key。 +- **REST API**:搜索排名后的来源,在 token 预算内组装上下文,或获取所选结果的内容。受访问控制,需要 [Index API key](/zh/api/search-index/introduction#authentication)。
## 开始使用 From 3af616b47d06369a3273f5aff0b42b31ec25badf Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:50:18 -0700 Subject: [PATCH 3/3] Apply suggestion from @ethanpalm --- integrations/privacy/osano.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/privacy/osano.mdx b/integrations/privacy/osano.mdx index a3b59412bb..1224d0e01b 100644 --- a/integrations/privacy/osano.mdx +++ b/integrations/privacy/osano.mdx @@ -9,7 +9,7 @@ Add [Osano](https://www.osano.com/) cookie consent to your docs with a [custom J ## Setup -Create an `osano.js` file anywhere inside your content directory with the following content. Mintlify automatically includes any `.js` file in your content directory on every page. +Create an `osano.js` file inside your content directory with the following content.