From e718680d4c982a6153ed9ebd979982058030ed22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20P=C3=A9dron?= Date: Mon, 11 Mar 2024 18:06:51 +0100 Subject: [PATCH] docusaurus.config.js: Mention RabbitMQ 3.13.0 in the announcement bar [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). --- docusaurus.config.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index 895fe21701..2fac21d923 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -192,6 +192,13 @@ const config = { }, ], }, + announcementBar: { + id: 'new-release', + content: 'RabbitMQ 3.13.0 is released!', + backgroundColor: 'var(--ifm-color-primary-contrast-background)', + textColor: 'var(--ifm-font-color-base)', + isCloseable: true, + }, footer: { style: 'dark', links: [