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 fd56360 commit 8b565b7Copy full SHA for 8b565b7
website/docusaurus.config.js
@@ -33,15 +33,9 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
33
'docusaurus-plugin-typedoc',
34
// Plugin / TypeDoc options
35
{
36
- entryPoints: [
37
- '../packages/molecule/molecule.d.ts',
38
- '../packages/molecule/ui.d.ts',
39
- '../packages/molecule/monaco.d.ts',
40
- ],
+ entryPoints: ['../packages/molecule/src/index.ts'],
41
tsconfig: '../packages/molecule/tsconfig.json',
42
name: 'Molecule',
43
- readme: 'none',
44
- excludeExternals: true,
45
},
46
],
47
0 commit comments