Skip to content

Commit 95c2f4f

Browse files
Bill LeoutsakosBill Leoutsakos
authored andcommitted
docs: document exported generator helpers
1 parent a6c43fe commit 95c2f4f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/generate-docs.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4104,6 +4104,7 @@ function extractManualContent(existingContent: string): Record<string, string> {
41044104
return manualSections
41054105
}
41064106

4107+
/** Re-inserts preserved manual sections at their supported locations in generated block Markdown. */
41074108
export function mergeWithManualContent(
41084109
generatedMarkdown: string,
41094110
existingContent: string | null,
@@ -4224,6 +4225,7 @@ async function generateBlockDoc(blockPath: string) {
42244225
}
42254226
}
42264227

4228+
/** Renders a block's integration reference, including tool metadata and output schemas. */
42274229
export async function generateMarkdownForBlock(
42284230
blockConfig: BlockConfig,
42294231
displayType?: string

0 commit comments

Comments
 (0)