diff --git a/.circleci/build-openapi.sh b/.circleci/build-openapi.sh index a8843011..55e555e6 100755 --- a/.circleci/build-openapi.sh +++ b/.circleci/build-openapi.sh @@ -10,11 +10,9 @@ for fin in $FNAMES; do fout=./build/$fin mkdir -p ${fout%/*} openapi bundle --ext yaml --output $fout $fin - cp build/index.html ${fout%/*}/ + cp build/redoc_index.html ${fout%/*}/index.html done -cp build/core/openapi.yaml build/openapi.yaml - # use swagger-combine #swagger-combine build/swagger-config.yaml --continueOnConflictingPaths -o build/openapi.yaml diff --git a/build/index.html b/build/index.html index 11b22352..3615bf48 100644 --- a/build/index.html +++ b/build/index.html @@ -2,31 +2,22 @@
-