Commit e019766
fix(spec): remove 8 dead page names from build-docs integration category (#8219)
`packages/spec/scripts/build-docs.ts`'s `integration` category listed 9 page
names, 8 of which have never had a matching `.zod.ts` file in
`packages/spec/src/integration/` since #4480 removed the per-provider
connector template files. `buildCategoryPages` already filters by what was
actually emitted, so the dead names were silently harmless — this removes
them deliberately, matching the discipline the `automation` category's
comments already established.
`connector` is the only module `integration/` has ever emitted a page for.
Verified with a fresh `gen:docs` run: 230 files before and after, byte-for-
byte identical — the removal is inert by construction.
Fixes #8166
Co-authored-by: Claude <noreply@anthropic.com>1 parent 0704c98 commit e019766
1 file changed
Lines changed: 16 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
504 | | - | |
505 | | - | |
506 | | - | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
507 | 520 | | |
508 | 521 | | |
509 | 522 | | |
| |||
0 commit comments