diff options
Diffstat (limited to 'typedoc.json')
-rw-r--r-- | typedoc.json | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/typedoc.json b/typedoc.json index caaab57..20b8c94 100644 --- a/typedoc.json +++ b/typedoc.json @@ -7,7 +7,7 @@ "hideGenerator": true, "out": "docs", "tsconfig": "packages/server/tsconfig.json", - "theme": "../typedoc-theme-slick-dark/bin/default", + "theme": "node_modules/typedoc-theme-slick-dark/bin/default", "highlightTheme": "dark-plus", "pages": { "reflectionNavigationTitle": "Development", @@ -24,6 +24,25 @@ "source": "documentation/hacking.md" } ] + }, + { + "title": "API", + "pages": [ + { + "title": "Introduction", + "source": "documentation/API/introduction.md" + }, + { + "title": "v1", + "source": "documentation/API/v1/v1.md", + "children": [ + { + "title": "Repos", + "source":"documentation/API/v1/repos.md" + } + ] + } + ] } ] } |