@mxssfd/typedoc-theme
v1.1.7
Published
- demo - [example](https://mengxinssfd.github.io/typedoc-theme/) - [request-template](https://mengxinssfd.github.io/request-template/) - [example-code](https://github.com/mengxinssfd/typedoc-theme/tree/main/example)
Downloads
5,776
Readme
@mxssfd/typedoc-theme
Installation
npm install typedoc @mxssfd/typedoc-theme -D
Usage
use script command
typedoc --plugin @mxssfd/typedoc-theme --theme my-theme
or
use typedoc.json
{
"$schema": "https://typedoc.org/schema.json",
"plugin": ["@mxssfd/typedoc-theme"],
"theme": "my-theme"
}