Skip to content

Commit

Permalink
1.29 upgrade banner
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson authored Mar 9, 2024
1 parent 297a2ba commit e792c19
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
announcementBar: {
id: 'upgrade-1.29',
content:
'🚩 EKS Workshop upgraded to EKS 1.29 on 8th March. If you have an existing lab environment please see the <a target="_blank" rel="noopener noreferrer" href="/docs/misc/major-upgrade">major upgrade instructions</a>. 🚩',
backgroundColor: '#0972d3',
textColor: '#fff',
},
colorMode: {
defaultMode: 'light',
disableSwitch: false,
Expand Down

0 comments on commit e792c19

Please sign in to comment.