Last updated

AsyncAPI docs plugin

Render AsyncAPI documentation in a project. This plugin uses an official React component to generate documentation for AsyncAPI 2.x and 3.x descriptions.

This is a plugin reference page. A setup guide can be found in the How-to section

NPM package

@redocly/portal-plugin-async-api

Introduction

When added to your project, this plugin will automatically detect AsyncAPI specifications and include them in the project as pages. To be detected, the specification files must have a .yaml or .json extensions.

Documentation page

The documentation page consists of multiple sections. You can see an example of each section below:

info

Info section of AsyncAPI documentation page

servers

Servers section of AsyncAPI documentation page

operations

Operations section of AsyncAPI documentation page

messages

Messages section of AsyncAPI documentation page

schemas

Schemas section of AsyncAPI documentation page

Each section can be hidden using configuration options.

Resources