File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ import * as chalk from 'chalk';
21
21
import { BaseDitamap } from './ditamap/base-ditamap' ;
22
22
import { CLIReference } from './ditamap/cli-reference' ;
23
23
import { Command } from './ditamap/command' ;
24
- import { MainTopicIntro } from './ditamap/main-topic-intro' ;
25
24
import { TopicCommands } from './ditamap/topic-commands' ;
26
25
import { TopicDitamap } from './ditamap/topic-ditamap' ;
27
26
import { events , punctuate } from './utils' ;
@@ -93,11 +92,6 @@ export class Docs {
93
92
continue ;
94
93
}
95
94
96
- const subtopicMeta = ensureJsonMap ( subTopicsMeta [ subtopic ] ) ;
97
-
98
- // The intro doc for this topic
99
- await new MainTopicIntro ( topic , subtopic , subtopicMeta ) . write ( ) ;
100
-
101
95
subTopicNames . push ( subtopic ) ;
102
96
103
97
// Commands within the sub topic
You can’t perform that action at this time.
0 commit comments