diff options
Diffstat (limited to 'typedoc.json')
-rw-r--r-- | typedoc.json | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/typedoc.json b/typedoc.json index 41c4349..caaab57 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,4 +1,5 @@ { + "name": "Githermit docs", "entryPoints": [ "packages/server/src/git/index.ts", "packages/api/src/index.d.ts" @@ -6,6 +7,24 @@ "hideGenerator": true, "out": "docs", "tsconfig": "packages/server/tsconfig.json", - "theme": "node_modules/typedoc-theme-slick-dark/bin/default", - "highlightTheme": "dark-plus" + "theme": "../typedoc-theme-slick-dark/bin/default", + "highlightTheme": "dark-plus", + "pages": { + "reflectionNavigationTitle": "Development", + "groups": [ + { + "title": "Guides", + "pages": [ + { + "title": "Installation", + "source": "documentation/installation.md" + }, + { + "title": "Hacking", + "source": "documentation/hacking.md" + } + ] + } + ] + } }
\ No newline at end of file |