Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ Usage in **development** environment:
$ npm run cy:dev
```

Usage in **Continuos Integration (CI)** environment:
Usage in **Continuous Integration (CI)** environment:

```sh
$ npm run cy:ci
Expand Down Expand Up @@ -461,12 +461,10 @@ In order to inform `swagger-editor@5` npm package that I require it to use my Re
> [!NOTE]
> The React and ReactDOM override are defined as a reference to the dependency. Since _react-redux@9_ only supports `React >= 18`, we need to use _react-redux@8_.


### yarn

In order to inform `swagger-editor@5` npm package that I require it to use my specific React version, I need to use [yarn resolutions](https://yarnpkg.com/cli/set/resolution).


```json
{
"dependencies": {
Expand Down Expand Up @@ -680,7 +678,6 @@ import MonacoPreset from 'swagger-editor/presets/monaco';
> NOTE: Please refer to the [Plug points documentation](https://github.com/swagger-api/swagger-ui/blob/master/docs/customization/plug-points.md)
of SwaggerUI to understand how presets are passed to SwaggerUI.


#### Composing with swagger-ui

```js
Expand Down Expand Up @@ -802,7 +799,6 @@ const SwaggerEditor = () => {
ReactDOM.render(<SwaggerEditor />, document.getElementById('swagger-editor'));
```


## Docker

### Pre-built DockerHub image
Expand Down Expand Up @@ -836,7 +832,6 @@ Now open your browser at `http://localhost:8080/`.

Now open your browser at `http://localhost:8080/`.


> **No** custom environment variables are currently supported by SwaggerEditor.

## License
Expand Down