Undo changed defaults

This commit is contained in:
Kyle Shockey
2017-07-03 16:41:10 -07:00
parent cb9ca7d4bf
commit 4bfb392e49
2 changed files with 3 additions and 9 deletions

View File

@@ -91,10 +91,7 @@ To use swagger-ui's bundles, you should take a look at the [source of swagger-ui
plugins: [ plugins: [
SwaggerUIBundle.plugins.DownloadUrl SwaggerUIBundle.plugins.DownloadUrl
], ],
layout: "StandaloneLayout", layout: "StandaloneLayout"
docExpansion: "none",
apisSorter: "alpha",
operationsSorter: "method"
}) })
``` ```

View File

@@ -84,10 +84,7 @@
plugins: [ plugins: [
SwaggerUIBundle.plugins.DownloadUrl SwaggerUIBundle.plugins.DownloadUrl
], ],
layout: "StandaloneLayout", layout: "StandaloneLayout"
docExpansion: "none",
apisSorter: "alpha",
operationsSorter: "method"
}); });
ui.initOAuth({ ui.initOAuth({