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
16 changes: 16 additions & 0 deletions cli/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
| --- | --- |
| `--page` | Filter conversations that reference a specific page in sources. |

#### `mint analytics conversation view <conversation-id>`

Check warning on line 144 in cli/commands.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

cli/commands.mdx#L144

'````' should use sentence-style capitalization.

View a single conversation by ID. Use `mint analytics conversation list` to get IDs.

Expand All @@ -157,7 +157,7 @@
mint analytics conversation buckets list
```

#### `mint analytics conversation buckets view <bucket-id>`

Check warning on line 160 in cli/commands.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

cli/commands.mdx#L160

'````' should use sentence-style capitalization.

View conversations in a category bucket. Use `mint analytics conversation buckets list` to get IDs.

Expand All @@ -175,7 +175,7 @@
mint config <subcommand> <key> [value]
```

| Subcommand | Description |

Check warning on line 178 in cli/commands.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

cli/commands.mdx#L178

Use 'subcommands?' instead of 'Subcommand'.
| --- | --- |
| `set <key> <value>` | Set a configuration value. |
| `get <key>` | Display a configuration value. |
Expand Down Expand Up @@ -241,7 +241,7 @@
| `--local-schema` | Allow validation of locally hosted OpenAPI files served over HTTP. Only supports HTTPS in production. |

<Note>
The standalone `mint openapi-check` command is deprecated. Use `mint validate` instead.

Check warning on line 244 in cli/commands.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

cli/commands.mdx#L244

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

---
Expand Down Expand Up @@ -276,6 +276,22 @@

---

## `mint score`

Run agent readiness checks against a public documentation site. Requires authentication with `mint login`.

```bash
mint score <url> [flags]
```

| Flag | Description |
| --- | --- |
| `--format` | Output format: `table` (default, colored), `plain` (pipeable TSV), or `json`. |

Check warning on line 289 in cli/commands.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

cli/commands.mdx#L289

Spell out 'TSV', if it's unfamiliar to the audience.

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.
Expand Down Expand Up @@ -328,7 +344,7 @@

## Telemetry

The CLI collects anonymous usage telemetry to help improve Mintlify. Telemetry data includes the command name, CLI version, operating system, and architecture. Mintlify does **not** collect personally identifiable information, project content, or file paths.

Check warning on line 347 in cli/commands.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

cli/commands.mdx#L347

Did you really mean 'informat'?

By default, the CLI collects telemetry data. You can opt out at any time using the `--telemetry` flag:

Expand Down
3 changes: 3 additions & 0 deletions cli/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <url>` 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.

Expand Down
18 changes: 18 additions & 0 deletions es/cli/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,24 @@ Consulta [Exportación offline](/es/deploy/export) para más detalles.

---

<div id="mint-score">
## `mint score`
</div>

Ejecuta verificaciones de preparación para agentes en un sitio de documentación público. Requiere autenticación con `mint login`.

```bash
mint score <url> [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.

---

<div id="mint-new">
## `mint new`
</div>
Expand Down
6 changes: 6 additions & 0 deletions es/cli/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<div id="check-agent-readiness">
### Verifica la preparación para agentes
</div>

Ejecuta `mint score <url>` 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.

<div id="manage-configuration">
### Gestiona la configuración
</div>
Expand Down
18 changes: 18 additions & 0 deletions fr/cli/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,24 @@ Consultez [Export hors ligne](/fr/deploy/export) pour plus de détails.

---

<div id="mint-score">
## `mint score`
</div>

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 <url> [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.

---

<div id="mint-new">
## `mint new`
</div>
Expand Down
6 changes: 6 additions & 0 deletions fr/cli/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<div id="check-agent-readiness">
### Vérifiez la préparation pour les agents
</div>

Exécutez `mint score <url>` 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.

<div id="manage-configuration">
### Gérez la configuration
</div>
Expand Down
18 changes: 18 additions & 0 deletions zh/cli/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,24 @@ mint export [flags]

---

<div id="mint-score">
## `mint score`
</div>

对公共文档站点运行代理就绪性检查。需要使用 `mint login` 进行身份验证。

```bash
mint score <url> [flags]
```

| 选项 | 描述 |
| --- | --- |
| `--format` | 输出格式:`table`(默认,带颜色)、`plain`(可管道传输的 TSV)或 `json`。 |

该命令显示总体就绪性评分以及各项检查的通过/未通过指标。

---

<div id="mint-new">
## `mint new`
</div>
Expand Down
6 changes: 6 additions & 0 deletions zh/cli/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ CLI 在你的本地机器上运行,在需要实时数据时连接到你的 Min

运行 `mint broken-links` 查找断链,`mint a11y` 检查无障碍性,`mint validate` 在发布到生产环境前验证文档构建。

<div id="check-agent-readiness">
### 检查代理就绪性
</div>

运行 `mint score <url>` 评估文档站点为 AI 代理消费的准备程度。该命令显示总体就绪性评分和各项检查结果。

<div id="manage-configuration">
### 管理配置
</div>
Expand Down
Loading