Skip to content

Commit f2a79dc

Browse files
committed
Add EOL banner to site
1 parent dca1c78 commit f2a79dc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docusaurus.config.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,14 @@ const config: Config = {
6868
],
6969

7070
themeConfig: {
71+
announcementBar: {
72+
id: 'codegate_eol',
73+
content:
74+
'The CodeGate project is end of life and no longer maintained. <a href="https://discord.gg/stacklok">Join our Discord</a> for more information.',
75+
backgroundColor: '#b61a1a',
76+
textColor: '#f8f8f8',
77+
isCloseable: false,
78+
},
7179
colorMode: {
7280
defaultMode: 'light',
7381
disableSwitch: true,

0 commit comments

Comments
 (0)