- 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)
npm install @mxssfd/typedoc-theme- demo
- example
- request-template
- example-code




``shell`
npm install typedoc @mxssfd/typedoc-theme -D
use script command
`shell`
typedoc --plugin @mxssfd/typedoc-theme --theme my-theme
or
use typedoc.json
`json``
{
"$schema": "https://typedoc.org/schema.json",
"plugin": ["@mxssfd/typedoc-theme"],
"theme": "my-theme"
}