docs(tui): add generated V2 theme reference (#38396)

This commit is contained in:
James Long 2026-07-22 18:30:31 -04:00 committed by GitHub
commit 381f6c47b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 381 additions and 7 deletions

View file

@ -19,4 +19,15 @@ bun validate
bun broken-links
```
The V2 theme token reference is generated from
`packages/tui/src/theme/v2/schema.ts`. Regenerate it after schema changes:
```bash
bun run generate
```
`bun 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](https://opencode.mintlify.site).