Package Exports
- typedoc-github-wiki-theme
- typedoc-github-wiki-theme/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (typedoc-github-wiki-theme) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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-devUsage
$ npx typedoc --theme github-wiki [args]Options
Please refer to typedoc-plugin-markdown.