feat: apply cumulative update to address various issues (#10324)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user