diff --git a/apis/dashboards/index.html b/apis/dashboards/index.html index cde7a25..7a46ebe 100644 --- a/apis/dashboards/index.html +++ b/apis/dashboards/index.html @@ -4,16 +4,16 @@ Swagger UI - - - - + + + +
- - - + + + diff --git a/apis/rdf-graph/index.html b/apis/rdf-graph/index.html index cde7a25..7a46ebe 100644 --- a/apis/rdf-graph/index.html +++ b/apis/rdf-graph/index.html @@ -4,16 +4,16 @@ Swagger UI - - - - + + + +
- - - + + + diff --git a/apis/sparqling/index.html b/apis/sparqling/index.html index cde7a25..7a46ebe 100644 --- a/apis/sparqling/index.html +++ b/apis/sparqling/index.html @@ -4,16 +4,16 @@ Swagger UI - - - - + + + +
- - - + + + diff --git a/swagger-initializer.js b/swagger-initializer.js index e8299dd..7be9b25 100644 --- a/swagger-initializer.js +++ b/swagger-initializer.js @@ -7,13 +7,11 @@ window.onload = function() { dom_id: '#swagger-ui', deepLinking: true, presets: [ - SwaggerUIBundle.presets.apis, - SwaggerUIStandalonePreset + SwaggerUIBundle.presets.apis ], plugins: [ SwaggerUIBundle.plugins.DownloadUrl ], - layout: "StandaloneLayout" }); //