| title | Docs Development |
|---|---|
| description | Preview and validate the Mintlify documentation locally. |
This documentation repo is a Mintlify project. Pages are MDX files, and navigation is defined in docs.json.
npm i -g mint
mint devMintlify starts a local preview, usually at http://localhost:3000. If the port is occupied, it will choose the next available port.
mint broken-linksdocs.json
index.mdx
quickstart.mdx
features/
guides/
configuration/
deployment/
reference/
images/
logo/
- Add every public page to
docs.jsonnavigation - Keep pages original to KeinSaaS Navigator
- Use README media only when it demonstrates a Navigator feature
- Run a local preview before pushing major changes