docs.json or mint.json deploys as-is.
How it works
- Connect a GitHub repository from your Context7 teamspace and pick the branch and folder that contain your docs.
- Docs7 builds the site and publishes it to
<owner>--<repo>-<id>.docs7.io. - Every push to the production branch redeploys production. Every push to any other branch creates or updates a preview site with its own stable URL, reported back to the pull request as a commit status and comment.
What’s included
Mintlify-compatible
docs.json configuration, MDX components, snippets, and frontmatter work the way you already know.Branch previews
One stable preview URL per branch, linked from the pull request.
Readable by AI tools
Every site generates
llms.txt, llms-full.txt, a raw Markdown export of each page, and page actions that open the page in ChatGPT or Claude.Full-text search
Static search with a ⌘K modal, per-language indexes, and keyword boosting. No external service.
API reference
Commit an OpenAPI spec and get generated endpoint pages with request and response examples.
Custom domains
Serve from
docs.yourcompany.com, or below a path like yourcompany.com/docs.Where to start
- Quickstart: connect a repository and ship your first deployment.
- Mintlify compatibility: what carries over unchanged and what differs.
- Site settings: everything
docs.jsoncontrols. - Limits: sizes, timeouts, and caps at a glance.