All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
42 lines
1.1 KiB
JSON
42 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://c.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
|
|
}
|