diff --git a/docusaurus.config.ts b/docusaurus.config.ts index ec09de2..e2fba61 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -68,6 +68,14 @@ const config: Config = { ], themeConfig: { + announcementBar: { + id: 'codegate_eol', + content: + 'The CodeGate project is end of life and no longer maintained. Join our Discord for more information.', + backgroundColor: '#b61a1a', + textColor: '#f8f8f8', + isCloseable: false, + }, colorMode: { defaultMode: 'light', disableSwitch: true,