typedoc-pico-theme
v1.0.2
Published
TypeDoc Theme based on PicoCSS
Readme
TypeDoc theme based on PicoCSS.
See the example project.
Usage
Install the package with your favourite package manager:
npm install typedoc-pico-theme --save-devpnpm add typedoc-pico-theme --save-devyarn add typedoc-pico-theme --devUse the theme when generating your documentation:
npx typedoc src --plugin typedoc-pico-themeOr add it to your typedoc.json:
{
// ...
"plugin": ["typedoc-pico-theme"]
}Contributing
Got a question? Found a bug? Create an issue.
Contributions are most welcome! Please create a pull request.

