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
16 changes: 8 additions & 8 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,14 @@ export default async function createAsyncConfig() {
contextualSearch: true,
searchPagePath: '/search',
},
//announcementBar: {
// id: 'calico_hackathon_deadline',
// 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>',
// backgroundColor: '#FCE181',
// textColor: '#000',
// isCloseable: true,
//},
announcementBar: {
id: 'calico_survey_2026',
content:
'<a href="https://forms.gle/V89eyYDD1QteD8c97"><strong>Take our Cluster Network Policy survey</strong> and <strong>claim a free Calico t-shirt! 👕</strong></a>',
backgroundColor: '#FCE181',
textColor: '#000',
isCloseable: true,
},
Comment on lines +133 to +140
navbar: {
logo: {
src: 'img/tigera-logo-2026-black-text.svg',
Expand Down