We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574e8fd commit ba42e7fCopy full SHA for ba42e7f
1 file changed
src/docs.ts
@@ -21,7 +21,6 @@ import * as chalk from 'chalk';
21
import { BaseDitamap } from './ditamap/base-ditamap';
22
import { CLIReference } from './ditamap/cli-reference';
23
import { Command } from './ditamap/command';
24
-import { MainTopicIntro } from './ditamap/main-topic-intro';
25
import { TopicCommands } from './ditamap/topic-commands';
26
import { TopicDitamap } from './ditamap/topic-ditamap';
27
import { events, punctuate } from './utils';
@@ -93,11 +92,6 @@ export class Docs {
93
92
continue;
94
}
95
96
- const subtopicMeta = ensureJsonMap(subTopicsMeta[subtopic]);
97
-
98
- // The intro doc for this topic
99
- await new MainTopicIntro(topic, subtopic, subtopicMeta).write();
100
101
subTopicNames.push(subtopic);
102
103
// Commands within the sub topic
0 commit comments