Skip to content

YushiOMOTE/mkdocs-asyncapi-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mkdocs Async API Plugin

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. License PyPi Supported python versions

Setup

  1. Install asyncapi/generator
npm install -g @asyncapi/generator
  1. Install this plugin.
pip install mkdocs-asyncapi-plugin
  1. Add render_asyncapi to mkdocs.yml:
plugins:
  - render_asyncapi

Usage

Create a new markdown file which contains only this line:

!!asyncapi <path-to-spec-file>!!

path-to-spec-file is the path to the AsyncAPI spec file relative to the root of the repository (where you run mkdocs).

Then, the entire content of this file will be the AsyncAPI spec.

About

Mkdocs plugin to generate pages from asyncapi spec files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages