RevelaOS/typedoc.config.js
2024-01-22 13:25:12 +00:00

8 lines
219 B
JavaScript

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