aboutsummaryrefslogtreecommitdiff
path: root/typedoc.json
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-08-02 17:31:26 +0200
committerHampusM <hampus@hampusmat.com>2021-08-02 17:31:26 +0200
commit6483962a67429b25959a61d56f1d460b2e23c951 (patch)
tree0e1e83db549d777945643f97698ffa1f1ace8e0b /typedoc.json
parente1232948eb58c7680a425d2856b1982a05960350 (diff)
Added documentation generation with Typedoc
Diffstat (limited to 'typedoc.json')
-rw-r--r--typedoc.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/typedoc.json b/typedoc.json
new file mode 100644
index 0000000..41c4349
--- /dev/null
+++ b/typedoc.json
@@ -0,0 +1,11 @@
+{
+ "entryPoints": [
+ "packages/server/src/git/index.ts",
+ "packages/api/src/index.d.ts"
+ ],
+ "hideGenerator": true,
+ "out": "docs",
+ "tsconfig": "packages/server/tsconfig.json",
+ "theme": "node_modules/typedoc-theme-slick-dark/bin/default",
+ "highlightTheme": "dark-plus"
+} \ No newline at end of file