We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f82fd3 commit ea32361Copy full SHA for ea32361
1 file changed
docs/make.sh
@@ -3,8 +3,8 @@
3
echo "Getting started"
4
5
# Bundle docs into zero-dependency HTML file
6
-npx @redocly/cli build-docs ./openapi/simple-auth0.yaml && \
7
-mv redoc-static.html index.html && \
+npx @redocly/cli build-docs ./docs/openapi/simple-auth0.yaml && \
+mv ./docs/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