文件名称:html-template:AsyncAPI GeneratorHTML模板
文件大小:150KB
文件格式:ZIP
更新时间:2024-05-17 22:47:29
html template generator asyncapi HTML
AsyncAPI生成器HTML模板 用法 ag asyncapi.yaml @asyncapi/html-template -o output 如果未安装AsyncAPI Generator,则可以这样安装: npm install -g @asyncapi/generator 支持的参数 名称 描述 必需的 默认 允许值 例子 侧边栏组织 定义应如何组织侧边栏。 将其值设置为byTagsNoRoot以按操作标签对操作进行分类。 当您在根级别具有标签时,将其值设置为byTags 。 这些标签用于对标签导航进行建模,并且在操作中需要具有相同的标签。 不 不明确的 byTags , byTagsNoRoot byTagsNoRoot baseHref 设置链接和表单的基本URL。 不 / 任何 /docs 版本 覆盖规范文件中info.version位置下提供的应用程序版本。
【文件预览】:
html-template-master
----.gitignore(42B)
----README.md(7KB)
----.github()
--------workflows()
----.all-contributorsrc(3KB)
----test()
--------all.contain_no_tag.test.js(3KB)
--------all.operations_tags.test.js(2KB)
--------all.is_expandable.test.js(2KB)
--------all.contain_tags.test.js(2KB)
--------all.non_parser_extensions.test.js(1KB)
----filters()
--------all.js(4KB)
----macros()
--------commons.html(220B)
----package.json(4KB)
----template()
--------css()
--------js()
--------index.html(1KB)
----postcss.config.js(128B)
----tailwind.config.js(3KB)
----partials()
--------operations()
--------operation.html(3KB)
--------type.html(518B)
--------schema-prop.html(10KB)
--------schema.html(200B)
--------extensions.html(2KB)
--------protocols.html(4KB)
--------tags.html(563B)
--------message.html(2KB)
--------messages.html(418B)
--------operations.html(573B)
--------description.html(133B)
--------content.html(220B)
--------servers.html(7KB)
--------schema-item.html(549B)
--------introduction.html(2KB)
--------sliced-string.html(200B)
--------sidebar.html(4KB)
--------example.html(3KB)
----hooks()
--------generatePdf.js(1KB)
--------02_renameOutFile.js(315B)
--------01_removeNotRelevantParts.js(781B)
----package-lock.json(281KB)