Skip to content

Commit 665189c

Browse files
DorthuGitHub Enterprise
authored andcommitted
Merge pull request #1 from jottinger/redoc-cli-command
add noAutoAuth option to cli build step
2 parents 83021d0 + ab8c4b7 commit 665189c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set -x -e
1111
# run the static site builder
1212
chmod +x ReDoc-customized/ReDoc-customized/cli/index.js
1313

14-
./ReDoc-customized/ReDoc-customized/cli/index.js bundle openapi.yaml --options.hideDownloadButton=true --options.pathInMiddlePanel=true --options.requiredPropsFirst=true --options.expandResponses="200,"
14+
./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
1515

1616
rm index.html
1717
mv redoc-static.html index.html

0 commit comments

Comments
 (0)