Skip to content

Commit

Permalink
chore: k8s report (#3023)
Browse files Browse the repository at this point in the history
(cherry picked from commit e3ff86a)
  • Loading branch information
karl-cardenas-coding committed Jun 6, 2024
1 parent ac3a024 commit c7ba29a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,14 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
{
announcementBar: {
id: "docs_announcement_bar",
content:
'The 2024 State of Production Kubernetes report is now available and it\'s full of insights and goodies. Click <a target="_blank" rel="noopener noreferrer" href="https://www.spectrocloud.com/news/2024-state-of-production-kubernetes">here to get your own copy.</a>',
backgroundColor: "#FBB117",
textColor: "#091E42",
isCloseable: false,
},
colorMode: {
respectPrefersColorScheme: true,
},
Expand Down

0 comments on commit c7ba29a

Please sign in to comment.