chore(repo): fix typedocs
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s

This commit is contained in:
cswimr 2025-02-11 09:08:37 -06:00
parent 20e271c714
commit 894751fb0c
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -4,7 +4,20 @@
"name": "PackwizJS",
"packageOptions": {
"includeVersion": true,
"entryPoints": ["src/**/*.ts"]
"entryPoints": ["src/**/*.ts"],
"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}"
},
"outputs": [
{
@ -23,20 +36,6 @@
"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",