From d12c8377a46ac1025d0c3411a24febdd57ff109a Mon Sep 17 00:00:00 2001 From: Zed Spencer-Milnes Date: Tue, 22 Oct 2024 17:04:32 +0100 Subject: [PATCH] Add announcement bar for SCOS working gorup statement --- docusaurus.config.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index bbd96af..306856c 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -76,13 +76,13 @@ const config: Config = { themeConfig: { // Replace with your project's social card - // announcementBar: { - // id: 'beta-announce', - // content: "Beta Site!", - // backgroundColor: 'pink', - //textColor: '', - // isCloseable: true, - // }, + announcementBar: { + id: 'scos-notice', + content: 'Update on lack of OKD 4.16, 4.17 and why we\'re switching to SCOS from FCOS: read here.', + backgroundColor: '#666', + textColor: '#fff', + isCloseable: false, + }, colorMode: { defaultMode: "dark", respectPrefersColorScheme: true,