From 53e054a30a2edf42b0c1f528d74216ffe3f2237c Mon Sep 17 00:00:00 2001 From: Alex Varchuk Date: Fri, 4 Feb 2022 13:54:30 +0200 Subject: [PATCH] chore: add supported options to the readme file --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 403ab3332b..64eff3a848 100644 --- a/README.md +++ b/README.md @@ -219,11 +219,15 @@ You can use all of the following options with the standalone version of the 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.~~ * `menuToggle` - if true clicking second time on expanded menu item will collapse it, default `true`. * `nativeScrollbars` - use native scrollbar for sidemenu instead of perfect-scroll (scrolling performance optimization for big specs).