From 66da2a8cb56314668cb0ac8dc49324d884fb00e3 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Thu, 17 Apr 2025 10:53:16 -0500 Subject: [PATCH 1/4] Update community and developer chat locations As part of CNCF, we have new Slack based channels where we can be reached. The `podman` channel is for the community and focuses on how to run and use Podman. The `podman-dev` is for the development of podman and its related projects like buildah and skopeo. Given recent community conversations around our community channels, I also removed the references to IRC given it has low volume and there are a slew of alternatives. Signed-off-by: Brent Baude --- docusaurus.config.js | 8 ++++++++ static/data/community.ts | 22 +++++++++++----------- 2 files changed, 19 insertions(+), 11 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 6869a371a..12dec7ff5 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -125,6 +125,14 @@ const config = { { title: 'Community', items: [ + { + label: 'Slack - Podman Community', + href: 'https://app.slack.com/huddle/T08PSQ7BQ/C08MXJLCFCN', + }, + { + label: 'Podman Development', + href: 'https://app.slack.com/huddle/T08PSQ7BQ/C08NTKCDC1W', + }, { label: 'Discord', href: 'https://discord.com/invite/x5GzFF6QH4', diff --git a/static/data/community.ts b/static/data/community.ts index db8b155bb..f27714fa8 100644 --- a/static/data/community.ts +++ b/static/data/community.ts @@ -2,7 +2,7 @@ import { MEETING_URL } from './global'; const header = { title: 'Community', subtitle: - 'We want your feedback, issues, patches, and involvement in the development of Podman. **Chat** with us on Slack, IRC, or on our **mailing list**. Submit **issues & pull requests** (see our [CONTRIBUTING guide](https://github.com/containers/podman/blob/main/CONTRIBUTING.md) on how.) Participate in one of our twice-monthly community meetings. You are welcome in our community!', + 'We want your feedback, issues, patches, and involvement in the development of Podman. **Chat** with us on Slack, Discord, or on our **mailing list**. Submit **issues & pull requests** (see our [CONTRIBUTING guide](https://github.com/containers/podman/blob/main/CONTRIBUTING.md) on how.) Participate in one of our twice-monthly community meetings. You are welcome in our community!', image: 'images/raw/podman-2-196w-172h.png', banner: { text: 'To help ensure all feel welcome in the Podman community, we expect all who participate to adhere to our [Code of Conduct](https://github.com/containers/common/blob/main/CODE-OF-CONDUCT.md)', @@ -15,6 +15,16 @@ const communityChat = { subtitle: 'The Podman developers are generally around during CEST and Eastern Time business hours, so please be patient if you’re in another time zone!', links: [ + { + text: 'Slack - Podman Community', + path: 'https://app.slack.com/huddle/T08PSQ7BQ/C08MXJLCFCN', + icon: 'logos:slack-icon', + }, + { + text: 'Slack - Podman Developers', + path: 'https://app.slack.com/huddle/T08PSQ7BQ/C08NTKCDC1W', + icon: 'logos:slack-icon', + }, { text: '#podman:matrix.org', path: 'https://matrix.to/#/#podman:fedoraproject.org', @@ -23,11 +33,6 @@ const communityChat = { alt: 'Element Matrix Logo', }, }, - { - text: '#podman on libera.chat', - path: 'https://web.libera.chat/#podman-desktop', - textLogo: 'IRC', - }, { text: 'Podman GitHub Discussions', path: 'https://github.com/containers/podman/discussions', @@ -41,11 +46,6 @@ const communityChat = { path: 'https://discord.gg/vwpj7K6gW5', icon: 'logos:discord-icon', }, - { - text: 'Slack', - path: 'https://slack.k8s.io/', - icon: 'logos:slack-icon', - }, ], }; From 0e4c85a838808936aa85c332c223d9360191dbb1 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Fri, 18 Apr 2025 13:56:42 -0500 Subject: [PATCH 2/4] Update docusaurus.config.js Co-authored-by: Tom Sweeney --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 12dec7ff5..dc29cbc3f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -127,7 +127,7 @@ const config = { items: [ { label: 'Slack - Podman Community', - href: 'https://app.slack.com/huddle/T08PSQ7BQ/C08MXJLCFCN', + href: 'https://app.slack.com/client/T08PSQ7BQ/C08MXJLCFCN', }, { label: 'Podman Development', From 6cea7e6f80190842e0ec36f0307bcebe8dd6007b Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Fri, 18 Apr 2025 13:56:52 -0500 Subject: [PATCH 3/4] Update static/data/community.ts Co-authored-by: Tom Sweeney --- static/data/community.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/data/community.ts b/static/data/community.ts index f27714fa8..db080b274 100644 --- a/static/data/community.ts +++ b/static/data/community.ts @@ -2,7 +2,7 @@ import { MEETING_URL } from './global'; const header = { title: 'Community', subtitle: - 'We want your feedback, issues, patches, and involvement in the development of Podman. **Chat** with us on Slack, Discord, or on our **mailing list**. Submit **issues & pull requests** (see our [CONTRIBUTING guide](https://github.com/containers/podman/blob/main/CONTRIBUTING.md) on how.) Participate in one of our twice-monthly community meetings. You are welcome in our community!', + 'We want your feedback, issues, patches, and involvement in the development of Podman. **Chat** with us on Slack, Discord, or on our **mailing list**. Submit **issues & pull requests** (see our [CONTRIBUTING guide](https://github.com/containers/podman/blob/main/CONTRIBUTING.md) on how.) Participate in our monthly community meetings. You are welcome in our community!', image: 'images/raw/podman-2-196w-172h.png', banner: { text: 'To help ensure all feel welcome in the Podman community, we expect all who participate to adhere to our [Code of Conduct](https://github.com/containers/common/blob/main/CODE-OF-CONDUCT.md)', From 2d7020c2456748d30bb93e47e4a7833c62e334bd Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Fri, 18 Apr 2025 13:57:02 -0500 Subject: [PATCH 4/4] Update docusaurus.config.js Co-authored-by: Tom Sweeney --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index dc29cbc3f..075f3a7d4 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -131,7 +131,7 @@ const config = { }, { label: 'Podman Development', - href: 'https://app.slack.com/huddle/T08PSQ7BQ/C08NTKCDC1W', + href: 'https://app.slack.com/client/T08PSQ7BQ/C08NTKCDC1W', }, { label: 'Discord',