All openapi.json schemas are automatically generated and compiled into comprehensive docs. Sections like Introduction are markdown files that get sourced at compile-time.
The following repos have openapi.json schemas that are used to compile these docs:
To join all the openapi.json files:
redocly join --without-x-tag-groups ./path/to/test-docs/auth-openapi.json ./path/to/watttime-api-maps/openapi.json ./path/to/watttime-apiv3-forecast/openapi.json ./path/to/watttime-apiv3-data/openapi.json -o openapi.json
To deploy to S3 and invalidate the cache:
./deploy.sh