Lead maintainer: Buğra Ekuklu
You can utilize the generate_docs
shell script to generate the
merged documentation YAML file.
- Node 8.0.2 (or later)
- NPM 6.0.0 (or later)
$ ./generate_docs
The command will install
json-refs
package globally, if it does not exist.
You can find the generated YAML files under build
folder in root directory of the project.
There ought to be two seperate files for specification declarations.
http.yml
for HTTP API,ws.yml
for Streaming API.
You can use AsyncAPI Playground to see a human-readable rendering of the Streaming API, or Swagger Editor for the HTTP API.