This repository contains the source for Mocra product documentation: quickstart, API reference, and development setup. The site is built and hosted with Mintlify.
- Install the Mintlify CLI:
npm i -g mint - Clone this repo and from its root (where
docs.jsonis), run:mint dev - Open
http://localhost:3000to view the docs.
Changes to .mdx and OpenAPI files will hot-reload.
The live site is updated automatically when changes are pushed to the default branch. The Mintlify GitHub app must be installed for the organization/repo; configure it in the Mintlify dashboard.
- Local preview won’t start or looks wrong: Run
mint updateto use the latest CLI. - 404s on every page: Ensure you’re in the repo root that contains
docs.json.
- For the full Development guide (custom ports, link checking, editing tips), open the docs locally or on the published site and go to Development.
- Mintlify docs for the platform itself.