Skip to content

Observation: build-docs.ts integration category lists 9 page names with no emitting module — only connector produces a page #8166

Description

@huangyiirene

Found while executing #8075 (which removed external-lookup from the data page list and message-queue from the system page list in the same file). Filed unassigned, observation-class: the generator's own comment (at the automation category) says dead names are "silently harmless — which is why each is removed deliberately", so this is drift against the file's stated discipline, not a rendering bug.

What was measured (on the #8075 branch, after a full gen:docs run)

packages/spec/scripts/build-docs.ts, integration category:

{ section: 'Connectors', pages: ['connector', 'mapping', 'translation'] },
{ section: 'Transport & Storage', pages: ['http', 'message-queue', 'object-storage', 'offline'] },
{ section: 'Tenancy', pages: ['tenant', 'misc'] },

Note this integration message-queue entry is NOT the #8075 surface — it referred to the #4480-removed connector template, which is why #8075 deliberately left it alone (scope). The fix is a one-line-per-name cleanup of the integration category, following the deliberate-removal comment style the automation category already carries.


Generated by Claude Code

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions