Merge pull request #22536 from Lazzaretti/feature/asyncapi3

feat(docs): Add documentation & example that AsyncApi 3 is supported
This commit is contained in:
Patrik Oldsberg
2024-02-13 13:24:46 +01:00
committed by GitHub
5 changed files with 254 additions and 180 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ The plugin provides a standalone list of APIs, as well as an integration into th
Right now, the following API formats are supported:
- [OpenAPI](https://swagger.io/specification/) 2 & 3
- [AsyncAPI](https://www.asyncapi.com/docs/reference/specification/latest)
- [AsyncAPI](https://www.asyncapi.com/docs/reference/specification/latest) 2 & 3
- [GraphQL](https://graphql.org/learn/schema/)
Other formats are displayed as plain text, but this can easily be extended.