Skip to content
This repository was archived by the owner on Mar 13, 2022. It is now read-only.

Commit e0fda5a

Browse files
committed
Removed Authorization section from auto generated docs
1 parent 340eec0 commit e0fda5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ set -ex
55
mkdir -p build
66
DEBUG=1 python -c 'from daemon.daemon import app;import json;print(json.dumps(app.openapi()))' | tee build/spec
77
docker build -t redoc-cli github.com/Redocly/redoc#:cli
8-
docker run --rm -v $(pwd)/build:/build redoc-cli bundle /build/spec -o /build/docs.html
8+
docker run --rm -v $(pwd)/build:/build redoc-cli bundle /build/spec -o /build/docs.html --options.noAutoAuth --options.noAutoAuth

0 commit comments

Comments
 (0)