Skip to content

Commit 0694c2f

Browse files
committed
Implement swagger-autogen for API documentation
1 parent 122fc34 commit 0694c2f

File tree

5 files changed

+7114
-0
lines changed

5 files changed

+7114
-0
lines changed

docs/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,12 @@ redocly bundle root.yaml > bundled.yaml && \
3131
yq -p yaml -o json bundled.yaml > openapi.json && \
3232
redocly build-docs openapi.json
3333
```
34+
The OpenAPI specification is generated using [swagger-autogen](https://swagger-autogen.github.io/).
35+
36+
To regenerate, run:
37+
38+
```
39+
node swagger.js
40+
```
41+
42+
Generates `docs/swagger-output.json`

0 commit comments

Comments
 (0)