PackwizJS/typedoc.json
cswimr 46f212423f
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
chore(docs): change favicon
2025-02-11 21:26:06 -06:00

47 lines
1.3 KiB
JSON

{
"entryPoints": ["packages/*"],
"entryPointStrategy": "packages",
"name": "PackwizJS",
"packageOptions": {
"includeVersion": true,
"entryPoints": ["src/**/*.ts"],
"dmtFavicon": "https://csw.im/u/GalacticFactory.png",
"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}"
},
"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",
"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
}