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 c1a138f commit 83021d0Copy full SHA for 83021d0
build-docs.sh
@@ -9,11 +9,12 @@ 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
+rm index.html
17
+mv redoc-static.html index.html
18
19
export HOME='/target'
20
echo $HOME
0 commit comments