Skip to content

Commit

Permalink
docusaurus.config.js: Mention RabbitMQ 3.13.0 in the announcement bar
Browse files Browse the repository at this point in the history
[How]
The link points to the announcement on the blog.

The colors are the ones used by the "contrasty" blocks on the homepage.
This allows to distinguish the announcement bar from the main menu,
without dragging too much attention to it (because it is displayed on
all pages by default).
  • Loading branch information
dumbbell committed Mar 11, 2024
1 parent 2dd2549 commit 73d3c64
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 73d3c64

Please sign in to comment.