From c04b4c8fecbb07826cadf0ee599b82c11e2568a9 Mon Sep 17 00:00:00 2001 From: Lorna Jane Mitchell Date: Mon, 16 Sep 2024 09:12:25 +0100 Subject: [PATCH] docs: Remove the old zero-dependency claim for Redoc docs (#2590) --- docs/deployment/cli.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/deployment/cli.md b/docs/deployment/cli.md index 74ddbd23..86b82758 100644 --- a/docs/deployment/cli.md +++ b/docs/deployment/cli.md @@ -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