We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c01219 commit 56da9cbCopy full SHA for 56da9cb
src/lib/resources/helpers/render-components.ts
@@ -37,9 +37,6 @@ export default function (theme: MarkdownTheme) {
37
}
38
39
40
- if (tables.length > 0 || methods.length > 0 || enums.length > 0)
41
- md.push("## Components\n\n");
42
-
43
// display them
44
if (tables.length > 0) md.push(`### Tables\n\n`);
45
for (const child2 of tables) {
0 commit comments