From c70c454ebdeced8ac21a850f1b25a5298dd44e78 Mon Sep 17 00:00:00 2001 From: Anastasiia Derymarko Date: Tue, 10 May 2022 15:36:17 +0300 Subject: [PATCH] docs: Update cli/README.md --- cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/README.md b/cli/README.md index 29002ce1..f6612145 100644 --- a/cli/README.md +++ b/cli/README.md @@ -31,7 +31,7 @@ Some examples: - Bundle using a custom template and add custom `templateOptions`:
`$ redoc-cli build [spec] -t custom.hbs --templateOptions.metaDescription "Page meta description"` -#### With `.redocly.yaml` file ([more info](https://redoc.ly/docs/api-reference-docs/on-premise/cli-usage/#example-with-try-it-console-enabled)): +#### With `.redocly.yaml` file ([more info](https://redocly.com/docs/cli/configuration/#redocly-configuration-file)): 1. Go to folder with `.redocly.yaml` and your definition file 2. Build site using command (options from `.redocly.yaml` file will be automatically fetched):