Skip to content

Commit 83021d0

Browse files
committed
Move redoc-static.html to the index - done?
1 parent c1a138f commit 83021d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-docs.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ set -x -e
99
[[ -d "linode-api-docs" ]] && cd linode-api-docs
1010

1111
# run the static site builder
12-
ls -la ReDoc-customized/ReDoc-customized/cli
1312
chmod +x ReDoc-customized/ReDoc-customized/cli/index.js
1413

1514
./ReDoc-customized/ReDoc-customized/cli/index.js bundle openapi.yaml --options.hideDownloadButton=true --options.pathInMiddlePanel=true --options.requiredPropsFirst=true --options.expandResponses="200,"
1615

16+
rm index.html
17+
mv redoc-static.html index.html
1718

1819
export HOME='/target'
1920
echo $HOME

0 commit comments

Comments
 (0)