Ethan Palm 455ec265cd Swap the hero install command for a collapsible agent setup prompt
The introduction hero now leads with the full "set up Mintlify with your agent"
prompt from the quickstart instead of `npm i -g mint`. It lands collapsed to
four lines behind a fade and expands in place, with Copy prompt and Open in
Cursor reachable in both states — reading the prompt is optional, running it is
the point.

The prompt text now also exists as a string in
snippets/setup-agent-prompt-text.mdx, because the built-in <Prompt> component
serializes its children's source rather than evaluating them and so cannot be
handed a variable. Both copies must be edited together;
.github/workflows/check-prompt-sync.yml fails the build if they drift.

The quickstart's <Prompt> card is unchanged, byte for byte.
2026-08-07 16:50:31 -07:00
2026-06-25 16:10:11 -07:00
2026-01-08 14:23:59 -08:00
2026-08-05 23:25:04 -07:00
2026-08-06 18:17:36 -07:00
2025-12-23 14:41:30 -08:00
2026-07-02 17:17:56 -07:00
2026-07-02 17:17:56 -07:00
2026-08-05 23:25:04 -07:00
2026-07-13 14:52:35 -07:00
2026-06-26 23:01:06 +02:00
2025-09-17 11:24:17 -07:00
2026-08-03 19:57:10 +03:00
2025-08-04 11:38:17 -07:00
2026-07-28 13:04:11 -07:00

Mintlify Documentation

Install the Mint CLI to preview the documentation changes locally. To install, use the following command

npm i -g mint

Run the following command at the root of your documentation (where docs.json is)

mint dev
S
Description
Build and maintain documentation sites with Mintlify. Use when creating docs pages, configuring navigation, adding components, or setting up API references.
Readme MIT 302 MiB
Languages
MDX 99%
JavaScript 0.8%
CSS 0.2%