From f824a79e2dfc28108999ed0f91bcb0a27484df02 Mon Sep 17 00:00:00 2001 From: Sandro Speh Date: Tue, 1 Jun 2021 13:42:04 +0200 Subject: [PATCH] adapted release to fix documentation --- documentationConfig.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/documentationConfig.json b/documentationConfig.json index 9675756e..68de330a 100644 --- a/documentationConfig.json +++ b/documentationConfig.json @@ -8,13 +8,13 @@ }, "plugins": ["node_modules/better-docs/category"], "source": { - "include": ["./../client/src", "./../server/services", "./../server/utils"], - "exclude": [ - "./../client/node_modules", - "./../server/node_modules", - "./../server/api/controllers", - "./../server/utils/openApiDocumentation" + "include": [ + "./../frontend/src", + "./../server/utils/ssotToRobotParsing", + "./../server/socket/socketHelperFunctions.js", + "./../server/utils/testing/testDatabaseHandler.js" ], + "exclude": ["./../frontend/node_modules", "./../server/node_modules"], "includePattern": ".+\\.js(doc|x)?$", "excludePattern": "(^|\\/|\\\\)_" }