All checks were successful
Actions / Build and Push Documentation (push) Successful in 16s
typedoc-theme-dmt (default-modern) is currently broken in monorepos, see https://github.com/typhonjs-typedoc/typedoc-theme-dmt/issues/6
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"entryPoints": [
|
|
"packages/*"
|
|
],
|
|
"entryPointStrategy": "packages",
|
|
"name": "PackwizJS",
|
|
"packageOptions": {
|
|
"includeVersion": true,
|
|
"entryPoints": [
|
|
"src/**/!(*index).ts"
|
|
],
|
|
"dmtLinksIcon": [
|
|
{
|
|
"icon": "https://c.csw.im/favicon.ico",
|
|
"title": "CoastalCommits",
|
|
"url": "https://c.csw.im/GalacticFactory/PackwizJS"
|
|
}
|
|
],
|
|
"dmtNavigation": {
|
|
"moduleIcon": true,
|
|
"style": "compact"
|
|
},
|
|
"sourceLinkTemplate": "https://c.csw.im/GalacticFactory/PackwizJS/src/commit/{gitRevision}/{path}#L{line}"
|
|
},
|
|
"outputs": [
|
|
{
|
|
"name": "html",
|
|
"path": "./.generated_docs/html",
|
|
"options": {
|
|
"navigation": {
|
|
"includeCategories": true,
|
|
"includeGroups": true,
|
|
"excludeReferences": false,
|
|
"includeFolders": true
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"favicon": "docs/assets/favicon.png",
|
|
"githubPages": false,
|
|
"includeVersion": false,
|
|
"exclude": [
|
|
"**/*+(test|spec).ts"
|
|
],
|
|
"theme": "default",
|
|
"coverageOutputType": "all",
|
|
"plugin": [
|
|
"typedoc-plugin-coverage",
|
|
"@typhonjs-typedoc/typedoc-theme-dmt",
|
|
"@typhonjs-typedoc/ts-lib-docs/typedoc/ts-links/es/2024",
|
|
"@typhonjs-typedoc/ts-lib-docs/typedoc/ts-links/dom/2024"
|
|
],
|
|
"categorizeByGroup": true,
|
|
"logLevel": "Verbose"
|
|
}
|