DOCS-2862: Update hackathon banner to deadline approaching#2570
Merged
ctauchen merged 4 commits intotigera:mainfrom Mar 25, 2026
Merged
DOCS-2862: Update hackathon banner to deadline approaching#2570ctauchen merged 4 commits intotigera:mainfrom
ctauchen merged 4 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. |
Contributor
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).
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", |
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.
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', |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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