mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-07-19 01:24:19 +00:00
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:
parent
9a9a27f30a
commit
fe345a98bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue