We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea32361 commit fee9463Copy full SHA for fee9463
1 file changed
docs/make.sh
@@ -4,7 +4,7 @@ echo "Getting started"
4
5
# Bundle docs into zero-dependency HTML file
6
npx @redocly/cli build-docs ./docs/openapi/simple-auth0.yaml && \
7
-mv ./docs/redoc-static.html ./docs/index.html && \
+mv ./redoc-static.html ./docs/index.html && \
8
echo "Changed name from redoc-static.html to index.html" && \
9
# Add favicon
10
#sed -i '7 i \ \ <link rel="icon" type="image/png" href="images/favicon.png"/>' index.html && \
0 commit comments