docs: Remove the old zero-dependency claim for Redoc docs

This commit is contained in:
Lorna Mitchell 2024-09-13 14:33:46 +01:00
parent c0203be045
commit 2bdeb4fee8

View File

@ -6,7 +6,7 @@ seo:
# How to use the Redocly CLI # How to use the Redocly CLI
With Redocly CLI, you can bundle your OpenAPI definition and API documentation 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 ## 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 ## 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: replacing `apis/openapi.yaml` with your API definition file's name and path:
```bash ```bash