You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -123,10 +131,11 @@ export default async function createAsyncConfig() {
123
131
searchPagePath: '/search',
124
132
},
125
133
announcementBar: {
126
-
id: "calico_hackathon_deadline",
127
-
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>',
128
-
backgroundColor: "#FCE181",
129
-
textColor: "#000",
134
+
id: 'calico_hackathon_deadline',
135
+
content:
136
+
'🚀 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>',
137
+
backgroundColor: '#FCE181',
138
+
textColor: '#000',
130
139
isCloseable: true,
131
140
},
132
141
navbar: {
@@ -410,15 +419,15 @@ export default async function createAsyncConfig() {
@@ -526,27 +535,31 @@ export default async function createAsyncConfig() {
526
535
editUrl: generateEditUrl,
527
536
},
528
537
],
529
-
['./src/plugins/docusaurus-plugin-llms-txt',{
530
-
siteDescription: 'Calico documentation for networking, network security, and observability for Kubernetes, including Calico Open Source, Calico Enterprise, and Calico Cloud.',
531
-
productDescriptions: {
532
-
'calico': 'Open source networking and network security for containers and Kubernetes.',
533
-
'calico-enterprise': 'Enterprise-grade networking, security, and observability for Kubernetes.',
534
-
'calico-cloud': 'SaaS-based Kubernetes security and observability platform.',
538
+
[
539
+
'./src/plugins/docusaurus-plugin-llms-txt',
540
+
{
541
+
siteDescription:
542
+
'Calico documentation for networking, network security, and observability for Kubernetes, including Calico Open Source, Calico Enterprise, and Calico Cloud.',
543
+
productDescriptions: {
544
+
calico: 'Open source networking and network security for containers and Kubernetes.',
545
+
'calico-enterprise': 'Enterprise-grade networking, security, and observability for Kubernetes.',
546
+
'calico-cloud': 'SaaS-based Kubernetes security and observability platform.',
0 commit comments