I want to know how to publish (if possible) an AsyncApi project in github pages like We do with swagger-github-pages.
My final goal is to have an AsyncApi documentation like the Swagger Petstore example available for the consumers
I want to know how to publish (if possible) an AsyncApi project in github pages like We do with swagger-github-pages.
My final goal is to have an AsyncApi documentation like the Swagger Petstore example available for the consumers
You can use the generator with the HTML template provided by the AsyncAPI community.
Basically it's produced an intex.html
file from your AsyncAPI document. You could then publish this intex.html
in the same way like described in swagger-github-pages.