Some checks failed
Actions / Build and Push Documentation (push) Failing after 12s
46 lines
1.1 KiB
JSON
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
|
|
}
|