Skip to content

Commit 56da9cb

Browse files
committed
remove components header
1 parent 2c01219 commit 56da9cb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib/resources/helpers/render-components.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ export default function (theme: MarkdownTheme) {
3737
}
3838
}
3939

40-
if (tables.length > 0 || methods.length > 0 || enums.length > 0)
41-
md.push("## Components\n\n");
42-
4340
// display them
4441
if (tables.length > 0) md.push(`### Tables\n\n`);
4542
for (const child2 of tables) {

0 commit comments

Comments
 (0)