https://springeq.github.io/documentation/
This is Spring EQ's documentation repository for partner API's called "ConnectEQ".
Documentation is available as OpenAPI 3.0 via Swagger UI, served by GitHub Pages.
This repository was generated using create-openapi-repo, which uses redoc for development purposes.
Static serving of Swagger UI is implemented as detailed by https://github.com/peter-evans/swagger-github-pages.
npm run startnpm run test- Update semver
npm run build- Create PR
- Merge PR
npm run start- this will start a server in watch mode for you to preview the OpenAPI spec in the Redoc format (localhost:8080)
-
npm run test- this will run an OpenAPI linter to validate the spec -
Update the version of the spec following semantic versioning rules
-
npm run build- this will generate the final combined documentation to be served (defaults todist.yamlin the project root) -
Make a pull request, including the compiled
dist.yaml -
Merge and verify your changes at https://springeq.github.io/documentation/

