add link to MP developer news subscription LP

This commit is contained in:
Yann Cébron 2022-05-11 11:58:51 +02:00
parent a06c8e8d2c
commit 62da3736d8
4 changed files with 9 additions and 5 deletions

View File

@ -90,7 +90,8 @@ For API annotated with `ApiStatus.@Internal`, see [](api_internal.md) for more d
## Known Breaking Changes
> Follow [JBPlatform](https://twitter.com/JBPlatform/) on Twitter and visit [JetBrains Platform Blog](https://blog.jetbrains.com/platform/) for the latest announcements.
> [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/).
>
{type="tip"}

View File

@ -6,7 +6,8 @@ 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.
> Follow [JBPlatform](https://twitter.com/JBPlatform/) on Twitter and visit [JetBrains Platform Blog](https://blog.jetbrains.com/platform/) for the latest announcements.
> [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/).
>
{type="tip"}

View File

@ -5,7 +5,8 @@ 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.
> Follow [JBPlatform](https://twitter.com/JBPlatform/) on Twitter and visit [JetBrains Platform Blog](https://blog.jetbrains.com/platform/) for the latest announcements.
> [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/).
>
{type="tip"}

View File

@ -55,11 +55,12 @@ Please see [Getting Help](getting_help.md) if you encounter bugs in this guide o
{type="note"}
See [Content Updates](content_updates.md) for the latest changes.
Follow [JBPlatform](https://twitter.com/JBPlatform/) on Twitter and visit [JetBrains Platform Blog](https://blog.jetbrains.com/platform/) for the latest announcements.
[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/).
Upgrading your plugin to the latest platform release?
Make sure to check [Incompatible Changes](api_changes_list.md) as well as [Notable Changes and Features](api_notable.md).
Verify your plugin follows guidelines from [Dynamic Plugins](dynamic_plugins.md) to allow installing/updating without IDE restarts.
## Contribute