Skip to content

Commit

Permalink
Merge pull request #1835 from rabbitmq/mention-3.13.0-in-announcement…
Browse files Browse the repository at this point in the history
…-bar

docusaurus.config.js: Mention RabbitMQ 3.13.0 in the announcement bar
  • Loading branch information
dumbbell committed Mar 11, 2024
2 parents f340dbd + 73d3c64 commit 2df979f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docusaurus.config.js
Expand Up @@ -192,6 +192,13 @@ const config = {
},
],
},
announcementBar: {
id: 'new-release',
content: '<strong style="font-size: var(--ifm-h4-font-size);"><a href="/blog/2024/03/11/rabbitmq-3.13.0-announcement">RabbitMQ 3.13.0 is released!</a></strong>',
backgroundColor: 'var(--ifm-color-primary-contrast-background)',
textColor: 'var(--ifm-font-color-base)',
isCloseable: true,
},
footer: {
style: 'dark',
links: [
Expand Down

0 comments on commit 2df979f

Please sign in to comment.