Conversation
✅ 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 copy to reflect an extended Calico hackathon deadline.
Changes:
- Update the announcement bar message and emoji to announce the new April 30, 2026 deadline.
- Adjust the hackathon link text/markup in the banner.
| @@ -124,7 +124,7 @@ export default async function createAsyncConfig() { | |||
| }, | |||
| announcementBar: { | |||
| id: "calico_hackathon_deadline", | |||
There was a problem hiding this comment.
Changing the announcementBar text without updating the id means users who previously dismissed the banner (stored by that id) likely won’t see the extended-deadline message after deploy. If the goal is to re-notify users, bump the announcementBar.id to a new value so the updated banner is shown again.
| id: "calico_hackathon_deadline", | |
| id: 'calico_hackathon_deadline_extended_2026_04_30', |
| announcementBar: { | ||
| 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>.', | ||
| content: '🚀 Deadline Extended! (Ends April 30, 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 URL’s tracking parameter utm_medium changed from Docs_site to docs_site in this edit. If your analytics tooling treats parameter values as case-sensitive, this will split campaign attribution; consider keeping the previous value unless the change is intentional.
| content: '🚀 Deadline Extended! (Ends April 30, 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: '🚀 Deadline Extended! (Ends April 30, 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>', |

Product Version(s):
Issue:
Link to docs preview:
SME review:
DOCS review:
Additional information:
Merge checklist: