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';
2121import { BaseDitamap } from './ditamap/base-ditamap' ;
2222import { CLIReference } from './ditamap/cli-reference' ;
2323import { Command } from './ditamap/command' ;
24- import { MainTopicIntro } from './ditamap/main-topic-intro' ;
2524import { TopicCommands } from './ditamap/topic-commands' ;
2625import { TopicDitamap } from './ditamap/topic-ditamap' ;
2726import { events , punctuate } from './utils' ;
@@ -93,11 +92,6 @@ export class Docs {
9392 continue ;
9493 }
9594
96- const subtopicMeta = ensureJsonMap ( subTopicsMeta [ subtopic ] ) ;
97-
98- // The intro doc for this topic
99- await new MainTopicIntro ( topic , subtopic , subtopicMeta ) . write ( ) ;
100-
10195 subTopicNames . push ( subtopic ) ;
10296
10397 // Commands within the sub topic
You can’t perform that action at this time.
0 commit comments