Skip to content

Commit

Permalink
docs: updates the redocly cli command prefix from openapi to redocly …
Browse files Browse the repository at this point in the history
…in the redoc deployment guide intro page (#2326)
  • Loading branch information
HCloward authored May 26, 2023
1 parent d1c9155 commit 7e4639e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/deployment/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ If you have [Redocly CLI](https://redocly.com/docs/cli/#installation-and-usage)
project directory and run the following command:

```bash
openapi preview-docs openapi.yaml
redocly preview-docs openapi.yaml
```

Replace `openapi.yaml` in the example command with the file path to your OpenAPI definition.
Expand All @@ -66,7 +66,7 @@ To exit the preview, use `control+C`.
You can alter the port if you are using 8080 already, for example:

```bash
openapi preview-docs -p 8888 openapi.yaml
redocly preview-docs -p 8888 openapi.yaml
```

Replace `openapi.yaml` in the example command with the file path to your OpenAPI definition.
Expand Down

0 comments on commit 7e4639e

Please sign in to comment.