docs(admin): fix stale "Section 3" reference in spec (#7693)

Drafting numbered the design walkthrough; final spec uses titled
sections. Update the back-reference accordingly.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
John McLear 2026-05-08 16:05:19 +01:00
parent 9a9a27f30a
commit fe345a98bf

View file

@ -66,7 +66,7 @@ module.
### Why merge in `dump-spec.ts` rather than at `openapi-typescript` time
`openapi-typescript` only accepts one input. We could run it twice and emit
two `.d.ts` files, but the chosen design (Section 3, codegen) is a single
two `.d.ts` files, but the chosen design (see "Codegen merge" below) is a single
merged `schema.d.ts` so the admin UI's `$api` instance has one `paths`
interface covering both surfaces. The merge therefore happens at JSON-dump
time, before `openapi-typescript` runs.