mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
sync: Synced local 'docs/' with remote 'docs/redoc/'
This commit is contained in:
parent
508ebd58a3
commit
20e4316535
|
@ -46,12 +46,12 @@ section in the documentation.
|
||||||
|
|
||||||
If you want to view your Redoc output locally, you can simulate an HTTP server.
|
If you want to view your Redoc output locally, you can simulate an HTTP server.
|
||||||
|
|
||||||
#### Redocly OpenAPI CLI
|
#### Redocly CLI
|
||||||
|
|
||||||
Redocly OpenAPI CLI is an open source command-line tool that includes a command
|
Redocly CLI is an open source command-line tool that includes a command
|
||||||
for simulating an HTTP server to provide a preview of your OpenAPI definition locally.
|
for simulating an HTTP server to provide a preview of your OpenAPI definition locally.
|
||||||
|
|
||||||
If you have [OpenAPI CLI](https://redocly.com/docs/cli/#installation-and-usage) installed, `cd` into your
|
If you have [Redocly CLI](https://redocly.com/docs/cli/#installation-and-usage) installed, `cd` into your
|
||||||
project directory and run the following command:
|
project directory and run the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -72,7 +72,7 @@ openapi preview-docs -p 8888 openapi.yaml
|
||||||
Replace `openapi.yaml` in the example command with the file path to your OpenAPI definition.
|
Replace `openapi.yaml` in the example command with the file path to your OpenAPI definition.
|
||||||
|
|
||||||
For more information about the `preview-docs` command, refer to
|
For more information about the `preview-docs` command, refer to
|
||||||
[OpenAPI CLI commands](https://redocly.com/docs/cli/commands/preview-docs/#preview-docs) in the OpenAPI CLI documentation.
|
[Redocly CLI commands](https://redocly.com/docs/cli/commands/preview-docs/#preview-docs) in the Redocly CLI documentation.
|
||||||
|
|
||||||
#### Python
|
#### Python
|
||||||
|
|
||||||
|
|
|
@ -44,12 +44,12 @@ other security reasons.
|
||||||
|
|
||||||
If you want to view your Redoc output locally, you can simulate an HTTP server.
|
If you want to view your Redoc output locally, you can simulate an HTTP server.
|
||||||
|
|
||||||
#### Using Redocly OpenAPI CLI
|
#### Using Redocly CLI
|
||||||
|
|
||||||
Redocly OpenAPI CLI is an open source command-line tool that includes a command
|
Redocly CLI is an open source command-line tool that includes a command
|
||||||
for simulating an HTTP server to provide a preview of your OpenAPI definition locally.
|
for simulating an HTTP server to provide a preview of your OpenAPI definition locally.
|
||||||
|
|
||||||
If you have [OpenAPI CLI](https://redocly.com/docs/cli/#installation-and-usage) installed, `cd` into your
|
If you have [Redocly CLI](https://redocly.com/docs/cli/#installation-and-usage) installed, `cd` into your
|
||||||
project directory and run the following command:
|
project directory and run the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue
Block a user