From ca109b210924a14343870a887c28300c833bcc45 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 2 Aug 2021 22:44:45 +0200 Subject: Added documentation & bumped the typedoc-theme-slick-dark dependency version --- typedoc.json | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'typedoc.json') 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 -- cgit v1.2.3-18-g5258