You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 7, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ ReDoc makes use of the following [vendor extensions](http://swagger.io/specifica
150
150
***selector**: selector of the element to be used for specifying the offset. The distance from the top of the page to the element's bottom will be used as offset;
151
151
***function**: A getter function. Must return a number representing the offset (in pixels);
152
152
*`suppress-warnings` - if set, warnings are not rendered at the top of documentation (they still are logged to the console).
153
-
*`lazy-rendering` - 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](\\rebilly.github.io/ReDoc) for the example.
153
+
*`lazy-rendering` - 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](https://rebilly.github.io/ReDoc) for the example.
154
154
*`hide-hostname` - if set, the protocol and hostname is not shown in the operation definition.
155
155
*`expand-responses` - specify which responses to expand by default by response codes. Values should be passed as comma-separated list without spaces e.g. `expand-responses="200,201"`. Special value `"all"` expands all responses by default. Be careful: this option can slow-down documentation rendering time.
156
156
*`required-props-first` - show required properties first ordered in the same order as in `required` array.
0 commit comments