Skip to main content
The docs site is driven by Mintlify from this repository. Mintlify’s docs are available at https://www.mintlify.com/docs Mintlify reads:

Local development

Mintlify’s local dev startup command is mint dev, but Mintlify does not support Node 25+. This repo avoids that issue by running Mintlify in a Node 22 Docker container:
make docs
The docs server binds to port 3000 by default. You can override it with:
make docs DOCS_PORT=3333
If you already have a supported LTS Node version installed locally, you can also run the host-native command:
make docs-host

Making docs changes

When you update the docs:
  • preserve the existing nav structure in docs.json and 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

Deployment

Docs deploy through the Mintlify GitHub App connected to this repository. There is no GitHub Pages workflow to maintain here.