typedoc-theme-category-nav

0.0.3 • Public • Published

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',
};

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    343
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    343
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i typedoc-theme-category-nav

Weekly Downloads

343

Version

0.0.3

License

none

Unpacked Size

19.4 kB

Total Files

9

Last publish

Collaborators

  • ysh83737