Disable deep linking by default

This commit is contained in:
Kyle Shockey
2017-07-14 16:17:41 -07:00
parent e77c980ae8
commit abfad69e93
2 changed files with 4 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ module.exports = function SwaggerUI(opts) {
custom: {},
displayOperationId: false,
displayRequestDuration: false,
deepLinking: true,
deepLinking: false,
// Initial set of plugins ( TODO rename this, or refactor - we don't need presets _and_ plugins. Its just there for performance.
// Instead, we can compile the first plugin ( it can be a collection of plugins ), then batch the rest.