PackwizJS/typedoc.json
cswimr f58a59cccf
Some checks failed
Actions / Build and Push Documentation (push) Failing after 12s
switch to meli for documentation hosting
2025-02-09 14:00:39 -06:00

25 lines
523 B
JSON

{
"entryPoints": ["src/**/*.ts"],
"outputs": [
{
"name": "html",
"path": "./docs/html",
"options": {
"naivgation": {
"includeCategories": true,
"includeGroups": true,
"excludeReferences": false,
"includeFolders": true
}
}
},
{
"name": "markdown",
"path": "./docs/markdown"
}
],
"exclude": ["**/*+(test|spec).ts"],
"theme": "default",
"plugin": ["typedoc-plugin-markdown"],
"categorizeByGroup": true
}