chore(repo): fix typedocs
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
This commit is contained in:
parent
20e271c714
commit
894751fb0c
1 changed files with 14 additions and 15 deletions
29
typedoc.json
29
typedoc.json
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue