From e3ff86a7a338f8f4b22bec2ddfcd8cfe13989c43 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Thu, 6 Jun 2024 09:52:22 -0700 Subject: [PATCH] chore: k8s report (#3023) --- docusaurus.config.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index 21372f184f..52d90935f6 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -258,6 +258,14 @@ const config = { themeConfig: /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ { + announcementBar: { + id: "docs_announcement_bar", + content: + 'The 2024 State of Production Kubernetes report is now available and it\'s full of insights and goodies. Click here to get your own copy.', + backgroundColor: "#FBB117", + textColor: "#091E42", + isCloseable: false, + }, colorMode: { respectPrefersColorScheme: true, },