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.
npm install --save-dev typedoc-plugin-toc-group
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
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.