We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4ce36 commit 956ca03Copy full SHA for 956ca03
packages/typedoc-plugin-markdown/src/theme/context/templates/project.ts
@@ -57,6 +57,10 @@ export function project(
57
md.push(this.helpers.getGroupIndex(group));
58
}
59
60
+ if (page.model.children?.some((child) => child.kind !== ReflectionKind.Module)) {
61
+ md.push(this.partials.body(page.model, { headingLevel: 2 }));
62
+ }
63
+
64
md.push(
65
this.partials.reflectionIndex(page.model, {
66
headingLevel: 2,
0 commit comments