This repository has been archived on 2025-03-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
PackwizJS/typedoc.jsonc
cswimr 15a5e2a776
Some checks failed
Actions / Build and Push Documentation (push) Has been cancelled
chore(tooling): add prettier config file
2025-02-13 10:23:37 -06:00

52 lines
1.4 KiB
JSON

{
"entryPoints": ["packages/*"],
"entryPointStrategy": "packages",
"name": "PackwizJS",
"packageOptions": {
"includeVersion": true,
"entryPoints": ["src/**/!(*index).ts"],
"dmtLinksIcon": [
{
"icon": "https://c.csw.im/favicon.ico",
"title": "CoastalCommits",
"url": "https://c.csw.im/GalacticFactory/PackwizJS"
}
],
"dmtLinksService": {
"NPM": "https://www.npmjs.com/org/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
}
}
}
],
"favicon": "docs/assets/favicon.png",
"githubPages": false,
"includeVersion": false,
"exclude": ["**/*+(test|spec).ts"],
"theme": "default",
"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,
"logLevel": "Verbose"
}