Skip to content

Commit

Permalink
Merge pull request #137 from wp-graphql/update-slack-to-discord
Browse files Browse the repository at this point in the history
docs: Update Help Page to link to Discord instead of Slack
  • Loading branch information
josephfusco authored May 7, 2024
2 parents 4433643 + b2c0bcb commit 47e3c34
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/six-ways-lick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"wpgraphql-ide": patch
---

docs: Remove link to community Slack on "Help Page" in favor of link community Discord (recently migrated)
8 changes: 4 additions & 4 deletions src/components/help/HelpPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ export const helpCards = [
linkUrl: 'https://www.wpgraphql.com/Extensions',
},
{
title: 'Join us in Slack',
title: 'Join us in Discord',
description:
'There are ~3,000 people in the WPGraphQL Slack community asking questions and helping each other. Join us today!',
linkText: 'Join us in Slack',
'Join the WPGraphQL Community in Discord where you can ask questions, show off projects and help other WPGraphQL users. Join us today!',
linkText: 'Join us in Discord',
linkUrl:
'https://join.slack.com/t/wp-graphql/shared_invite/zt-3vloo60z-PpJV2PFIwEathWDOxCTTLA',
'https://discord.gg/AGVBqqyaUY',
},
];

Expand Down

0 comments on commit 47e3c34

Please sign in to comment.