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

@ -97,6 +97,11 @@ jobs:
working-directory: packages/client
run: bun run check:generated
- name: Check generated documentation
if: runner.os == 'Linux'
working-directory: packages/docs
run: bun run check:generated
e2e:
name: e2e (${{ matrix.settings.name }})
if: github.ref_name != 'v2' && github.head_ref != 'v2'