This repository contains the Mintlify documentation site for PolyCop OpenAPI.
- Guide pages in MDX
- Navigation and theme settings in
docs.json - API reference pages generated from
openapi.third-party.yaml
Install the Mintlify CLI:
npm i -g mintRun the preview from this directory:
mint devThe local site runs at http://localhost:3000.
Mintlify deploys the site after changes are pushed to the default branch.
- If the local preview does not start, run
mint updateand retry. - If a page returns 404, confirm that you are running
mint devfrom the directory that containsdocs.json.