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,