Skip to main content
Prerequisites:
  • Node.js version 19 or higher
  • This repository cloned locally
1

Install the Mintlify CLI

2

Preview locally

Navigate to this repo’s root directory and run:
A local preview will be available at http://localhost:3000.

Custom ports

Updating the CLI

OpenAPI spec

The api-reference/openapi.json file is auto-synced from the Yoshi API via CI after each deploy. To update it manually:

Troubleshooting

  1. Remove the CLI: npm remove -g mint
  2. Upgrade to Node v19 or higher
  3. Reinstall: npm i -g mint
Delete ~/.mintlify and run mint dev again.
Last modified on April 14, 2026