From 1382c5104a6969a80505a01b2559bf8f429f54a6 Mon Sep 17 00:00:00 2001 From: Christopher Tauchen Date: Fri, 6 Mar 2026 15:49:41 +0000 Subject: [PATCH 1/2] DOCS-2861: Update hackathon banner to mid-way encouragement message Replace the launch banner with the mid-way encouragement banner for the March 9 milestone. Add commented-out DOCS-2862 deadline banner for the March 24 milestone. Co-Authored-By: Claude Opus 4.6 --- docusaurus.config.js | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index dd34fcbb5f..d176209bc5 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -116,12 +116,20 @@ export default async function createAsyncConfig() { searchPagePath: '/search', }, announcementBar: { - id: "calico_hackathon", - content: '🚀 The Calico 3.30+ Hackathon is live! Leverage Calico 3.30+ to solve networking challenges and win up to $1,000.', + id: "calico_hackathon_midway", + content: '🛡️ Hack the latest features: Leverage Calico 3.30+ to solve networking challenges and win up to $1,000. Enter the Calico 3.30+ Hackathon', backgroundColor: "#FCE181", textColor: "#000", - isCloseable: true + isCloseable: true, }, + // DOCS-2862: Hackathon deadline approaching (go-live March 24) + // announcementBar: { + // id: "calico_hackathon_deadline", + // content: '🏃 Only one week left (Ends March 31, 2026!) Finalize your GitHub repo and demo video to enter the Calico 3.30+ Hackathon', + // backgroundColor: "#FCE181", + // textColor: "#000", + // isCloseable: true, + // }, navbar: { logo: { src: 'img/tigera-logo-2026-black-text.svg', From cae65bebaa9e8e54c9b0ebc9211c6b078838ef96 Mon Sep 17 00:00:00 2001 From: Christopher Tauchen Date: Fri, 6 Mar 2026 15:51:06 +0000 Subject: [PATCH 2/2] DOCS-2862: Update hackathon banner to deadline approaching message Replace the mid-way encouragement banner with the deadline approaching message for the March 24 milestone. Remove commented-out banner block. Co-Authored-By: Claude Opus 4.6 --- docusaurus.config.js | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index d176209bc5..5ba81cdd29 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -116,20 +116,12 @@ export default async function createAsyncConfig() { searchPagePath: '/search', }, announcementBar: { - id: "calico_hackathon_midway", - content: '🛡️ Hack the latest features: Leverage Calico 3.30+ to solve networking challenges and win up to $1,000. Enter the Calico 3.30+ Hackathon', + id: "calico_hackathon_deadline", + content: '🏃 Only one week left (Ends March 31, 2026!) Finalize your GitHub repo and demo video to enter the Calico 3.30+ Hackathon', backgroundColor: "#FCE181", textColor: "#000", isCloseable: true, }, - // DOCS-2862: Hackathon deadline approaching (go-live March 24) - // announcementBar: { - // id: "calico_hackathon_deadline", - // content: '🏃 Only one week left (Ends March 31, 2026!) Finalize your GitHub repo and demo video to enter the Calico 3.30+ Hackathon', - // backgroundColor: "#FCE181", - // textColor: "#000", - // isCloseable: true, - // }, navbar: { logo: { src: 'img/tigera-logo-2026-black-text.svg',