mirror of
https://gitlab.com/dword4/nhlapi
synced 2024-11-22 02:24:54 +00:00
first attempt at swagger docs
This commit is contained in:
parent
f7c2ac1cfd
commit
c090ae5a03
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal 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
3135
swagger/openapi.yaml
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user