Skip to content

Commit 4e8b5b2

Browse files
fix: replace discord references with forum (#408)
* fix: replace discord references with forum * fix: update the icon * fix: formatting * fix: content correction
1 parent cd05c3d commit 4e8b5b2

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ We follow a simple and structured process for submitting changes.
5656

5757
After you submit your PR, a member of the Plane team will review it. Depending on our workload, response times may vary, but we'll do our best to get back to you as soon as possible. Thank you for your patience!
5858

59-
If you need any help or have any questions, join us on [Discord](https://discord.com/invite/A92xrEGCge).
59+
If you need any help or have any questions, join us on the [Plane Forum](https://forum.plane.so).

docs/.vitepress/config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,12 @@ export default defineConfig({
196196

197197
socialLinks: [
198198
{ icon: "github", link: "https://github.com/makeplane/plane" },
199-
{ icon: "discord", link: "https://discord.com/invite/A92xrEGCge" },
199+
{
200+
icon: {
201+
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14 9a2 2 0 0 1-2 2H6l-4 4V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2z"/><path d="M18 9h2a2 2 0 0 1 2 2v11l-4-4h-6a2 2 0 0 1-2-2v-1"/></svg>',
202+
},
203+
link: "https://forum.plane.so",
204+
},
200205
{ icon: "twitter", link: "https://twitter.com/planepowers" },
201206
{ icon: "linkedin", link: "https://www.linkedin.com/company/planepowers/" },
202207
],

docs/core-concepts/workspaces/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Create and manage Workspaces in Plane.
77

88
Think of a Workspace in Plane as your command center, the place where everything comes together. It’s the top-level space that holds all your projects, work items, cycles, modules, and pages.
99

10-
Picture it like this. A Workspace in Plane is similar to a server in Discord or an organization in Slack. It’s where your team gathers to work on projects, track progress, and get things done. You can create your own projects, invite others to join, and collaborate as a group, or just do your own thing if that’s how you roll.
10+
Picture it like this. A Workspace in Plane is similar to a workspace in Slack. It’s where your team gathers to work on projects, track progress, and get things done. You can create your own projects, invite others to join, and collaborate as a group, or just do your own thing if that’s how you roll.
1111

1212
## What's inside a workspace
1313

docs/support/get-help.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Support and help resources
3-
description: Find support for Plane through in-app chat, email, Discord community, and developer resources. Report bugs, request features, and get answers to your questions.
3+
description: Find support for Plane through in-app chat, email, community forum, and developer resources. Report bugs, request features, and get answers to your questions.
44
---
55

66
# Get help
@@ -17,7 +17,7 @@ Click the **?** icon in your Plane workspace to start a conversation with our te
1717

1818
## Join our community
1919

20-
Connect with other Plane users, share tips, and get community support on our [Discord server](https://discord.com/invite/A92xrEGCge). It's a great place to see how others are using Plane, get quick answers, and stay updated on what's new.
20+
Connect with other Plane users, share tips, and get community support on the [Plane Forum](https://forum.plane.so). It's a great place to see how others are using Plane, get quick answers, and stay updated on what's new.
2121

2222
## Email support
2323

0 commit comments

Comments
 (0)