Skip to content

Commit 4b27f4e

Browse files
Adds kubecon banner with google calendar link (#1540)
Adds kubecon banner with google calendar link (#1537) * adds kubecon banner with google cal link * Adds kubecon to cspell * updates hex color Co-authored-by: zachary painter <[email protected]>
1 parent ca29547 commit 4b27f4e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

cspell.json

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
"Keycloak",
8585
"kubebuilder",
8686
"kubectl",
87+
"kubecon",
8788
"kubernetes",
8889
"kustomization",
8990
"kustomize",

docusaurus.config.js

+7
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,13 @@ const config = {
9090
contextualSearch: false,
9191
searchPagePath: false,
9292
},
93+
announcementBar: {
94+
id: 'kubecon-2024',
95+
content: 'Meet the Pomerium Development Team at our KubeCon 2024 booth in Salt Lake City, Utah from November 12-15. <b><a href="https://calendar.google.com/calendar/appointments/schedules/AcZssZ0YfkyTbr2fYMyJvdPf7vsQ2xLkc77t1eGPiwM2jRkl8hBLubeOWjgX3dcFHjU_M86cgYhBIV_u?gv=true" target="_blank">Book an appointment now!</a></b>',
96+
backgroundColor: '#7C3AED',
97+
textColor: '#FFFFFF',
98+
isCloseable: true,
99+
},
93100
navbar: {
94101
title: '',
95102
logo: {

0 commit comments

Comments
 (0)