0.3.0 • Published 6 years ago
@arthurparahyba/html-template v0.3.0
HTML template for the AsyncAPI Generator
Usage
ag asyncapi.yaml @asyncapi/html-template -o outputIf you don't have the AsyncAPI Generator installed, you can install it like this:
npm install -g @asyncapi/generatorSupported parameters
| Name | Description | Required | Allowed values | Example |
|---|---|---|---|---|
| sidebarOrganization | Defines how the sidebar should be organized. Set its value to 'byTags' to categorize operations by tags. | No | byTags | byTags |
| baseHref | Sets the base URL for links and forms. | No | Any | /docs |
0.3.0
6 years ago