Skip to content

Update Hackathon banner text#2611

Merged
ctauchen merged 1 commit intotigera:mainfrom
ctauchen:banner
Mar 27, 2026
Merged

Update Hackathon banner text#2611
ctauchen merged 1 commit intotigera:mainfrom
ctauchen:banner

Conversation

@ctauchen
Copy link
Copy Markdown
Collaborator

Product Version(s):

Issue:

Link to docs preview:

SME review:

  • An SME has approved this change.

DOCS review:

  • A member of the docs team has approved this change.

Additional information:

Merge checklist:

  • Deploy preview inspected wherever changes were made
  • Build completed successfully
  • Test have passed

Copilot AI review requested due to automatic review settings March 27, 2026 10:48
@ctauchen ctauchen requested a review from a team as a code owner March 27, 2026 10:48
@netlify
Copy link
Copy Markdown

netlify bot commented Mar 27, 2026

Deploy Preview succeeded!

Built without sensitive environment variables

Name Link
🔨 Latest commit d659d88
🔍 Latest deploy log https://app.netlify.com/projects/tigera/deploys/69c6609021212a0008dc88f5
😎 Deploy Preview https://deploy-preview-2611--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: 93 (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
Copy Markdown

netlify bot commented Mar 27, 2026

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

Name Link
🔨 Latest commit d659d88
🔍 Latest deploy log https://app.netlify.com/projects/calico-docs-preview-next/deploys/69c660904d4e6100088708fc
😎 Deploy Preview https://deploy-preview-2611--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
Copy Markdown
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 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",
Copy link

Copilot AI Mar 27, 2026

Choose a reason for hiding this comment

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

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.

Suggested change
id: "calico_hackathon_deadline",
id: 'calico_hackathon_deadline_extended_2026_04_30',

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

Copilot AI Mar 27, 2026

Choose a reason for hiding this comment

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

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.

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

Copilot uses AI. Check for mistakes.
@ctauchen ctauchen merged commit c872610 into tigera:main Mar 27, 2026
14 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