diff --git a/typedoc.config.js b/typedoc.config.js index 8f922d7..d3f00ed 100644 --- a/typedoc.config.js +++ b/typedoc.config.js @@ -1,5 +1,8 @@ +/** @type {import('typedoc').TypeDocOptions} */ module.exports = { name: 'FlowOS', - plugin: ['typedoc-material-theme', 'typedoc-plugin-missing-exports'], - themeColor: '#1e1e2e' + plugin: ['typedoc-material-theme'], + themeColor: '#1e1e2e', + entryPoints: ['src/kernel.ts'], + entryPointStrategy: 'expand' }