diff --git a/src/index.ts b/src/index.ts index 2a1d2c1..257e24a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -806,10 +806,9 @@ function renderDocsHtml(): string { window.ui = SwaggerUIBundle({ url: ${JSON.stringify(specUrl)}, dom_id: "#swagger-ui", - deepLinking: true, + deepLinking: false, persistAuthorization: true, tryItOutEnabled: true, - filter: true, displayRequestDuration: true, tagsSorter: "alpha", operationsSorter: "method"