id.spring.contentgrid-spring-swagger-ui.0.16.1.source-code.swagger-initializer.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of contentgrid-spring-swagger-ui Show documentation
Show all versions of contentgrid-spring-swagger-ui Show documentation
ContentGrid module to embed and serve Swagger UI
window.onload = function() {
window.ui = SwaggerUIBundle({
url: "/openapi.yml",
dom_id: '#swagger-ui',
deepLinking: true,
presets: [
SwaggerUIBundle.presets.apis,
SwaggerUIStandalonePreset
],
plugins: [
SwaggerUIBundle.plugins.DownloadUrl
],
layout: "StandaloneLayout"
});
};