Skip to main content

Running Documentation Locally

You can preview documentation changes locally using the Mintlify CLI.

Prerequisites

Install Node.js (v18 or higher) and npm.

Install Mintlify CLI

Preview Documentation

Navigate to the docs directory and start the development server:
The documentation will be available at http://localhost:3000.

Making Changes

  1. Edit MDX files in the apps/docs directory
  2. Changes will hot-reload automatically
  3. Check for broken links: mintlify broken-links
  4. Validate accessibility: mintlify a11y

Project Structure

Troubleshooting

Stop other services running on port 3000, or specify a different port:
Hard refresh your browser (Ctrl+Shift+R on Windows/Linux, Cmd+Shift+R on Mac)