Update support channels with the JetBrains Platform community forum

This commit is contained in:
Karol Lewandowski 2025-02-06 14:47:57 +01:00
parent d456e45f6a
commit 49da59876c
11 changed files with 24 additions and 30 deletions

View File

@ -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

View File

@ -52,7 +52,7 @@
<social type="youtube" href="https://www.youtube.com/playlist?list=PLQ176FUIyIUZRWGCFY7G9V5zaM00THymY"/>
<social type="linkedin" href="https://www.linkedin.com/showcase/jetbrains-marketplace"/>
<link href="https://plugins.jetbrains.com/slack/">JetBrains Platform Slack</link>
<link href="https://platform.jetbrains.com">JetBrains Platform Forum</link>
<link href="https://jb.gg/ipe">IntelliJ Platform Explorer</link>
<link href="https://plugins.jetbrains.com/plugin-ideas/">Plugin Ideas</link>
</footer>

View File

@ -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/

View File

@ -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.

View File

@ -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)**

View File

@ -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
</tldr>

View File

@ -4,7 +4,7 @@
<link-summary>List of plugin development forum topics with frequently asked question.</link-summary>
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.
>

View File

@ -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}

View File

@ -96,19 +96,10 @@
<p>Please see <a href="faq.md">Plugin Development FAQ</a> and <a href="explore_api.md">Explore the IntelliJ
Platform API</a> for tips &amp; tricks.</p>
</tip>
<p>For questions and problems related to plugin development itself (rather than the content of this guide), you
have several options:</p>
<list>
<li><a href="https://plugins.jetbrains.com/slack/">#intellij-platform on JetBrains Platform Slack</a> - 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
</li>
<li>
<a href="https://intellij-support.jetbrains.com/hc/en-us/community/topics/200366979-IntelliJ-IDEA-Open-API-and-Plugin-Development">Plugin
Development Forum</a> - post a message to the support forum.
It is regularly updated with answers by JetBrains team members.
</li>
</list>
<p>For questions, problems, or other discussions about plugin development itself
(rather than the content of this guide),
use our <a href="https://platform.jetbrais.com">JetBrains Platform</a> community forum.
The forum is monitored by JetBrains team members.</p>
<p>Of course, all raised questions will be used to try and improve this guide.</p>
</chapter>

View File

@ -4,9 +4,6 @@
<link-summary>Introduction to PHP Open API.</link-summary>
> 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

View File

@ -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