Browse Source

distribution of new defaultModelRendering option

bubble
Sean Kennedy 8 years ago
parent
commit
67168564fd
7 changed files with 20179 additions and 13951 deletions
  1. +1
    -1
      dist/css/print.css
  2. +1
    -1
      dist/css/screen.css
  3. +1
    -0
      dist/index.html
  4. +20163
    -13938
      dist/swagger-ui.js
  5. +11
    -9
      dist/swagger-ui.min.js
  6. +1
    -1
      src/main/html/css/print.css
  7. +1
    -1
      src/main/html/css/screen.css

+ 1
- 1
dist/css/print.css View File

@@ -82,7 +82,7 @@
.swagger-section pre .vhdl .attribute,
.swagger-section pre .clojure .attribute,
.swagger-section pre .coffeescript .property {
color: #8888ff;
color: #88F;
}
.swagger-section pre .keyword,
.swagger-section pre .id,


+ 1
- 1
dist/css/screen.css View File

@@ -82,7 +82,7 @@
.swagger-section pre .vhdl .attribute,
.swagger-section pre .clojure .attribute,
.swagger-section pre .coffeescript .property {
color: #8888ff;
color: #88F;
}
.swagger-section pre .keyword,
.swagger-section pre .id,


+ 1
- 0
dist/index.html View File

@@ -70,6 +70,7 @@
},
docExpansion: "none",
apisSorter: "alpha",
defaultModelRendering: 'schema',
showRequestHeaders: false
});



+ 20163
- 13938
dist/swagger-ui.js
File diff suppressed because it is too large
View File


+ 11
- 9
dist/swagger-ui.min.js
File diff suppressed because it is too large
View File


+ 1
- 1
src/main/html/css/print.css View File

@@ -82,7 +82,7 @@
.swagger-section pre .vhdl .attribute,
.swagger-section pre .clojure .attribute,
.swagger-section pre .coffeescript .property {
color: #8888ff;
color: #88F;
}
.swagger-section pre .keyword,
.swagger-section pre .id,


+ 1
- 1
src/main/html/css/screen.css View File

@@ -82,7 +82,7 @@
.swagger-section pre .vhdl .attribute,
.swagger-section pre .clojure .attribute,
.swagger-section pre .coffeescript .property {
color: #8888ff;
color: #88F;
}
.swagger-section pre .keyword,
.swagger-section pre .id,


Loading…
Cancel
Save