actually switch to dmt
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s

This commit is contained in:
cswimr 2025-02-09 14:40:21 -06:00
parent 41d1500e6e
commit f91742e5ac
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -10,29 +10,21 @@
"includeGroups": true,
"excludeReferences": false,
"includeFolders": true
},
"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"
}
]
}
}
},
{
"name": "markdown",
"path": "./docs/markdown"
}
],
"githubPages": false,
"exclude": ["**/*+(test|spec).ts"],
"plugin": [
"typedoc-plugin-markdown",
"typedoc-plugin-coverage",
"@typhonjs-typedoc/typedoc-theme-dmt"
"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
}