Skip to content

Commit 9920ed4

Browse files
committed
remove components and type
1 parent 56da9cb commit 9920ed4

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

dist/lib/resources/helpers/render-components.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ function default_1(theme) {
5353
enums.push(item);
5454
}
5555
}
56-
if (tables.length > 0 || methods.length > 0 || enums.length > 0)
57-
md.push("## Components\n\n");
5856
// display them
5957
if (tables.length > 0)
6058
md.push(`### Tables\n\n`);

dist/lib/resources/templates/reflection.hbs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{{> header}}
22
{{> title}}
33
{{#with model}}
4-
{{renderType}}
54

65
{{#ifIsModule this}}
76
{{renderComponents}}

src/lib/resources/templates/reflection.hbs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{{> header}}
22
{{> title}}
33
{{#with model}}
4-
{{renderType}}
54

65
{{#ifIsModule this}}
76
{{renderComponents}}

0 commit comments

Comments
 (0)