HTML template for AsyncAPI Generator. Use it to generate a static docs. It is using AsyncAPI React component under the hood.
The AsyncAPI HTML Template is a HTML template for the AsyncAPI Generator. It utilizes an AsyncAPI React Component to generate the HTML output. The template allows the user to customize various parameters such as the organization of the sidebar, the base URL for links and forms, the version of the application, and more. The template can also generate output as a PDF and provides options for overriding default configuration. Development of the template can be done by contributing to the AsyncAPI React Component repository.
To install the AsyncAPI Generator, use the following command:
npm install -g @asyncapi/generator
To modify the template or its helper functions, follow these steps:
npm install -g @asyncapi/generator
npm run develop
npm run develop:install
open ./test/output/index.html
The AsyncAPI HTML Template is a customizable HTML template for the AsyncAPI Generator. It uses an AsyncAPI React Component to generate the HTML output and provides options to customize parameters, generate output as a PDF, and override default configuration. Development of the template can be done by making changes to the AsyncAPI React Component.