This repository contains the source for RouteMesh documentation.
- Public docs URL:
https://routeme.sh/docs - Platform URL:
https://routeme.sh - Docs framework: Mintlify
From this directory:
npm install
npm run devThen open http://localhost:3000.
npm run builddocs.json- global docs configuration (navigation, branding, navbar/footer, API reference wiring)intro/- consumer-facing docs pagesprovider/- provider-facing docs pagesapi-reference/openapi.json- API reference schema used by the API tabimages/,logo/,snippets/- shared docs assets/content
- Keep language concrete and product-specific to RouteMesh.
- Prefer stable links under
https://routeme.sh/docs/...in docs and app copy. - When API behavior changes, update both:
- prose docs in
intro/orprovider/ api-reference/openapi.json
- prose docs in
Use these files when validating docs against the codebase:
DOCS_CODE_MAP.mdPROMPT_DOCS_SYNC.md
Changes are deployed via Mintlify when updates land on the default branch of this repository.