snippets.md: subscribeNews

This commit is contained in:
Yann Cébron 2022-11-30 19:15:52 +01:00
parent e6c2e6f02d
commit 060186cf72
5 changed files with 11 additions and 17 deletions

View File

@ -12,3 +12,10 @@
{style="note"}
</snippet>
<snippet id="subscribeNews">
> [Subscribe to Marketplace Developer News](https://jb.gg/mp-updates) to receive news and announcements.
> Also follow [JBPlatform](https://twitter.com/JBPlatform/) on Twitter and visit [JetBrains Platform Blog](https://blog.jetbrains.com/platform/).
</snippet>

View File

@ -8,9 +8,7 @@ The following pages list notable changes and new features in IDE releases.
Plugin authors are encouraged to verify their compatible releases take advantage of the latest API additions.
> [Subscribe to Marketplace Developer News](https://jb.gg/mp-updates) to receive news and announcements.
> Also follow [JBPlatform](https://twitter.com/JBPlatform/) on Twitter and visit [JetBrains Platform Blog](https://blog.jetbrains.com/platform/).
>
<include from="snippets.md" element-id="subscribeNews"/>
* [Changes in 2023.*](api_notable_list_2023.md)
* [Changes in 2022.*](api_notable_list_2022.md)

View File

@ -4,9 +4,7 @@
<link-summary>Links to articles and webinars about plugin development.</link-summary>
> [Subscribe to Marketplace Developer News](https://jb.gg/mp-updates) to receive news and announcements.
> Also follow [JBPlatform](https://twitter.com/JBPlatform/) on Twitter and visit [JetBrains Platform Blog](https://blog.jetbrains.com/platform/).
>
<include from="snippets.md" element-id="subscribeNews"/>
## Articles

View File

@ -8,9 +8,7 @@ This page lists notable additions and updates to the SDK documentation and [](co
See [GitHub Changelog](https://github.com/JetBrains/intellij-sdk-docs/commits/main) ([RSS](https://github.com/JetBrains/intellij-sdk-docs/commits/main.atom)) for a detailed changelog.
> [Subscribe to Marketplace Developer News](https://jb.gg/mp-updates) to receive news and announcements.
> Also follow [JBPlatform](https://twitter.com/JBPlatform/) on Twitter and visit [JetBrains Platform Blog](https://blog.jetbrains.com/platform/).
>
<include from="snippets.md" element-id="subscribeNews"/>
## 2022

View File

@ -49,16 +49,9 @@ Please see [Getting Help](getting_help.md) if you encounter bugs in this guide o
## Updates
> Gradle IntelliJ Plugin 1.x is now available, please update your Gradle build script [![GitHub Release](https://img.shields.io/github/release/jetbrains/gradle-intellij-plugin.svg?style=flat-square){type="joined"}](https://github.com/jetbrains/gradle-intellij-plugin/releases)
>
> [What's New & Upgrade Instructions](https://lp.jetbrains.com/gradle-intellij-plugin)
>
{style="note"}
See [Content Updates](content_updates.md) for the latest changes.
[Subscribe to Marketplace Developer News](https://jb.gg/mp-updates) to receive news and announcements.
Follow [JBPlatform](https://twitter.com/JBPlatform/) on Twitter and visit [JetBrains Platform Blog](https://blog.jetbrains.com/platform/).
<include from="snippets.md" element-id="subscribeNews"/>
Upgrading your plugin to the latest platform release?
Follow [](verifying_plugin_compatibility.md) and check [Incompatible Changes](api_changes_list.md) as well as [Notable Changes and Features](api_notable.md).