From 55c9db2c40134a6a794566b5ca501bc48db8f2a8 Mon Sep 17 00:00:00 2001 From: Heather Cloward Date: Thu, 25 May 2023 12:34:20 -0400 Subject: [PATCH] docs: updates the redocly cli command prefix from openapi to redocly in the redoc deployment guide intro page --- docs/deployment/intro.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deployment/intro.md b/docs/deployment/intro.md index 47cf6d54..dbb52c46 100644 --- a/docs/deployment/intro.md +++ b/docs/deployment/intro.md @@ -55,7 +55,7 @@ If you have [Redocly CLI](https://redocly.com/docs/cli/#installation-and-usage) project directory and run the following command: ```bash -openapi preview-docs openapi.yaml +redocly preview-docs openapi.yaml ``` Replace `openapi.yaml` in the example command with the file path to your OpenAPI definition. @@ -66,7 +66,7 @@ To exit the preview, use `control+C`. You can alter the port if you are using 8080 already, for example: ```bash -openapi preview-docs -p 8888 openapi.yaml +redocly preview-docs -p 8888 openapi.yaml ``` Replace `openapi.yaml` in the example command with the file path to your OpenAPI definition.