Public documentation for Overshoot. Built on Mintlify.
npm i -g mint
mint devServes at http://localhost:3000.
docs/
├── docs.json # Site config: nav, theme, logo, footer
├── intro.mdx # Top of "Guides" tab
├── quickstart.mdx
├── the-stream.mdx
├── chat-completion.mdx
├── models.mdx
├── best-practices.mdx
├── api-reference/
│ ├── introduction.mdx
│ ├── openapi.yaml # Drives the API reference pages
│ └── *.mdx # Per-endpoint pages (frontmatter only)
├── logo/ # Wordmarks (light / dark)
├── favicon.svg
└── AGENTS.md # Style guide for contributors and AI agents
See AGENTS.md for voice, the human/agent split via <Visibility>, and canonical URLs.
Pushes to the default branch deploy automatically via the Mintlify GitHub app.