feat: apply cumulative update to address various issues (#10324)

This commit is contained in:
Vladimír Gorej
2025-02-27 11:12:42 +01:00
committed by GitHub
parent 621a7f0f76
commit 80d56c9518
298 changed files with 11066 additions and 11680 deletions

View File

@@ -371,7 +371,7 @@ Set the value to the literal object value you'd like, taking care to escape char
Example:
```sh
SPEC="{ \"openapi\": \"3.0.0\" }"
SPEC="{ \"openapi\": \"3.0.4\" }"
```
### Docker-Compose

View File

@@ -10,6 +10,23 @@ We publish three modules to npm: **`swagger-ui`**, **`swagger-ui-dist`** and **`
such as Webpack, Browserify, and Rollup. Its main file exports Swagger UI's main function,
and the module also includes a namespaced stylesheet at `swagger-ui/dist/swagger-ui.css`. Here's an example:
### Installation
You can now install SwaggerUI packages using `npm`:
```sh
$ npm install swagger-ui
````
```sh
$ npm install swagger-ui-react
````
```sh
$ npm install swagger-ui-dist
````
```javascript
import SwaggerUI from 'swagger-ui'
// or use require if you prefer