Skip to content

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

Merged
ctauchen merged 4 commits intotigera:mainfrom
ctauchen:docs-2862-hackathon-deadline
Mar 25, 2026
Merged

DOCS-2862: Update hackathon banner to deadline approaching#2570
ctauchen merged 4 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 9960144
🔍 Latest deploy log https://app.netlify.com/projects/tigera/deploys/69c3c555a56b0b0008731101
😎 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: 92 (no change from production)
Accessibility: 98 (no change from production)
Best Practices: 83 (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 9960144
🔍 Latest deploy log https://app.netlify.com/projects/calico-docs-preview-next/deploys/69c3c55533e5a10008d9214e
😎 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.
ctauchen and others added 2 commits March 25, 2026 11:20
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@ctauchen ctauchen merged commit 3c4bfe1 into tigera:main Mar 25, 2026
6 of 7 checks passed
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