From ab2ab469c49d3c3aa95b54f34e8f1bf90960847a Mon Sep 17 00:00:00 2001 From: danciaclara Date: Mon, 10 Nov 2025 15:47:10 +0530 Subject: [PATCH] Added get help page --- docs/support/get-help.mdx | 32 ++++++++++++++++++++++++++++++++ sidebars.ts | 13 ++----------- 2 files changed, 34 insertions(+), 11 deletions(-) create mode 100644 docs/support/get-help.mdx diff --git a/docs/support/get-help.mdx b/docs/support/get-help.mdx new file mode 100644 index 0000000..bd1e5fd --- /dev/null +++ b/docs/support/get-help.mdx @@ -0,0 +1,32 @@ +# Get help + +Need assistance with Plane? We're here to help you get unstuck and make the most of your workspace. + +## Chat with us + +The fastest way to get help is through our in-app support chat. + +![Get help](https://media.docs.plane.so/support/get-help-plane.webp#hero-bl) + +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. + + +## Join our community + +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. + +## Email support + +Prefer email? Reach us at [support@plane.so](mailto:support@plane.so). We'll get back to you as soon as possible with answers to your questions. + +## Developer resources + +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. + +## Report bugs + +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. + +## Improve these docs + +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. \ No newline at end of file diff --git a/sidebars.ts b/sidebars.ts index 513c774..93b4784 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -49,6 +49,7 @@ const sidebars: SidebarsConfig = { "core-concepts/workspaces/overview", "workspaces-and-users/search-workspace", "core-concepts/account/overview", + "core-concepts/power-k", ], }, @@ -320,7 +321,7 @@ const sidebars: SidebarsConfig = { collapsed: false, label: "Support and resources", items: [ - "core-concepts/power-k", + "support/get-help", { type: "category", label: "Resources", @@ -352,16 +353,6 @@ const sidebars: SidebarsConfig = { label: "Changelog", href: "https://plane.so/changelog", }, - { - type: "link", - label: "Discord", - href: "https://discord.com/invite/A92xrEGCge", - }, - { - type: "link", - label: "Feature requests", - href: "https://github.com/makeplane/plane/issues", - }, { type: "link", label: "System status",