Skip to content

Commit 96a8f14

Browse files
committed
docs: update AsyncAPI sidebar label and add announcement for code generation support
1 parent 9da9ca4 commit 96a8f14

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

website/docs/codegen/asyncapi/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
sidebar_position: 3
3-
sidebar_label: AsyncAPI
3+
sidebar_label: AsyncAPI 🆕
44
---
55

66
# AsyncAPI mode (`qraft asyncapi`)

website/docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ const config = {
134134
apiKey: '68a397ed6b627ba01e722c54228bd79f',
135135
indexName: 'openapi-qraftio',
136136
},
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+
},
137141
}),
138142
};
139143

0 commit comments

Comments
 (0)