0.0.3 • Published 2 years ago

typedoc-theme-category-nav v0.0.3

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

typedoc-theme-category-nav

A typedoc theme that override navigation by categories.

Installation

npm install typedoc-theme-category-nav

Usage

typedoc [TARGET] --plugin typedoc-theme-category-nav --theme navigation

Or typedoc options

// typedoc.config.js

/** @type {import('typedoc').TypeDocOptions} */
module.exports = {
  // ...
  plugin: ['typedoc-theme-category-nav'],
  theme: 'navigation',
};
0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago