File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ import {
20
20
import * as chalk from 'chalk' ;
21
21
import { BaseDitamap } from './ditamap/base-ditamap' ;
22
22
import { CLIReference } from './ditamap/cli-reference' ;
23
- import { CLIReferenceTopic } from './ditamap/cli-reference-topic' ;
24
23
import { Command } from './ditamap/command' ;
25
24
import { MainTopicIntro } from './ditamap/main-topic-intro' ;
26
25
import { TopicCommands } from './ditamap/topic-commands' ;
@@ -116,9 +115,6 @@ export class Docs {
116
115
// The topic ditamap with all of the subtopic links.
117
116
events . emit ( 'subtopics' , topic , subTopicNames ) ;
118
117
119
- if ( ! commandIds . includes ( topic ) ) {
120
- await new CLIReferenceTopic ( topic , description ) . write ( ) ;
121
- }
122
118
await new TopicCommands ( topic , topicMeta ) . write ( ) ;
123
119
await new TopicDitamap ( topic , commandIds ) . write ( ) ;
124
120
return subTopicNames ;
You can’t perform that action at this time.
0 commit comments