mirror of
https://gitlab.com/dword4/nhlapi.git
synced 2025-10-21 23:18:05 +00:00
first attempt at swagger docs
This commit is contained in:
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
Reference in New Issue
Block a user