You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(api): publish MyFestival OpenAPI spec via Redoc at /api-docs/
Adds a Redoc-rendered API docs page at /api-docs/ in the Cloudflare Pages
deployment. The OpenAPI spec is generated from proto at build time (not
committed), consistent with the proto-in-CI pattern from #426.
- web/api-docs/index.html: Redoc page loading openapi.yaml from jsDelivr CDN
- web/api-docs/.gitignore: openapi.yaml is generated, not committed
- web/_headers: /api-docs/* CSP override allowing cdn.jsdelivr.net for Redoc
- ci.yml build-web: buf generate + copy openapi.yaml before flutter build
- mise.dev.toml proto:generate: also copies to web/api-docs/ for local dev
https://claude.ai/code/session_015uTnGiC56cEELZMH2cQQU4
0 commit comments