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:http://localhost:3000.
Making Changes
- Edit MDX files in the
apps/docsdirectory - Changes will hot-reload automatically
- Check for broken links:
mintlify broken-links - Validate accessibility:
mintlify a11y
Project Structure
Troubleshooting
Port 3000 already in use
Port 3000 already in use
Stop other services running on port 3000, or specify a different port:
Changes not reflecting
Changes not reflecting
Hard refresh your browser (Ctrl+Shift+R on Windows/Linux, Cmd+Shift+R on Mac)