Mintlify-based documentation for the Red Fancy backend API.
OPENAPI.yamlcontains the current backend API specification.docs.jsondefines navigation, theme, and OpenAPI integration.pay/*.mdxcontains guide pages that explain integration flows around the raw reference.
The API reference shown in the docs site is generated directly from OPENAPI.yaml.
Install the Mintlify CLI:
npm i -g mintStart the local preview:
mint devThe preview runs at http://localhost:3000.
Validate the OpenAPI file:
mint openapi-check OPENAPI.yamlCheck internal links:
mint broken-links- Update
OPENAPI.yamlwhen the backend contract changes. - Refresh the relevant guide pages in
pay/if the integration flow changed. - Run the validation commands above before publishing.