We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da9ca4 commit 96a8f14Copy full SHA for 96a8f14
2 files changed
website/docs/codegen/asyncapi/index.mdx
@@ -1,6 +1,6 @@
1
---
2
sidebar_position: 3
3
-sidebar_label: AsyncAPI
+sidebar_label: AsyncAPI 🆕
4
5
6
# AsyncAPI mode (`qraft asyncapi`)
website/docusaurus.config.js
@@ -134,6 +134,10 @@ const config = {
134
apiKey: '68a397ed6b627ba01e722c54228bd79f',
135
indexName: 'openapi-qraftio',
136
},
137
+ announcementBar: {
138
+ id: 'announcementBar-asyncapi',
139
+ content: `⛏︎ <b>Qraft now supports code generation from AsyncAPI! 🎉 <a href="/openapi-qraft/docs/codegen/asyncapi">Read more</a></b>`,
140
+ },
141
}),
142
};
143
0 commit comments