A Github Wiki compatible TypeDoc theme.
- Generates Wiki friendly file names.
- Updates internal urls to a compatible format.
- Writes a
_Sidebar.md
file to enable custom sidebar navigation.
npm install typedoc typedoc-plugin-markdown typedoc-github-wiki-theme --save-dev
$ npx typedoc --plugin typedoc-plugin-markdown --plugin typedoc-github-wiki-theme [args]
Please refer to typedoc-plugin-markdown.