- docs.json for navigation and site settings
- index.mdx for the homepage
- files under the repository root for the rest of the documentation
Local development
Mintlify’s local dev startup command ismint dev, but Mintlify does not support Node 25+. This repo avoids that issue by running Mintlify in a Node 22 Docker container:
3000 by default. You can override it with:
Making docs changes
When you update the docs:- preserve the existing nav structure in
docs.jsonand only add to it when needed - use MDX for new pages
- keep contributor and operator guidance in the docs site instead of reviving
CONTRIBUTING.md

