1.1.1 • Published 2 years ago

@blackwych/typedoc-plugin-categorized-hierarchy-theme v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@blackwych/typedoc-plugin-categorized-hierarchy-theme

TypeDoc plugin to use hierarchical navigation menu with the default theme

Features

Installation

npm install -D @blackwych/typedoc-plugin-categorized-hierarchy-theme

Usage

TypeDoc will automatically detect and enable this plugin.

To use this theme, configure theme option as a command-line option

typedoc [any options and arguments] --theme categorized-hierarchy

or in your typedoc.js[on]

{
  "theme": "categorized-hierarchy"
}