DOCS-2862: Update hackathon banner to deadline approaching#2570
DOCS-2862: Update hackathon banner to deadline approaching#2570ctauchen wants to merge 2 commits intotigera:mainfrom
Conversation
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 <noreply@anthropic.com>
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 <noreply@anthropic.com>
✅ Deploy Preview succeeded!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for calico-docs-preview-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
Updates the Docusaurus announcement bar to show a “deadline approaching” message for the Calico 3.30+ Hackathon, replacing the prior banner copy.
Changes:
- Updated the
announcementBaridand banner content to the “Only one week left” deadline message. - Adjusted formatting (added trailing comma on
isCloseable).
| id: "calico_hackathon_deadline", | ||
| content: '🏃 Only one week left (Ends March 31, 2026!) Finalize your GitHub repo and demo video to enter the <a href="https://www.tigera.io/lp/project-calico-hackathon?utm_source=website&utm_medium=Docs_site&utm_campaign=Hackathon2026">Calico 3.30+ Hackathon</a>', | ||
| backgroundColor: "#FCE181", | ||
| textColor: "#000", |
There was a problem hiding this comment.
Quote style is inconsistent with the repo’s Prettier config (singleQuote: true) and the rest of this file. Please switch the new double-quoted strings (e.g., id, backgroundColor, textColor) to single quotes to avoid formatting churn.
| id: "calico_hackathon_deadline", | |
| content: '🏃 Only one week left (Ends March 31, 2026!) Finalize your GitHub repo and demo video to enter the <a href="https://www.tigera.io/lp/project-calico-hackathon?utm_source=website&utm_medium=Docs_site&utm_campaign=Hackathon2026">Calico 3.30+ Hackathon</a>', | |
| backgroundColor: "#FCE181", | |
| textColor: "#000", | |
| id: 'calico_hackathon_deadline', | |
| content: '🏃 Only one week left (Ends March 31, 2026!) Finalize your GitHub repo and demo video to enter the <a href="https://www.tigera.io/lp/project-calico-hackathon?utm_source=website&utm_medium=Docs_site&utm_campaign=Hackathon2026">Calico 3.30+ Hackathon</a>', | |
| backgroundColor: '#FCE181', | |
| textColor: '#000', |
| id: "calico_hackathon", | ||
| content: '🚀 The <a href="https://www.tigera.io/lp/project-calico-hackathon?utm_source=website&utm_medium=Docs_site&utm_campaign=Hackathon2026">Calico 3.30+ Hackathon</a> is live! Leverage Calico 3.30+ to solve networking challenges and win up to $1,000.', | ||
| id: "calico_hackathon_deadline", | ||
| content: '🏃 Only one week left (Ends March 31, 2026!) Finalize your GitHub repo and demo video to enter the <a href="https://www.tigera.io/lp/project-calico-hackathon?utm_source=website&utm_medium=Docs_site&utm_campaign=Hackathon2026">Calico 3.30+ Hackathon</a>', |
There was a problem hiding this comment.
The announcement banner sentence currently ends immediately after the closing link tag, which reads a bit like an incomplete sentence in the UI. Consider adding ending punctuation (for example, a period) after the </a> so the message reads cleanly.
| content: '🏃 Only one week left (Ends March 31, 2026!) Finalize your GitHub repo and demo video to enter the <a href="https://www.tigera.io/lp/project-calico-hackathon?utm_source=website&utm_medium=Docs_site&utm_campaign=Hackathon2026">Calico 3.30+ Hackathon</a>', | |
| content: '🏃 Only one week left (Ends March 31, 2026!) Finalize your GitHub repo and demo video to enter the <a href="https://www.tigera.io/lp/project-calico-hackathon?utm_source=website&utm_medium=Docs_site&utm_campaign=Hackathon2026">Calico 3.30+ Hackathon</a>.', |

Summary
Go-live
Do not merge before March 24, 2026
Depends on #2569 (DOCS-2861) being merged first. This PR will have merge conflicts until then — that's expected.
Test plan
🤖 Generated with Claude Code