Skip to content
This repository was archived by the owner on Dec 7, 2022. It is now read-only.

Commit 6b036ac

Browse files
DavidJFelixRomanHotsiy
authored andcommitted
chore: Fix demo link (Redocly#398)
1 parent 4ca40a4 commit 6b036ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ ReDoc makes use of the following [vendor extensions](http://swagger.io/specifica
150150
* **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;
151151
* **function**: A getter function. Must return a number representing the offset (in pixels);
152152
* `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.
154154
* `hide-hostname` - if set, the protocol and hostname is not shown in the operation definition.
155155
* `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.
156156
* `required-props-first` - show required properties first ordered in the same order as in `required` array.

0 commit comments

Comments
 (0)