Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,20 +123,12 @@ export default async function createAsyncConfig() {
searchPagePath: '/search',
},
announcementBar: {
id: "ai_agent_governance_kubecon",
content: '🛠️ How do you govern autonomous AI agents? Register for the AI Agent Governance Workshop @ KubeCon EU (March 23, 2026) <a href="https://link.tigera.io/umnHe">Learn more →</a>',
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",
Comment on lines +126 to 129
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.
isCloseable: true,
},
// DOCS-2862: Hackathon deadline approaching (go-live March 24)
// 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>',
// backgroundColor: "#FCE181",
// textColor: "#000",
// isCloseable: true,
// },
navbar: {
logo: {
src: 'img/tigera-logo-2026-black-text.svg',
Expand Down