Skip to content

Commit

Permalink
Merge pull request #338 from bptlab/release
Browse files Browse the repository at this point in the history
adapted release to fix documentation
  • Loading branch information
SanJSp authored Jun 1, 2021
2 parents f3331ed + f824a79 commit d9244c0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions documentationConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "(^|\\/|\\\\)_"
}
Expand Down

0 comments on commit d9244c0

Please sign in to comment.