PackwizJS/typedoc.json
cswimr f91742e5ac
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
actually switch to dmt
2025-02-09 14:40:21 -06:00

30 lines
786 B
JSON

{
"entryPoints": ["src/**/*.ts"],
"outputs": [
{
"name": "html",
"path": "./docs/html",
"options": {
"navigation": {
"includeCategories": true,
"includeGroups": true,
"excludeReferences": false,
"includeFolders": true
}
}
}
],
"githubPages": false,
"exclude": ["**/*+(test|spec).ts"],
"theme": "default-modern",
"dmtFavicon": "https://www.coastalcommits.com/favicon.ico",
"dmtLinksIcon": [
{
"icon": "https://www.coastalcommits.com/favicon.ico",
"title": "CoastalCommits",
"url": "https://www.coastalcommits.com/GalacticFactory/PackwizJS"
}
],
"plugin": ["typedoc-plugin-coverage", "@typhonjs-typedoc/typedoc-theme-dmt"],
"categorizeByGroup": true
}