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 d29d4a7 commit 5ebd6d0Copy full SHA for 5ebd6d0
build-docs.sh
@@ -9,6 +9,9 @@ set -x -e
9
[[ -d "linode-api-docs" ]] && cd linode-api-docs
10
11
# run the static site builder
12
+ls -la ReDoc-customized/ReDoc-customized/cli
13
+chmod +x ReDoc-customized/ReDoc-customized/cli/index.js
14
+
15
./ReDoc-customized/ReDoc-customized/cli/index.js bundle openapi.yaml --options.hideDownloadButton=true --options.pathInMiddlePanel=true --options.requiredPropsFirst=true --options.expandResponses="200,"
16
17
0 commit comments