You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Multiple specifications from dropdown in the explorer bar
98
+
99
+
To support multiple specifications from dropdown in the explorer bar, you need to use `explorer: true` and `swaggerOptions.urls` in `SwaggerCustomOption`.
100
+
101
+
> info **Tip**`swaggerOptions.urls` must use the url of the swagger document in json format! To use json for specifications, use `jsonDocumentUrl` in `SwaggerCustomOption`.
102
+
more setup options [here](/openapi/introduction#setup-options)
103
+
104
+
You can setup multiple specifications from dropdown in the explorer barsupport as shown below
0 commit comments