Skip to content

Commit

Permalink
Fix assets
Browse files Browse the repository at this point in the history
  • Loading branch information
vearutop committed May 30, 2020
1 parent c97d13a commit 5fc2719
Show file tree
Hide file tree
Showing 9 changed files with 302 additions and 32,019 deletions.
14 changes: 7 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
SWAGGER_UI_VERSION := v3.25.4

update:
curl https://github.com/swagger-api/swagger-ui/blob/$(SWAGGER_UI_VERSION)/dist/swagger-ui-bundle.js -o ./v3/static/swagger-ui-bundle.js
curl https://github.com/swagger-api/swagger-ui/blob/$(SWAGGER_UI_VERSION)/dist/swagger-ui-standalone-preset.js -o ./v3/static/swagger-ui-standalone-preset.js
curl https://github.com/swagger-api/swagger-ui/blob/$(SWAGGER_UI_VERSION)/dist/swagger-ui.js -o ./v3/static/swagger-ui.js
curl https://github.com/swagger-api/swagger-ui/blob/$(SWAGGER_UI_VERSION)/dist/swagger-ui.css -o ./v3/static/swagger-ui.css
curl https://github.com/swagger-api/swagger-ui/blob/$(SWAGGER_UI_VERSION)/dist/oauth2-redirect.html -o ./v3/static/oauth2-redirect.html
curl https://github.com/swagger-api/swagger-ui/blob/$(SWAGGER_UI_VERSION)/dist/favicon-32x32.png -o ./v3/static/favicon-32x32.png
curl https://github.com/swagger-api/swagger-ui/blob/$(SWAGGER_UI_VERSION)/dist/favicon-16x16.png -o ./v3/static/favicon-16x16.png
curl https://raw.githubusercontent.com/swagger-api/swagger-ui/$(SWAGGER_UI_VERSION)/dist/swagger-ui-bundle.js -o ./v3/static/swagger-ui-bundle.js
curl https://raw.githubusercontent.com/swagger-api/swagger-ui/$(SWAGGER_UI_VERSION)/dist/swagger-ui-standalone-preset.js -o ./v3/static/swagger-ui-standalone-preset.js
curl https://raw.githubusercontent.com/swagger-api/swagger-ui/$(SWAGGER_UI_VERSION)/dist/swagger-ui.js -o ./v3/static/swagger-ui.js
curl https://raw.githubusercontent.com/swagger-api/swagger-ui/$(SWAGGER_UI_VERSION)/dist/swagger-ui.css -o ./v3/static/swagger-ui.css
curl https://raw.githubusercontent.com/swagger-api/swagger-ui/$(SWAGGER_UI_VERSION)/dist/oauth2-redirect.html -o ./v3/static/oauth2-redirect.html
curl https://raw.githubusercontent.com/swagger-api/swagger-ui/$(SWAGGER_UI_VERSION)/dist/favicon-32x32.png -o ./v3/static/favicon-32x32.png
curl https://raw.githubusercontent.com/swagger-api/swagger-ui/$(SWAGGER_UI_VERSION)/dist/favicon-16x16.png -o ./v3/static/favicon-16x16.png
go run ./v3/gen/gen.go
88 changes: 60 additions & 28 deletions v3/static.go

Large diffs are not rendered by default.

Binary file modified v3/static/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified v3/static/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,351 changes: 67 additions & 1,284 deletions v3/static/oauth2-redirect.html

Large diffs are not rendered by default.

16,962 changes: 134 additions & 16,828 deletions v3/static/swagger-ui-bundle.js

Large diffs are not rendered by default.

7,050 changes: 22 additions & 7,028 deletions v3/static/swagger-ui-standalone-preset.js

Large diffs are not rendered by default.

1,012 changes: 3 additions & 1,009 deletions v3/static/swagger-ui.css

Large diffs are not rendered by default.

5,844 changes: 9 additions & 5,835 deletions v3/static/swagger-ui.js

Large diffs are not rendered by default.

0 comments on commit 5fc2719

Please sign in to comment.