You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,14 @@ To build the docker image run:
56
56
57
57
`docker build -t IMAGE_NAME .`
58
58
59
+
## Generating the API Docs
60
+
61
+
1. Run the Test Suite using the `docs` maven profile. This should generate a `swagger.json` file in the target folder of the `scb-engine` module.
62
+
2. Run the `swagger2markup:convertSwagger2markup` plugin. This should generate a file located `docs/api-doc.md` in the target folder of the `scb-engine module.
63
+
3. Copy the `api-doc.md` file to the user guide of the [secureCodeBox](https://github.com/secureCodeBox/secureCodeBox) repository.
64
+
4. Re Add the first disclaimer paragraph pointing the users to the dynamic swagger docs of their engine. This has to be added by hand as it is not included in the export.
65
+
5. (Optional) Reformat the generated markdown file with prettier to improve the generated markdown output.
66
+
59
67
# Guidelines & Standards
60
68
Well boring yes - but please read our [guidelines and naming standards][scb-developer-guidelines].
0 commit comments