The V2 documentation is a Mintlify site deployed from packages/docs on the dev branch.
From this directory, run:
bun devThe preview opens at http://localhost:3333 and reloads when MDX or docs.json changes.
Validate changes before opening a pull request:
bun validate
bun broken-linksThe V2 theme token reference is generated from
packages/tui/src/theme/v2/schema.ts. Regenerate it after schema changes:
bun run generatebun validate checks that the committed snippet is current. The repository's
generation workflow also refreshes it on pushes to dev, so Mintlify always
receives the generated MDX as part of the published docs tree.
The hosted preview is available at opencode.mintlify.site.