File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ import {
2020import * as chalk from 'chalk' ;
2121import { BaseDitamap } from './ditamap/base-ditamap' ;
2222import { CLIReference } from './ditamap/cli-reference' ;
23- import { CLIReferenceTopic } from './ditamap/cli-reference-topic' ;
2423import { Command } from './ditamap/command' ;
2524import { MainTopicIntro } from './ditamap/main-topic-intro' ;
2625import { TopicCommands } from './ditamap/topic-commands' ;
@@ -116,9 +115,6 @@ export class Docs {
116115 // The topic ditamap with all of the subtopic links.
117116 events . emit ( 'subtopics' , topic , subTopicNames ) ;
118117
119- if ( ! commandIds . includes ( topic ) ) {
120- await new CLIReferenceTopic ( topic , description ) . write ( ) ;
121- }
122118 await new TopicCommands ( topic , topicMeta ) . write ( ) ;
123119 await new TopicDitamap ( topic , commandIds ) . write ( ) ;
124120 return subTopicNames ;
You can’t perform that action at this time.
0 commit comments