PackwizJS/typedoc.json

49 lines
1.3 KiB
JSON
Raw Normal View History

2025-02-09 10:00:02 -06:00
{
"entryPoints": ["packages/*"],
"entryPointStrategy": "packages",
"name": "PackwizJS",
"packageOptions": {
"includeVersion": true,
"entryPoints": ["src/**/*.ts"]
},
"outputs": [
{
"name": "html",
2025-02-09 16:15:10 -06:00
"path": "./.generated_docs/html",
"options": {
2025-02-09 14:02:58 -06:00
"navigation": {
"includeCategories": true,
"includeGroups": true,
"excludeReferences": false,
"includeFolders": true
2025-02-09 14:40:21 -06:00
}
}
}
],
"githubPages": false,
2025-02-09 16:50:27 -06:00
"exclude": ["**/*+(test|spec).ts"],
2025-02-09 14:40:21 -06:00
"theme": "default-modern",
2025-02-09 16:40:34 -06:00
"dmtFavicon": "https://c.csw.im/favicon.ico",
2025-02-09 14:40:21 -06:00
"dmtLinksIcon": [
{
2025-02-09 15:14:11 -06:00
"icon": "https://c.csw.im/favicon.ico",
2025-02-09 14:40:21 -06:00
"title": "CoastalCommits",
2025-02-09 15:14:11 -06:00
"url": "https://c.csw.im/GalacticFactory/PackwizJS"
2025-02-09 14:40:21 -06:00
}
2025-02-09 14:37:45 -06:00
],
2025-02-09 16:01:47 -06:00
"dmtNavigation": {
"moduleIcon": true,
2025-02-09 16:50:27 -06:00
"style": "compact"
2025-02-09 16:01:47 -06:00
},
"sourceLinkTemplate": "https://c.csw.im/GalacticFactory/PackwizJS/src/commit/{gitRevision}/{path}#L{line}",
2025-02-09 16:15:10 -06:00
"coverageLabel": "Documentation Coverage",
"coverageOutputType": "all",
2025-02-09 15:14:11 -06:00
"plugin": [
"typedoc-plugin-coverage",
2025-02-09 16:15:10 -06:00
"@typhonjs-typedoc/typedoc-theme-dmt",
2025-02-09 16:17:34 -06:00
"@typhonjs-typedoc/ts-lib-docs/typedoc/ts-links/es/2024",
"@typhonjs-typedoc/ts-lib-docs/typedoc/ts-links/dom/2024"
2025-02-09 15:14:11 -06:00
],
2025-02-09 10:00:02 -06:00
"categorizeByGroup": true
}