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.
2 parents 83021d0 + ab8c4b7 commit 665189cCopy full SHA for 665189c
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