[📇] Update typedoc config
This commit is contained in:
parent
9a87964464
commit
36201f4af1
1 changed files with 5 additions and 2 deletions
|
|
@ -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'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue