From 03f4aed68268fb320b32195c80292300056b264c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Batuhan=20Apayd=C4=B1n?= Date: Sat, 25 Feb 2023 17:17:25 +0300 Subject: [PATCH] add ko community meeting details (#938) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Batuhan Apaydın --- README.md | 6 ++++++ docs/community.md | 12 ++++++++++++ mkdocs.yml | 3 +++ 3 files changed, 21 insertions(+) create mode 100644 docs/community.md diff --git a/README.md b/README.md index 2d04bc7d..2a0e8769 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,9 @@ That work was presented [here](https://www.youtube.com/watch?v=RS1aiQqgUTA). Questions? Comments? Ideas? Come discuss `ko` with us in the `#ko-build` channel on the [Kubernetes Slack](https://slack.k8s.io)! See you there! + +### Community Meetings + +You can find all the necessary details about the community meetings in this [page](https://ko.build/community). + + diff --git a/docs/community.md b/docs/community.md new file mode 100644 index 00000000..c9a1442c --- /dev/null +++ b/docs/community.md @@ -0,0 +1,12 @@ +# Community + +## Meetings + +We have a bi-weekly community meeting on [Wednesday @ 6:00pm UTC time](https://dateful.com/eventlink/2793571750). The main goal of these meetings is that we want to hear from you! We want to know what you're using `ko` for, what you'd like to see in `ko`, how we can make `ko` better for you. With any remaining time we can go through open issues and PRs. + +We have a [meeting agenda](https://ko.build/agenda) you can use to propose topics for discussion/ideas. You can also just show up and we'll figure out what to talk about. + +## Slack + +Come discuss `ko` with us in the `#ko-build` channel on the [Kubernetes Slack](https://ko.build/slack)! +See you there! diff --git a/mkdocs.yml b/mkdocs.yml index e6b0103f..ab4e491b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -17,6 +17,7 @@ nav: - get-started.md - configuration.md - deployment.md + - community.md - Features: - features/multi-platform.md - features/sboms.md @@ -52,3 +53,5 @@ plugins: 'terraform.md': 'https://github.com/ko-build/terraform-provider-ko' 'action.md': 'https://github.com/ko-build/setup-ko' 'slack.md': 'https://kubernetes.slack.com/archives/C01T7DTP65S' + 'agenda.md': 'https://docs.google.com/document/d/1eQ67Qxwf1tkTv0yU_dw9bIRnlwJZz-5GXCRVOhqbgvU/edit' + 'meet.md': 'meet.google.com/xvn-dzzk-wur'