我想知道如何(如果可能的话)像我们使用swagger-github-pages那样在github页面中发布AsyncApi项目。
我的最终目标是为消费者提供一个类似Swagger Petstore示例的AsyncApi文档
发布于 2020-11-12 02:12:13
您可以使用AsyncAPI社区提供的generator with the HTML template。
基本上,它从您的AsyncAPI文档生成了一个intex.html文件。然后,您可以使用与swagger-github-pages中描述的相同方式发布此intex.html。
https://stackoverflow.com/questions/64773335
复制相似问题