docs: Remove the old zero-dependency claim for Redoc docs (#2590)

This commit is contained in:
Lorna Jane Mitchell 2024-09-16 09:12:25 +01:00 committed by GitHub
parent c0203be045
commit c04b4c8fec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ seo:
# How to use the Redocly CLI
With Redocly CLI, you can bundle your OpenAPI definition and API documentation
(made with Redoc) into a zero-dependency HTML file and render it locally.
(made with Redoc) into an HTML file and render it locally.
## Step 1 - Install Redocly CLI
@ -18,9 +18,9 @@ Or you can install it during [runtime](../../cli/installation.md#use-npx-at-runt
## Step 2 - Build the HTML file
The Redocly CLI `build-docs` command builds Redoc into a zero-dependency HTML file.
The Redocly CLI `build-docs` command builds Redoc into an HTML file.
To build a zero-dependency HTML file using Redocly CLI, enter the following command,
To build an HTML file using Redocly CLI, enter the following command,
replacing `apis/openapi.yaml` with your API definition file's name and path:
```bash