Skip to main content
Mintlify generates the API reference from openapi/signalite.json.

Refresh the spec

From the web repo:
npm run docs:sync-openapi
This fetches:
https://shlp-web-production.up.railway.app/api/v1/openapi
and writes:
mintlify/openapi/signalite.json

Validate locally

Install Mintlify’s CLI and run from the docs root:
npm i -g mint
cd mintlify
mint validate
mint broken-links
mint dev

Mintlify setup notes

Mintlify uses docs.json as the required central config. The API reference tab points at openapi/signalite.json, which lets Mintlify generate interactive endpoint pages from the OpenAPI document.