Skip to content

Commit c04b4c8

Browse files
authored
docs: Remove the old zero-dependency claim for Redoc docs (#2590)
1 parent c0203be commit c04b4c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/deployment/cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ seo:
66
# How to use the Redocly CLI
77

88
With Redocly CLI, you can bundle your OpenAPI definition and API documentation
9-
(made with Redoc) into a zero-dependency HTML file and render it locally.
9+
(made with Redoc) into an HTML file and render it locally.
1010

1111
## Step 1 - Install Redocly CLI
1212

@@ -18,9 +18,9 @@ Or you can install it during [runtime](../../cli/installation.md#use-npx-at-runt
1818

1919
## Step 2 - Build the HTML file
2020

21-
The Redocly CLI `build-docs` command builds Redoc into a zero-dependency HTML file.
21+
The Redocly CLI `build-docs` command builds Redoc into an HTML file.
2222

23-
To build a zero-dependency HTML file using Redocly CLI, enter the following command,
23+
To build an HTML file using Redocly CLI, enter the following command,
2424
replacing `apis/openapi.yaml` with your API definition file's name and path:
2525

2626
```bash

0 commit comments

Comments
 (0)