1.2.0 • Published 5 years ago
@jjwesterkamp/typedoc-theme v1.2.0
@jjwesterkamp/typedoc-theme
The Typedoc theme that I use for my projects. You can find examples here:
Usage
npm install --save-dev @jjwesterkamp/typedoc-themeAdd the theme to your typedoc.json file. This theme is optimized for the nord highlight theme, so it's recommended to add that too:
{
    "theme": "./node_modules/@jjwesterkamp/typedoc-theme",
    "highlightTheme": "nord"
}License
The MIT License (MIT). See license file for more information.