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

/typedoc-theme-category-nav/

    Package Sidebar

    Install

    npm i typedoc-theme-category-nav

    Weekly Downloads

    780

    Version

    0.0.3

    License

    none

    Unpacked Size

    19.4 kB

    Total Files

    9

    Last publish

    Collaborators

    • ysh83737