Skip to content

Commit bcc073e

Browse files
authored
Merge pull request #364 from makeplane/get-help
Added get help page
2 parents 50b1d88 + ab2ab46 commit bcc073e

File tree

2 files changed

+34
-11
lines changed

2 files changed

+34
-11
lines changed

docs/support/get-help.mdx

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Get help
2+
3+
Need assistance with Plane? We're here to help you get unstuck and make the most of your workspace.
4+
5+
## Chat with us
6+
7+
The fastest way to get help is through our in-app support chat.
8+
9+
![Get help](https://media.docs.plane.so/support/get-help-plane.webp#hero-bl)
10+
11+
Click the **?** icon in your Plane workspace to start a conversation with our team. We're available to answer questions, troubleshoot issues, and guide you through features.
12+
13+
14+
## Join our community
15+
16+
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.
17+
18+
## Email support
19+
20+
Prefer email? Reach us at [[email protected]](mailto:[email protected]). We'll get back to you as soon as possible with answers to your questions.
21+
22+
## Developer resources
23+
24+
Working with Plane's API or self-hosting? Check out our [developer documentation](https://developers.plane.so/self-hosting/overview) for technical guides, API references, and self-hosting instructions.
25+
26+
## Report bugs
27+
28+
Found a bug? Help us improve Plane by reporting it on [GitHub Issues](https://github.com/makeplane/plane/issues). Please include details about what happened, what you expected, and steps to reproduce the issue.
29+
30+
## Improve these docs
31+
32+
Notice something unclear or missing in our documentation? Let us know on the [docs GitHub repository](https://github.com/makeplane/docs). Your feedback helps us create better resources for everyone.

sidebars.ts

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ const sidebars: SidebarsConfig = {
4949
"core-concepts/workspaces/overview",
5050
"workspaces-and-users/search-workspace",
5151
"core-concepts/account/overview",
52+
"core-concepts/power-k",
5253
],
5354
},
5455

@@ -320,7 +321,7 @@ const sidebars: SidebarsConfig = {
320321
collapsed: false,
321322
label: "Support and resources",
322323
items: [
323-
"core-concepts/power-k",
324+
"support/get-help",
324325
{
325326
type: "category",
326327
label: "Resources",
@@ -352,16 +353,6 @@ const sidebars: SidebarsConfig = {
352353
label: "Changelog",
353354
href: "https://plane.so/changelog",
354355
},
355-
{
356-
type: "link",
357-
label: "Discord",
358-
href: "https://discord.com/invite/A92xrEGCge",
359-
},
360-
{
361-
type: "link",
362-
label: "Feature requests",
363-
href: "https://github.com/makeplane/plane/issues",
364-
},
365356
{
366357
type: "link",
367358
label: "System status",

0 commit comments

Comments
 (0)