Skip to content

Commit

Permalink
Upgrade swagger to v3.19.0 and enable deep links
Browse files Browse the repository at this point in the history
The upgrade was required for deep linking support. Satisfies the last part of edgi-govdata-archiving/web-monitoring#72.
  • Loading branch information
Mr0grog committed Sep 25, 2018
1 parent 2f6ee61 commit a0b4ba4
Show file tree
Hide file tree
Showing 9 changed files with 122 additions and 129 deletions.
3 changes: 2 additions & 1 deletion app/views/home/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
plugins: [
SwaggerUIBundle.plugins.DownloadUrl
],
layout: "StandaloneLayout"
layout: "StandaloneLayout",
deepLinking: true
})

window.ui = ui
Expand Down
197 changes: 92 additions & 105 deletions vendor/assets/swagger/swagger-ui-bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/assets/swagger/swagger-ui-bundle.js.map

Large diffs are not rendered by default.

32 changes: 13 additions & 19 deletions vendor/assets/swagger/swagger-ui-standalone-preset.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/assets/swagger/swagger-ui-standalone-preset.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion vendor/assets/swagger/swagger-ui.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/assets/swagger/swagger-ui.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions vendor/assets/swagger/swagger-ui.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions vendor/assets/swagger/swagger-ui.js.map

Large diffs are not rendered by default.

0 comments on commit a0b4ba4

Please sign in to comment.