Skip to content

Commit

Permalink
feature: full-spectrum runtime Docker configuration (via swagger-api#…
Browse files Browse the repository at this point in the history
…4965)

* reorganize docker things

* Configurator WIP

* implement Docker runtime config generator

* add tests

* update documentation

* fix Markdown tables

* Move Docker section

* add note to README

* move up `nodejs` install for more aggressive caching

* drop exclusive test

* fix missing `DISPLAY_OPERATION_ID`
  • Loading branch information
shockey authored Nov 1, 2018
1 parent 5692929 commit 4ae4a9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
<script src="./swagger-ui-standalone-preset.js"> </script>
<script>
window.onload = function() {

// Build a system
// Begin Swagger UI call region
const ui = SwaggerUIBundle({
url: "https://petstore.swagger.io/v2/swagger.json",
dom_id: '#swagger-ui',
Expand All @@ -52,6 +51,7 @@
],
layout: "StandaloneLayout"
})
// End Swagger UI call region

window.ui = ui
}
Expand Down

0 comments on commit 4ae4a9d

Please sign in to comment.