File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
# How to use the Redocly CLI
7
7
8
8
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.
10
10
11
11
## Step 1 - Install Redocly CLI
12
12
@@ -18,9 +18,9 @@ Or you can install it during [runtime](../../cli/installation.md#use-npx-at-runt
18
18
19
19
## Step 2 - Build the HTML file
20
20
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.
22
22
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,
24
24
replacing ` apis/openapi.yaml ` with your API definition file's name and path:
25
25
26
26
``` bash
You can’t perform that action at this time.
0 commit comments