Skip to content

Commit ba42e7f

Browse files
committed
fix: stop generating main topic intro
1 parent 574e8fd commit ba42e7f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/docs.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import * as chalk from 'chalk';
2121
import { BaseDitamap } from './ditamap/base-ditamap';
2222
import { CLIReference } from './ditamap/cli-reference';
2323
import { Command } from './ditamap/command';
24-
import { MainTopicIntro } from './ditamap/main-topic-intro';
2524
import { TopicCommands } from './ditamap/topic-commands';
2625
import { TopicDitamap } from './ditamap/topic-ditamap';
2726
import { 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

0 commit comments

Comments
 (0)