File tree Expand file tree Collapse file tree 4 files changed +0
-7
lines changed
Expand file tree Collapse file tree 4 files changed +0
-7
lines changed Original file line number Diff line number Diff 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` ) ;
Original file line number Diff line number Diff line change 11{{> header }}
22{{> title }}
33{{ #with model }}
4- {{ renderType }}
54
65{{ #ifIsModule this }}
76{{ renderComponents }}
Original file line number Diff line number Diff 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 ) {
Original file line number Diff line number Diff line change 11{{> header }}
22{{> title }}
33{{ #with model }}
4- {{ renderType }}
54
65{{ #ifIsModule this }}
76{{ renderComponents }}
You can’t perform that action at this time.
0 commit comments