Skip to content

Commit

Permalink
docs: Remove the old zero-dependency claim for Redoc docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lornajane committed Sep 13, 2024
1 parent c0203be commit 2bdeb4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/deployment/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 2bdeb4f

Please sign in to comment.