From f7affbfb39a6345d0ec76fcd067c53318a8131a6 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Sun, 23 Apr 2017 17:42:26 +0300 Subject: [PATCH] docs: add docs for path-in-middle-panel --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e05a3c1e..bfc29f43 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ ReDoc makes use of the following [vendor extensions](http://swagger.io/specifica * `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. * `required-props-first` - show required properties first ordered in the same order as in `required` array. * `no-auto-auth` - do not inject Authentication section automatically +* `path-in-middle-panel` - show path link and HTTP verb in the middle panel instead of the right one ## Advanced usage Instead of adding `spec-url` attribute to the `` element you can initialize ReDoc via globally exposed `Redoc` object: