0.0.5 • Published 5 years ago

typedoc-plugin-toc-group v0.0.5

Weekly downloads
436
License
MIT
Repository
github
Last release
5 years ago

typedoc-plugin-toc-group

A plugin for TypeDoc that generate a menu for toc content list.

It can help you group your api list by @platform@kind@group. Just put the keywords to you code content then it will be ok when TypeDoc build over.

Installation

npm install --save-dev typedoc-plugin-toc-group

Usage

npx typedoc --out ./typings/doc  ./typings  --module umd --theme ./node_modules/typedoc-default-themes-extension/bin/default"

// or make a filter. if you don't want show Interfaces, we can use this
npx .... --tocg !256 --theme ./node_modules/typedoc-default-themes-extension/bin/default

the enum number were defined here: ReflectionKind

What does it look like?

demo-snapshot

Something else...

I have made a little change in typedoc-default-themes-extension

In order to show a bigger group title to users, you'd better install this theme first.

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago