Skip to content

Commit

Permalink
adapted release to fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SanJSp committed Jun 1, 2021
1 parent 27d032d commit f824a79
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 f824a79

Please sign in to comment.