1.0.0 • Published 6 years ago
typedoc-plugin-toc-group-enhanced v1.0.0
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-groupUsage
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/defaultthe enum number were defined here: ReflectionKind
What does it look like?

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.
1.0.0
6 years ago