Skip to content
Closed
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
17 changes: 17 additions & 0 deletions installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,23 @@
mint version
```

## Coming soon

The CLI includes preview commands for features currently in development. Run any of these commands to signal your interest and help prioritize what ships next:

| Command | Description |
| --- | --- |
| `mint ai` | AI-powered documentation tools |
| `mint test` | Documentation testing |
| `mint signup` | Account sign-up from the CLI |
| `mint mcp` | MCP server for documentation |

When you run a coming soon command, your vote is recorded through CLI telemetry. If telemetry is disabled, the CLI still displays the feature message but does not count a vote. Enable telemetry with:

Check warning on line 364 in installation.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

installation.mdx#L364

In general, use active voice instead of passive voice ('is recorded').

Check warning on line 364 in installation.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

installation.mdx#L364

In general, use active voice instead of passive voice ('is disabled').

```bash
mint --telemetry=true
```

## Formatting

While developing locally, we recommend using extensions in your IDE to recognize and format MDX files.
Expand Down
Loading