Skip to content

DOCS-2862: Update hackathon banner to deadline approaching#2570

Open
ctauchen wants to merge 2 commits intotigera:mainfrom
ctauchen:docs-2862-hackathon-deadline
Open

DOCS-2862: Update hackathon banner to deadline approaching#2570
ctauchen wants to merge 2 commits intotigera:mainfrom
ctauchen:docs-2862-hackathon-deadline

Conversation

@ctauchen
Copy link
Collaborator

@ctauchen ctauchen commented Mar 6, 2026

Summary

  • Replace the mid-way encouragement banner with the deadline approaching message
  • Clean up the commented-out banner block

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

  • Verify the deadline banner renders correctly with the runner emoji and link

🤖 Generated with Claude Code

ctauchen and others added 2 commits March 6, 2026 15:49
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>
@ctauchen ctauchen requested a review from a team as a code owner March 6, 2026 15:51
Copilot AI review requested due to automatic review settings March 6, 2026 15:51
@netlify
Copy link

netlify bot commented Mar 6, 2026

Deploy Preview succeeded!

Built without sensitive environment variables

Name Link
🔨 Latest commit cae65be
🔍 Latest deploy log https://app.netlify.com/projects/tigera/deploys/69aaf81909f3770008b690c3
😎 Deploy Preview https://deploy-preview-2570--tigera.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 67 (🔴 down 1 from production)
Accessibility: 98 (no change from production)
Best Practices: 92 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Mar 6, 2026

Deploy Preview for calico-docs-preview-next ready!

Name Link
🔨 Latest commit cae65be
🔍 Latest deploy log https://app.netlify.com/projects/calico-docs-preview-next/deploys/69aaf8197742250008e31213
😎 Deploy Preview https://deploy-preview-2570--calico-docs-preview-next.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 announcementBar id and banner content to the “Only one week left” deadline message.
  • Adjusted formatting (added trailing comma on isCloseable).

Comment on lines +119 to 122
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",
Copy link

Copilot AI Mar 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
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',

Copilot uses AI. Check for mistakes.
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>',
Copy link

Copilot AI Mar 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
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>.',

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants