This directory contains the Mintlify-hosted documentation for openrouter.ai/docs.
- Validate Docs — Runs
mint validateon all PRs touchingprojects/docs/** - Docs Preview — Posts a preview URL as a PR comment for internal PRs (fork PRs cannot access secrets)
To preview docs locally, install the Mintlify CLI and run:
cd projects/docs
mint devOr use Tilt: tilt trigger docs with a running tilt up (or start it enabled with tilt up -- docs). The docs are served at http://localhost:3003 (override with DOCS_PORT).