From 9f0694c10f116cd2aa19932df4883aa1f56aad49 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Mon, 30 Sep 2019 10:40:13 +0300 Subject: [PATCH] docs: expandDefaultServerVariables --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ffd317f118..81b78d367f 100644 --- a/README.md +++ b/README.md @@ -245,6 +245,7 @@ You can use all of the following options with standalone version on tag * `onlyRequiredInSamples` - shows only required fields in request samples. * `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`. * `menuToggle` - if true clicking second time on expanded menu item will collapse it, default `false` +* `expandDefaultServerVariables` - enable expanding default server variables, default `false` * `theme` - ReDoc theme. Not documented yet. For details check source code: [theme.ts](https://github.com/Redocly/redoc/blob/master/src/theme.ts) ## Advanced usage of standalone version