aboutsummaryrefslogtreecommitdiff
path: root/typedoc.json
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-08-04 16:11:10 +0200
committerHampusM <hampus@hampusmat.com>2021-08-04 16:11:10 +0200
commiteaf6ac44e7d38ff6cc71ca72bdaceed59b86c550 (patch)
treed178c67e77fc3114e7858f623ca0ead2c92dde25 /typedoc.json
parent78c806159a2ab795e96d7c06350e4012485f255a (diff)
Added API documentation & updated the Typedoc theme dependency
Diffstat (limited to 'typedoc.json')
-rw-r--r--typedoc.json21
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"
+ }
+ ]
+ }
+ ]
}
]
}