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 ccc7c2b commit fe06d12Copy full SHA for fe06d12
packages/config/src/typedoc/typedoc-custom-settings.js
@@ -16,6 +16,8 @@ export function load(app) {
16
id: page.model.name,
17
title: page.model.name,
18
}
19
+ page.contents =
20
+ '<!-- DO NOT EDIT: this page is autogenerated from the type comments -->\n\n'
21
},
22
)
23
// Rename output files
0 commit comments