From df6b922330b0c168fa8908ecc905457cba82b0a0 Mon Sep 17 00:00:00 2001 From: Kamil Tunkiewicz Date: Fri, 16 Oct 2020 19:43:30 +0200 Subject: [PATCH] copy change --- cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/README.md b/cli/README.md index 82fcd429..ac94e18d 100644 --- a/cli/README.md +++ b/cli/README.md @@ -18,6 +18,6 @@ Some examples: - Serve with `nativeScrollbars` option set to true:
`$ redoc-cli serve [spec] --options.nativeScrollbars` - Bundle using custom template (check [default template](https://github.com/Redocly/redoc/blob/master/cli/template.hbs) for reference):
`$ redoc-cli bundle [spec] -t custom.hbs` - Bundle using custom template and add custom `templateOptions`:
`$ redoc-cli bundle [spec] -t custom.hbs --templateOptions.metaDescription "Page meta description"` -- Allow `./resources` folder for be statically served: `$ redoc-cli serve [spec] --static resources` +- Allow a specific folder for be statically served: `$ redoc-cli serve [spec] --static resources` For more details run `redoc-cli --help`.