Files
cloud-services/services/gateway/docs/README.md

12 lines
271 B
Markdown

# Generate Async API Docs
```
npm install -g @asyncapi/generator
```
```
ag asyncapi_hmi.yaml @asyncapi/html-template -o static/hmi
ag asyncapi_mobile.yaml @asyncapi/html-template -o static/secret_mobile
ag asyncapi_trex.yaml @asyncapi/html-template -o static/trex
```