Skip to content

Commit dc6c7fb

Browse files
authored
Merge pull request #405 from Luap99/slack-rm
remove slack links
2 parents 6c31b30 + b20946f commit dc6c7fb

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ const config = {
125125
{
126126
title: 'Community',
127127
items: [
128+
{
129+
label: 'Matrix',
130+
href: 'https://matrix.to/#/#podman:fedoraproject.org',
131+
},
128132
{
129133
label: 'Discord',
130134
href: 'https://discord.com/invite/x5GzFF6QH4',

static/data/community.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { MEETING_URL } from './global';
22
const header = {
33
title: 'Community',
44
subtitle:
5-
'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!',
5+
'We want your feedback, issues, patches, and involvement in the development of Podman. **Chat** with us on Matrix, Discord, 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!',
66
image: 'images/raw/podman-2-196w-172h.png',
77
banner: {
88
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)',
@@ -41,11 +41,6 @@ const communityChat = {
4141
path: 'https://discord.gg/vwpj7K6gW5',
4242
icon: 'logos:discord-icon',
4343
},
44-
{
45-
text: 'Slack',
46-
path: 'https://cloud-native.slack.com/archives/C08MXJLCFCN',
47-
icon: 'logos:slack-icon',
48-
},
4944
],
5045
};
5146

0 commit comments

Comments
 (0)