From 6483962a67429b25959a61d56f1d460b2e23c951 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 2 Aug 2021 17:31:26 +0200 Subject: Added documentation generation with Typedoc --- typedoc.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 typedoc.json (limited to 'typedoc.json') 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 -- cgit v1.2.3-18-g5258