Skip to content

Commit 8b565b7

Browse files
committed
chore(website): improve api docs
1 parent fd56360 commit 8b565b7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

website/docusaurus.config.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,9 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
3333
'docusaurus-plugin-typedoc',
3434
// Plugin / TypeDoc options
3535
{
36-
entryPoints: [
37-
'../packages/molecule/molecule.d.ts',
38-
'../packages/molecule/ui.d.ts',
39-
'../packages/molecule/monaco.d.ts',
40-
],
36+
entryPoints: ['../packages/molecule/src/index.ts'],
4137
tsconfig: '../packages/molecule/tsconfig.json',
4238
name: 'Molecule',
43-
readme: 'none',
44-
excludeExternals: true,
4539
},
4640
],
4741
],

0 commit comments

Comments
 (0)