[📇] Update typedoc config

This commit is contained in:
ThinLiquid 2024-01-16 05:47:17 +00:00
parent 9a87964464
commit 36201f4af1
No known key found for this signature in database
GPG key ID: 17538DC3DF6A7387

View file

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