first attempt at swagger docs

This commit is contained in:
Drew Hynes 2022-12-26 15:08:53 +00:00
parent f7c2ac1cfd
commit c090ae5a03
2 changed files with 3145 additions and 0 deletions

10
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,10 @@
image: node:latest
pages:
stage: deploy
script:
- npm install -g redoc-cli
- redoc-cli bundle public/index.html swagger/openapi.yaml
artifacts:
paths:
- public

3135
swagger/openapi.yaml Normal file

File diff suppressed because it is too large Load Diff