mirror of
https://github.com/tauri-apps/typedoc-plugin-markdown.git
synced 2026-01-31 00:45:20 +01:00
typedoc-github-wiki-theme
A Github Wiki compatible TypeDoc theme.
What is does?
- Generates Wiki friendly file names.
- Updates internal urls to a compatible format.
- Writes a
_Sidebar.mdfile to enable custom sidebar navigation.
Installation
npm install typedoc typedoc-plugin-markdown typedoc-github-wiki-theme --save-dev
Usage
$ npx typedoc --plugin typedoc-plugin-markdown --theme ./node_modules/typedoc-github-wiki-theme/dist [args]