This is an automated email from the ASF dual-hosted git repository. mbrohl pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git.
from 66055a7 Improved: Fixes sonarcloud error by using the resource integrity feature for embedding external redoc javascript file (OFBIZ-12197) new 5eb003e Improved: Updates Redoc version and makes it locally available (OFBIZ-12207) new 57d2442 Improved: Updates swagger ui version to 3.45.1, moves and updates README (OFBIZ-12207) The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: rest-api/webapp/docs/README.adoc | 15 +++ rest-api/webapp/docs/redoc.html | 2 +- rest-api/webapp/docs/redoc.standalone.js | 103 +++++++++++++++++++++ rest-api/webapp/docs/swagger-ui-bundle.js | 2 +- rest-api/webapp/docs/swagger-ui-bundle.js.map | 2 +- rest-api/webapp/docs/swagger-ui-es-bundle-core.js | 2 +- .../webapp/docs/swagger-ui-es-bundle-core.js.map | 2 +- rest-api/webapp/docs/swagger-ui-es-bundle.js | 2 +- rest-api/webapp/docs/swagger-ui-es-bundle.js.map | 2 +- .../webapp/docs/swagger-ui-standalone-preset.js | 2 +- .../docs/swagger-ui-standalone-preset.js.map | 2 +- rest-api/webapp/docs/swagger-ui.css | 2 +- rest-api/webapp/docs/swagger-ui.css.map | 2 +- rest-api/webapp/docs/swagger-ui.js | 2 +- rest-api/webapp/docs/swagger-ui.js.map | 2 +- 15 files changed, 131 insertions(+), 13 deletions(-) create mode 100644 rest-api/webapp/docs/README.adoc create mode 100644 rest-api/webapp/docs/redoc.standalone.js