{{< asyncapi >}}

Description#


The asyncapi shortcode allows to display an AsyncAPI documentation associated to a service.

Paramètres#


Name Type(named/positional) Description
source named Source of the AsyncAPI documentation.
NB: The source can be either a local path or an URL.

Examples#


Markdown Rendering
{{</* asyncapi source="/asyncapi/example.yaml" */>}}
Loading
{{</* asyncapi source="https://raw.githubusercontent.com/asyncapi/spec/master/examples/simple.yml" */>}}
Loading