This is an automated email from the ASF dual-hosted git repository.
brianspector pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-milagro.git.
from ae7ab86 update docs
add 159041f added swagger link
add 5d03c63 updated to correct open-api.yaml
new 5a70ee3 Merge pull request #4 from apache/dev
The 1 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:
docs/d-ta-api.md | 3 +
website/package-lock.json | 33 +++++++
website/static/swagger/README.md | 0
website/static/swagger/favicon-16x16.png | Bin 0 -> 665 bytes
website/static/swagger/favicon-32x32.png | Bin 0 -> 628 bytes
website/static/swagger/index.html | 60 +++++++++++++
website/static/swagger/oauth2-redirect.html | 67 ++++++++++++++
website/static/swagger/swagger-ui-bundle.js | 100 +++++++++++++++++++++
website/static/swagger/swagger-ui-bundle.js.map | 1 +
.../static/swagger/swagger-ui-standalone-preset.js | 14 +++
.../swagger/swagger-ui-standalone-preset.js.map | 1 +
website/static/swagger/swagger-ui.css | 3 +
website/static/swagger/swagger-ui.css.map | 1 +
website/static/swagger/swagger-ui.js | 9 ++
website/static/swagger/swagger-ui.js.map | 1 +
15 files changed, 293 insertions(+)
create mode 100644 website/static/swagger/README.md
create mode 100755 website/static/swagger/favicon-16x16.png
create mode 100755 website/static/swagger/favicon-32x32.png
create mode 100755 website/static/swagger/index.html
create mode 100755 website/static/swagger/oauth2-redirect.html
create mode 100755 website/static/swagger/swagger-ui-bundle.js
create mode 100755 website/static/swagger/swagger-ui-bundle.js.map
create mode 100755 website/static/swagger/swagger-ui-standalone-preset.js
create mode 100755 website/static/swagger/swagger-ui-standalone-preset.js.map
create mode 100755 website/static/swagger/swagger-ui.css
create mode 100755 website/static/swagger/swagger-ui.css.map
create mode 100755 website/static/swagger/swagger-ui.js
create mode 100755 website/static/swagger/swagger-ui.js.map