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 @@ - STAC API - - - - - - - + STAC API + + + + - - +

STAC API

+

Conformance Classes

+ - \ No newline at end of file + diff --git a/build/redoc_index.html b/build/redoc_index.html new file mode 100644 index 00000000..9ba1d22a --- /dev/null +++ b/build/redoc_index.html @@ -0,0 +1,32 @@ + + + + + STAC API + + + + + + + + + + + + + + +