From 49da59876c56a04b543fd19ac8890c60d2833154 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Thu, 6 Feb 2025 14:47:57 +0100 Subject: [PATCH] Update support channels with the JetBrains Platform community forum --- README.md | 4 ++-- cfg/buildprofiles.xml | 2 +- code_samples/README.md | 4 ++-- topics/appendix/resources/consulting.md | 2 +- topics/appendix/resources/marketing.md | 6 +++--- .../tools_intellij_platform_gradle_plugin.md | 2 +- topics/basics/faq.md | 2 +- topics/intro/content_updates.md | 9 +++++++++ topics/intro/getting_help.topic | 17 ++++------------- topics/products/phpstorm/php_open_api.md | 3 --- topics/products/phpstorm/phpstorm.md | 3 --- 11 files changed, 24 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 52a1db1a7..854037fab 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![official JetBrains project](https://jb.gg/badges/official-flat-square.svg)][jb:github] [![X Follow](https://img.shields.io/badge/follow-%40JBPlatform-1DA1F2?logo=x)][jb:x] [![Build](https://img.shields.io/github/actions/workflow/status/JetBrains/intellij-sdk-docs/code-samples.yml?branch=main&style=flat-square)][gh:workflow-code-samples] -[![Slack](https://img.shields.io/badge/Slack-%23intellij--platform-blue?style=flat-square&logo=Slack)][jb:slack] +[![JetBrains Platform Forum Status](https://img.shields.io/discourse/status?server=https%3A%2F%2Fplatform.jetbrains.com)][jb:forum] Welcome to the repository for [IntelliJ Platform SDK Documentation](https://plugins.jetbrains.com/docs/intellij/?from=GH-README) site. @@ -22,6 +22,6 @@ Please follow the steps outlined in [Contributing](https://plugins.jetbrains.com [jb:github]: https://github.com/JetBrains/.github/blob/main/profile/README.md -[jb:slack]: https://plugins.jetbrains.com/slack +[jb:forum]: https://platform.jetbrains.com [jb:x]: https://x.com/JBPlatform diff --git a/cfg/buildprofiles.xml b/cfg/buildprofiles.xml index 543b136fa..af88ce9fe 100644 --- a/cfg/buildprofiles.xml +++ b/cfg/buildprofiles.xml @@ -52,7 +52,7 @@ - JetBrains Platform Slack + JetBrains Platform Forum IntelliJ Platform Explorer Plugin Ideas diff --git a/code_samples/README.md b/code_samples/README.md index 477b958e7..9bf4c264b 100644 --- a/code_samples/README.md +++ b/code_samples/README.md @@ -4,7 +4,7 @@ [![JetBrains IntelliJ Platform SDK Docs](https://jb.gg/badges/docs.svg?style=flat-square)][jb:docs] [![X Follow](https://img.shields.io/badge/follow-%40JBPlatform-1DA1F2?logo=x)][jb:x] [![Build](https://img.shields.io/github/actions/workflow/status/JetBrains/intellij-sdk-docs/code-samples.yml?branch=main&style=flat-square)][gh:workflow-code-samples] -[![Slack](https://img.shields.io/badge/Slack-%23intellij--platform-blue?style=flat-square&logo=Slack)][jb:slack] +[![JetBrains Platform Forum Status](https://img.shields.io/discourse/status?server=https%3A%2F%2Fplatform.jetbrains.com)][jb:forum] Learn how to build plugins using IntelliJ Platform SDK for the [JetBrains products][jb:products] by experimenting with our code samples. These samples show you how features work and help you jumpstart your plugins. @@ -63,7 +63,7 @@ In the following table, you may find all available samples provided in the separ [jb:github]: https://github.com/JetBrains/.github/blob/main/profile/README.md [jb:docs]: https://plugins.jetbrains.com/docs/intellij/ [jb:products]: https://www.jetbrains.com/products.html -[jb:slack]: https://plugins.jetbrains.com/slack +[jb:forum]: https://platform.jetbrains.com [jb:x]: https://x.com/JBPlatform [docs]: https://plugins.jetbrains.com/docs/intellij/ diff --git a/topics/appendix/resources/consulting.md b/topics/appendix/resources/consulting.md index a92b691bc..5027cae06 100644 --- a/topics/appendix/resources/consulting.md +++ b/topics/appendix/resources/consulting.md @@ -6,7 +6,7 @@ The following independent companies and individuals provide paid plugin consulting and development services. -Also, consider posting requests in _#jobs_ channel on [JetBrains Platform Slack](https://plugins.jetbrains.com/slack). +Also, consider posting requests at [JetBrains Platform Forum: Collaboration & Ideas](https://platform.jetbrains.com/c/collaboration-ideas/14). > JetBrains is not responsible for nor guarantees the performance of these independent third-party companies. diff --git a/topics/appendix/resources/marketing.md b/topics/appendix/resources/marketing.md index b00d2902b..76050ac18 100644 --- a/topics/appendix/resources/marketing.md +++ b/topics/appendix/resources/marketing.md @@ -106,11 +106,11 @@ Below are listed a few badges related to the IntelliJ SDK and plugins developmen [![JetBrains IntelliJ Platform SDK Docs](https://jb.gg/badges/docs.svg)](https://plugins.jetbrains.com/docs/intellij) ``` -**JetBrains Platform Slack** +**JetBrains Platform Forum** -[![Slack](https://img.shields.io/badge/Slack-#intellij--platform-blue?style=flat-square&logo=Slack)](https://plugins.jetbrains.com/slack) +[![JetBrains Platform Forum Status](https://img.shields.io/discourse/status?server=https%3A%2F%2Fplatform.jetbrains.com)](https://platform.jetbrains.com) ``` -[![Slack](https://img.shields.io/badge/Slack-#intellij--platform-blue?style=flat-square&logo=Slack)](https://plugins.jetbrains.com/slack) +[![JetBrains Platform Forum Status](https://img.shields.io/discourse/status?server=https%3A%2F%2Fplatform.jetbrains.com)](https://platform.jetbrains.com) ``` **@JBPlatform on X (formerly Twitter)** diff --git a/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin.md b/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin.md index 8e2a1d77c..374d06d57 100644 --- a/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin.md +++ b/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin.md @@ -10,7 +10,7 @@ **GitHub**: [Releases & Changelog](https://github.com/JetBrains/gradle-intellij-plugin/releases), [Issue Tracker](https://github.com/JetBrains/gradle-intellij-plugin/issues) -**Slack**: [#intellij-platform-gradle-plugin](https://jetbrains-platform.slack.com/archives/C05C80200LS) on the [JetBrains Platform Slack](https://plugins.jetbrains.com/slack/) +**JetBrains Platform Forum**: [Gradle Build Scripts](https://platform.jetbrains.com/c/intellij-platform/gradle-build-scripts/6) category diff --git a/topics/basics/faq.md b/topics/basics/faq.md index 0040effed..86409d01e 100644 --- a/topics/basics/faq.md +++ b/topics/basics/faq.md @@ -4,7 +4,7 @@ List of plugin development forum topics with frequently asked question. -This FAQ is a topical index of questions that have been asked (and answered) on our [IntelliJ IDEA Open API and Plugin Development forum](https://intellij-support.jetbrains.com/hc/en-us/community/topics/200366979-IntelliJ-IDEA-Open-API-and-Plugin-Development). +This FAQ is a topical index of questions that have been asked (and answered) on [IntelliJ IDEA Open API and Plugin Development forum](https://intellij-support.jetbrains.com/hc/en-us/community/topics/200366979-IntelliJ-IDEA-Open-API-and-Plugin-Development). > See also [Explore the IntelliJ Platform API](explore_api.md) for more information and strategies. > diff --git a/topics/intro/content_updates.md b/topics/intro/content_updates.md index 87702decc..1cf013fb3 100644 --- a/topics/intro/content_updates.md +++ b/topics/intro/content_updates.md @@ -12,6 +12,15 @@ See [GitHub Changelog](https://github.com/JetBrains/intellij-sdk-docs/commits/ma ## 2025 +### February +{february-25} + +Support Channel Update +: +Updated support channels to the new [JetBrains Platform](https://platform.jetbrains.com) community forum. +See the [The JetBrains Platform Gets a New Community Space](https://blog.jetbrains.com/platform/2025/02/the-jetbrains-platform-gets-a-new-community-space/) blog post for more context. + + ### January {january-25} diff --git a/topics/intro/getting_help.topic b/topics/intro/getting_help.topic index 8854bb47b..d6a4069f6 100644 --- a/topics/intro/getting_help.topic +++ b/topics/intro/getting_help.topic @@ -96,19 +96,10 @@

Please see Plugin Development FAQ and Explore the IntelliJ Platform API for tips & tricks.

-

For questions and problems related to plugin development itself (rather than the content of this guide), you - have several options:

- -
  • #intellij-platform on JetBrains Platform Slack - this - chat room is a great place to ask questions about extending JetBrains products, with answers coming from - both JetBrains team members and members of the community -
  • -
  • - Plugin - Development Forum - post a message to the support forum. - It is regularly updated with answers by JetBrains team members. -
  • -
    +

    For questions, problems, or other discussions about plugin development itself + (rather than the content of this guide), + use our JetBrains Platform community forum. + The forum is monitored by JetBrains team members.

    Of course, all raised questions will be used to try and improve this guide.

    diff --git a/topics/products/phpstorm/php_open_api.md b/topics/products/phpstorm/php_open_api.md index ad20abe40..eea95aa81 100644 --- a/topics/products/phpstorm/php_open_api.md +++ b/topics/products/phpstorm/php_open_api.md @@ -4,9 +4,6 @@ Introduction to PHP Open API. -> Please join the dedicated [intellij-php](https://jetbrains-platform.slack.com/archives/C5P9YB0LT/p1653913208725609) Slack channel to discuss PHP related plugin development. -> - ## Dependency in plugin.xml ```xml diff --git a/topics/products/phpstorm/phpstorm.md b/topics/products/phpstorm/phpstorm.md index a932f8af9..28258d201 100644 --- a/topics/products/phpstorm/phpstorm.md +++ b/topics/products/phpstorm/phpstorm.md @@ -17,9 +17,6 @@ See also: * [](php_open_api.md) * [](existing_plugins.md) -> Please join the dedicated [intellij-php](https://jetbrains-platform.slack.com/archives/C5P9YB0LT/p1653913208725609) Slack channel to discuss PHP related plugin development. -> - ## PhpStorm Plugin Setup ### Gradle Build Script