We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83021d0 commit ab8c4b7Copy full SHA for ab8c4b7
build-docs.sh
@@ -11,7 +11,7 @@ set -x -e
11
# run the static site builder
12
chmod +x ReDoc-customized/ReDoc-customized/cli/index.js
13
14
-./ReDoc-customized/ReDoc-customized/cli/index.js bundle openapi.yaml --options.hideDownloadButton=true --options.pathInMiddlePanel=true --options.requiredPropsFirst=true --options.expandResponses="200,"
+./ReDoc-customized/ReDoc-customized/cli/index.js bundle openapi.yaml --options.hideDownloadButton=true --options.pathInMiddlePanel=true --options.requiredPropsFirst=true --options.expandResponses="200," --options.noAutoAuth=true
15
16
rm index.html
17
mv redoc-static.html index.html
0 commit comments