A typedoc-plugin-markdown theme that publishes Markdown pages compatible with Gitlab Wiki.
This theme customises the output from typedoc-plugin-markdown:
- 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@next typedoc-gitlab-wiki-theme@next --save-dev
typedoc.json
{
"plugin": ["typedoc-plugin-markdown", "typedoc-gitlab-wiki-theme"]
}
For options please refer to typedoc-plugin-markdown.
The following options are preset with the theme:
{
"entryFileName": "home.md",
"flattenOutputFiles": true,
"hideBreadcrumbs": true,
"hideInPageTOC": true,
"hidePageHeader": true,
"hidePageTitle": true
}