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
99
+
#### Dropdown in the explorer bar
98
100
99
-
To support multiple specifications from dropdown in the explorer bar, you need to use`explorer: true` and `swaggerOptions.urls` in `SwaggerCustomOption`.
101
+
To enable support for multiple specifications in the dropdown menu of the explorer bar, you'll need to set`explorer: true` and configure `swaggerOptions.urls` in your `SwaggerCustomOptions`.
100
102
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
+
> info **Hint** Ensure that `swaggerOptions.urls` points to the JSON format of your Swagger documents! To specify the JSON document, use `jsonDocumentUrl` within `SwaggerCustomOptions`. For more setup options, check [here](/openapi/introduction#setup-options).
104
+
105
+
Here’s how to set up multiple specifications from a dropdown in the explorer bar:
103
106
104
-
You can setup multiple specifications from dropdown in the explorer barsupport as shown below
0 commit comments