PackwizJS/typedoc.json
cswimr fc61e71b08
Some checks failed
Actions / Build and Push Documentation (push) Failing after 12s
fix docs build
2025-02-09 16:17:34 -06:00

46 lines
1.1 KiB
JSON

{
"entryPoints": [
"src/**/*.ts"
],
"outputs": [
{
"name": "html",
"path": "./.generated_docs/html",
"options": {
"navigation": {
"includeCategories": true,
"includeGroups": true,
"excludeReferences": false,
"includeFolders": true
}
}
}
],
"githubPages": false,
"exclude": [
"**/*+(test|spec).ts"
],
"theme": "default-modern",
"dmtFavicon": "https://csw.im/favicon.ico",
"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}",
"coverageLabel": "Documentation Coverage",
"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
}