Skip to content

Commit

Permalink
Add announcement bar for SCOS working gorup statement
Browse files Browse the repository at this point in the history
  • Loading branch information
GingerGeek committed Oct 22, 2024
1 parent 9411db5 commit d12c837
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: <a href="/blog/2024/06/01/okd-future-statement">read here</a>.',
backgroundColor: '#666',
textColor: '#fff',
isCloseable: false,
},
colorMode: {
defaultMode: "dark",
respectPrefersColorScheme: true,
Expand Down

0 comments on commit d12c837

Please sign in to comment.