From 36201f4af1aa9ccab6b759688a4b502486202b90 Mon Sep 17 00:00:00 2001 From: ThinLiquid Date: Tue, 16 Jan 2024 05:47:17 +0000 Subject: [PATCH] =?UTF-8?q?[=F0=9F=93=87]=20Update=20typedoc=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typedoc.config.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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' }