Kaneo documentation project structure
mainThe Kaneo documentation is managed via Mintlify with the following key files and locations:
- Docs root:
/apps/docs - Main configuration:
apps/docs/docs.json - OpenAPI source:
apps/docs/openapi.json - Landing page:
index.mdx - Product/Deployment guides: Located in
core/** - API Reference: Located in
api-reference/**(includes overview and auth pages)
Note: API endpoints are automatically generated from the local OpenAPI file defined in docs.json.