mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-07 05:40:19 +03:00
minor edits
This commit is contained in:
parent
13136cb291
commit
75bb43401f
|
@ -19,7 +19,7 @@ Or you can install `redoc-cli` using [npx](https://www.freecodecamp.org/news/npm
|
||||||
|
|
||||||
### Install Redoc CLI with yarn
|
### Install Redoc CLI with yarn
|
||||||
|
|
||||||
To install the `redoc-cli` package globally with yarn, use the following command:
|
To install the `redoc-cli` package globally with yarn:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
yarn global add redoc-cli
|
yarn global add redoc-cli
|
||||||
|
@ -27,7 +27,7 @@ yarn global add redoc-cli
|
||||||
|
|
||||||
### Install Redoc with npm
|
### Install Redoc with npm
|
||||||
|
|
||||||
To install the `redoc-cli` package globally with npm, use the following command:
|
To install the `redoc-cli` package globally with npm:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm i -g redoc-cli
|
npm i -g redoc-cli
|
||||||
|
@ -65,7 +65,7 @@ The CLI includes the following commands:
|
||||||
|
|
||||||
#### Bundle
|
#### Bundle
|
||||||
|
|
||||||
Bundle with the main color changed to `orange`, using the following command:
|
Bundle with the main color changed to `orange`:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
redoc-cli bundle openapi.yaml --options.theme.colors.primary.main=orange
|
redoc-cli bundle openapi.yaml --options.theme.colors.primary.main=orange
|
||||||
|
|
Loading…
Reference in New Issue
Block a user