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 2007191 commit 2ce5cd2Copy full SHA for 2ce5cd2
docs/docusaurus.config.ts
@@ -26,7 +26,7 @@ const plugins = Object.entries(packageMap).map(([id, config]) => [
26
expandObjects: true,
27
useCodeBlocks: true,
28
typeDeclarationFormat: 'table',
29
- membersWithOwnFile: ['Class', 'Enum', 'Function', 'Interface'],
+ membersWithOwnFile: ['Class', 'Enum', 'Function'],
30
textContentMappings: {
31
'title.memberPage': '{name}'
32
}
0 commit comments