0

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

IgorAlves
  • 5,086
  • 10
  • 52
  • 83

1 Answers1

0

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.

kris13
  • 71
  • 1
  • 4