Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
11
services/gateway/docs/README.md
Normal file
11
services/gateway/docs/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user