From e1ef9e0bbac70a53d53e33d0370c84eb1cff32bd Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Wed, 7 Dec 2022 16:14:09 -0700 Subject: [PATCH] chore(docs): adding community calendar link to the community page (#22347) --- docs/src/pages/community.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/pages/community.tsx b/docs/src/pages/community.tsx index 7e8630e1bf..f9c3b270d0 100644 --- a/docs/src/pages/community.tsx +++ b/docs/src/pages/community.tsx @@ -37,6 +37,11 @@ const links = [ 'dev@ Mailing List', 'participate in conversations with committers and contributors', ], + [ + 'https://calendar.google.com/calendar/u/2?cid=c3VwZXJzZXQuY29tbWl0dGVyc0BnbWFpbC5jb20', + 'Superset Community Calendar', + 'join us for working group sessions and other community gatherings', + ], [ 'https://stackoverflow.com/questions/tagged/superset+apache-superset', 'Stack Overflow',