Skip to content

Commit b232901

Browse files
dmealingclaude
andcommitted
polish(docs): clearer collision error when a node name clashes with the index page
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent b67144e commit b232901

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • server/typescript/packages/codegen-ts/src/generators

server/typescript/packages/codegen-ts/src/generators/docs-file.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export const docsFile = function docsFile(opts?: DocsFileOpts): Generator {
127127
// produces nothing (no orphan landing page with an empty diagram).
128128
if (files.length > 0) {
129129
const indexContent = renderIndexPage(ctx.loadedRoot, layout, entityNodes, templateNodes);
130-
placements.push({ path: INDEX_FILENAME, fqn: "<overview>" });
130+
placements.push({ path: INDEX_FILENAME, fqn: "<the auto-generated overview/index page>" });
131131
files.unshift({ path: INDEX_FILENAME, content: indexContent });
132132
}
133133

0 commit comments

Comments
 (0)