All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
30 lines
786 B
JSON
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
|
|
}
|