We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83e0a3 commit 86957d0Copy full SHA for 86957d0
content/openapi/introduction.md
@@ -287,8 +287,7 @@ export interface SwaggerCustomOptions {
287
288
}
289
```
290
-> info **Hint** `ui` and `raw` are independent options. Disabling Swagger UI (`ui: false`) does not disable API definitions (JSON/YAML).
291
-> Conversely, disabling API definitions (`raw: []`) does not disable the Swagger UI.
+> info **Hint** `ui` and `raw` are independent options. Disabling Swagger UI (`ui: false`) does not disable API definitions (JSON/YAML). Conversely, disabling API definitions (`raw: []`) does not disable the Swagger UI.
292
>
293
> For example, the following configuration will disable the Swagger UI but still allow access to API definitions:
294
> ```typescript
0 commit comments