From f931aa96ef1134de2495fa007b4c99b243824be3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Tue, 2 Mar 2021 15:29:12 +0800 Subject: [PATCH] fix syntax highlight --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ed9e27dff..ab800ec5f8 100644 --- a/README.md +++ b/README.md @@ -236,7 +236,7 @@ You can use all of the following options with standalone version on tag * `hideSchemaPattern` - if set, the pattern is not shown in the schema. * `hideSingleRequestSampleTab` - do not show the request sample tab for requests with only one sample. * `expandSingleSchemaField` - automatically expand single field in a schema -* `jsonSampleExpandLevel` - set the default expand level for JSON payload samples (responses and request body). Special value 'all' expands all levels. The default value is `2`. +* `jsonSampleExpandLevel` - set the default expand level for JSON payload samples (responses and request body). Special value `"all"` expands all levels. The default value is `2`. * `hideSchemaTitles` - do not display schema `title` next to to the type * `simpleOneOfTypeLabel` - show only unique oneOf types in the label without titles * `lazyRendering` - _Not implemented yet_ ~~if set, enables lazy rendering mode in ReDoc. This mode is useful for APIs with big number of operations (e.g. > 50). In this mode ReDoc shows initial screen ASAP and then renders the rest operations asynchronously while showing progress bar on the top. Check out the [demo](\\redocly.github.io/redoc) for the example.~~