actually switch to dmt
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
41d1500e6e
commit
f91742e5ac
1 changed files with 10 additions and 18 deletions
28
typedoc.json
28
typedoc.json
|
@ -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
|
||||
}
|
||||
|
|
Reference in a new issue