From a337bf1eed338a65f7ba849912baa0d37e0ce4ad Mon Sep 17 00:00:00 2001 From: Carlos Santana Date: Sun, 15 Nov 2020 22:52:02 -0500 Subject: [PATCH 1/3] [feat] Add community calendar --- community/calendar/_index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 community/calendar/_index.md diff --git a/community/calendar/_index.md b/community/calendar/_index.md new file mode 100644 index 00000000000..a47108ae6ba --- /dev/null +++ b/community/calendar/_index.md @@ -0,0 +1,10 @@ +--- +title: "Knative Community Calendar" +linkTitle: "Community Calendar" +weight: 29 +showlandingtoc: "false" +type: "docs" +--- + +Attend events on our Community Calendar. + From b0988b3f8797b7b9b43b048051e4272fc0e2952f Mon Sep 17 00:00:00 2001 From: Carlos Santana Date: Mon, 16 Nov 2020 10:56:18 -0500 Subject: [PATCH 2/3] Address comments by evankanderson@ more details --- community/calendar/_index.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/community/calendar/_index.md b/community/calendar/_index.md index a47108ae6ba..9fb432665e0 100644 --- a/community/calendar/_index.md +++ b/community/calendar/_index.md @@ -6,5 +6,8 @@ showlandingtoc: "false" type: "docs" --- -Attend events on our Community Calendar. - +The [Knatice Community Calendar](https://calendar.google.com/calendar/u/0/embed?src=c_tcut0tbk016g22csq1ced9lqd8@group.calendar.google.com) contain events that provides the opportunity to learn more about Knative and meet other Knative users and contributors. + +Events don't have to be organized by the Knative project to be added to the calendar. If you want to add an event to the calendar please send an email to [knative-steering@googlegroups.com](mailto:knative-steering@googlegroups.com) or post to the #community channel in the Knative [Slack](https://slack.knative.dev) workspace. + + From 75b8fdb854901ac33f1ed26b22b6c594bfe58349 Mon Sep 17 00:00:00 2001 From: Carlos Santana Date: Mon, 16 Nov 2020 11:02:17 -0500 Subject: [PATCH 3/3] fix typo --- community/calendar/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/calendar/_index.md b/community/calendar/_index.md index 9fb432665e0..f937a8c0dac 100644 --- a/community/calendar/_index.md +++ b/community/calendar/_index.md @@ -6,7 +6,7 @@ showlandingtoc: "false" type: "docs" --- -The [Knatice Community Calendar](https://calendar.google.com/calendar/u/0/embed?src=c_tcut0tbk016g22csq1ced9lqd8@group.calendar.google.com) contain events that provides the opportunity to learn more about Knative and meet other Knative users and contributors. +The [Knative Community Calendar](https://calendar.google.com/calendar/u/0/embed?src=c_tcut0tbk016g22csq1ced9lqd8@group.calendar.google.com) contain events that provides the opportunity to learn more about Knative and meet other Knative users and contributors. Events don't have to be organized by the Knative project to be added to the calendar. If you want to add an event to the calendar please send an email to [knative-steering@googlegroups.com](mailto:knative-steering@googlegroups.com) or post to the #community channel in the Knative [Slack](https://slack.knative.dev) workspace.