Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Sep 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading