diff --git a/cli/commands.mdx b/cli/commands.mdx index eb9c5d71b..0106086fb 100644 --- a/cli/commands.mdx +++ b/cli/commands.mdx @@ -276,6 +276,22 @@ See [Offline export](/deploy/export) for details. --- +## `mint score` + +Run agent readiness checks against a public documentation site. Requires authentication with `mint login`. + +```bash +mint score [flags] +``` + +| Flag | Description | +| --- | --- | +| `--format` | Output format: `table` (default, colored), `plain` (pipeable TSV), or `json`. | + +The command displays an overall readiness score and a breakdown of individual checks with pass/fail indicators. + +--- + ## `mint new` Create a new documentation project from the Mintlify starter template or a pre-defined template. diff --git a/cli/index.mdx b/cli/index.mdx index e2e8ccd18..06c25e4cf 100644 --- a/cli/index.mdx +++ b/cli/index.mdx @@ -30,6 +30,9 @@ Run `mint analytics` to view traffic, search queries, user feedback, and AI assi ### Run quality checks Run `mint broken-links` to find broken links, `mint a11y` to check accessibility, and `mint validate` to validate your documentation build before it reaches production. +### Check agent readiness +Run `mint score ` to evaluate how well agents can navigate a documentation site. The command displays an overall readiness score and individual check results. + ### Manage configuration Run `mint config` to set persistent defaults like your documentation subdomain and date ranges for analytics commands. diff --git a/es/cli/commands.mdx b/es/cli/commands.mdx index 0a060d8b0..e8b21720e 100644 --- a/es/cli/commands.mdx +++ b/es/cli/commands.mdx @@ -318,6 +318,24 @@ Consulta [Exportación offline](/es/deploy/export) para más detalles. --- +
+ ## `mint score` +
+ +Ejecuta verificaciones de preparación para agentes en un sitio de documentación público. Requiere autenticación con `mint login`. + +```bash +mint score [flags] +``` + +| Flag | Descripción | +| --- | --- | +| `--format` | Formato de salida: `table` (predeterminado, con colores), `plain` (TSV para redirección) o `json`. | + +El comando muestra una puntuación general de preparación y un desglose de verificaciones individuales con indicadores de aprobado/reprobado. + +--- +
## `mint new`
diff --git a/es/cli/index.mdx b/es/cli/index.mdx index 53f35936a..85ecc169e 100644 --- a/es/cli/index.mdx +++ b/es/cli/index.mdx @@ -41,6 +41,12 @@ Ejecuta `mint analytics` para ver el tráfico, las consultas de búsqueda, los c Ejecuta `mint broken-links` para encontrar enlaces rotos, `mint a11y` para verificar accesibilidad y `mint validate` para validar la compilación de tu documentación antes de que llegue a producción. +
+ ### Verifica la preparación para agentes +
+ +Ejecuta `mint score ` para evaluar qué tan preparado está un sitio de documentación para el consumo por agentes de IA. El comando muestra una puntuación general de preparación y resultados de verificaciones individuales. +
### Gestiona la configuración
diff --git a/fr/cli/commands.mdx b/fr/cli/commands.mdx index 37ef0461f..80b7d99af 100644 --- a/fr/cli/commands.mdx +++ b/fr/cli/commands.mdx @@ -318,6 +318,24 @@ Consultez [Export hors ligne](/fr/deploy/export) pour plus de détails. --- +
+ ## `mint score` +
+ +Exécuter des vérifications de préparation pour les agents sur un site de documentation public. Nécessite une authentification avec `mint login`. + +```bash +mint score [flags] +``` + +| Flag | Description | +| --- | --- | +| `--format` | Format de sortie : `table` (par défaut, coloré), `plain` (TSV pour redirection) ou `json`. | + +La commande affiche un score global de préparation et un détail des vérifications individuelles avec des indicateurs de réussite/échec. + +--- +
## `mint new`
diff --git a/fr/cli/index.mdx b/fr/cli/index.mdx index c67d8e2e4..a049914e3 100644 --- a/fr/cli/index.mdx +++ b/fr/cli/index.mdx @@ -41,6 +41,12 @@ Exécutez `mint analytics` pour consulter le trafic, les requêtes de recherche, Exécutez `mint broken-links` pour trouver les liens cassés, `mint a11y` pour vérifier l'accessibilité et `mint validate` pour valider la compilation de votre documentation avant la mise en production. +
+ ### Vérifiez la préparation pour les agents +
+ +Exécutez `mint score ` pour évaluer dans quelle mesure un site de documentation est préparé pour la consommation par des agents IA. La commande affiche un score global de préparation et les résultats des vérifications individuelles. +
### Gérez la configuration
diff --git a/zh/cli/commands.mdx b/zh/cli/commands.mdx index 706c791e8..84165e6e2 100644 --- a/zh/cli/commands.mdx +++ b/zh/cli/commands.mdx @@ -318,6 +318,24 @@ mint export [flags] --- +
+ ## `mint score` +
+ +对公共文档站点运行代理就绪性检查。需要使用 `mint login` 进行身份验证。 + +```bash +mint score [flags] +``` + +| 选项 | 描述 | +| --- | --- | +| `--format` | 输出格式:`table`(默认,带颜色)、`plain`(可管道传输的 TSV)或 `json`。 | + +该命令显示总体就绪性评分以及各项检查的通过/未通过指标。 + +--- +
## `mint new`
diff --git a/zh/cli/index.mdx b/zh/cli/index.mdx index e4c1e5b0c..bc53c775e 100644 --- a/zh/cli/index.mdx +++ b/zh/cli/index.mdx @@ -41,6 +41,12 @@ CLI 在你的本地机器上运行,在需要实时数据时连接到你的 Min 运行 `mint broken-links` 查找断链,`mint a11y` 检查无障碍性,`mint validate` 在发布到生产环境前验证文档构建。 +
+ ### 检查代理就绪性 +
+ +运行 `mint score ` 评估文档站点为 AI 代理消费的准备程度。该命令显示总体就绪性评分和各项检查结果。 +
### 管理配置