From b549e62dccd634ade81fb44cb2951bef5a8a1a26 Mon Sep 17 00:00:00 2001 From: JiriUhlir <149317995+JiriUhlir@users.noreply.github.com> Date: Wed, 15 Jul 2026 09:11:00 +0200 Subject: [PATCH] swagger fix --- src/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"