asyncapi / saunter

Saunter is a code-first AsyncAPI documentation generator for dotnet.
https://www.asyncapi.com/
MIT License
199 stars 56 forks source link

Use asyncapi-react component for UI #102

Closed m-wild closed 3 years ago

m-wild commented 3 years ago

Previously, the AsyncAPI html-template required nodejs to run. The AsyncAPI team now provides a react component which can be executed standalone in the browser.

This changes the AsyncApiUiMiddleware to use the react component as an embedded resource, rather than proxying requests to the AsyncAPI playground.