Install the Mintlify CLI to run documentation site locally:
npm i -g mint
Run the following command at the root of your documentation (where mint.json is)
mint dev
Publish changes by pushing to the main branch
git add .
git commit -m "update message"
git push
- Mintlify dev isn't running - Run
mint update
it'll update dependencies. - Page loads as a 404 - Make sure you are running in a folder with
docs.json