typedoc-github-wiki-theme
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -13,3 +13,4 @@ "use strict"; | ||
this.renderer.application.options.setValue('entryDocument', 'Home.md'); | ||
this.renderer.application.options.setValue('navigationEnabled', true); | ||
this.renderer.application.options.setValue('hideInPageTOC', true); | ||
this.renderer.application.options.setValue('hideBreadcrumbs', true); | ||
this.listenTo(renderer, events_1.RendererEvent.END, this.onRendererEnd, 1024); | ||
@@ -16,0 +17,0 @@ } |
{ | ||
"name": "typedoc-github-wiki-theme", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "An extension of the default theme from typedoc-plugin-markdown to create a compatible file structure for Github Wiki pages.", | ||
@@ -30,6 +30,6 @@ "main": "dist/theme.js", | ||
"typedoc": ">=0.20.0", | ||
"typedoc-plugin-markdown": ">=3.3.0" | ||
"typedoc-plugin-markdown": ">=3.4.0" | ||
}, | ||
"devDependencies": { | ||
"typedoc": "0.20.12", | ||
"typedoc": "0.20.13", | ||
"typedoc-plugin-markdown": "*", | ||
@@ -39,3 +39,3 @@ "typescript": "^4.0.5" | ||
"keywords": [], | ||
"gitHead": "27e7cb7564c5fa2676781664094a7a128a7da404" | ||
"gitHead": "a80f25930cbe0462a4ea2ebd28f3093521b7132b" | ||
} |
7848
102