diff options
author | HampusM <hampus@hampusmat.com> | 2021-08-02 22:44:45 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-08-02 22:44:45 +0200 |
commit | ca109b210924a14343870a887c28300c833bcc45 (patch) | |
tree | d7c2bd60ab60f948796301e85610376e73b812e4 /typedoc.json | |
parent | bc523758434a2376bb9c469b5259d82ceb1cda03 (diff) |
Added documentation & bumped the typedoc-theme-slick-dark dependency version
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 |