plugins_quick_start.md: Replace the Plugin Alternatives item with the info callout

This commit is contained in:
Karol Lewandowski 2025-05-14 12:41:02 +02:00
parent aa65ca5ac0
commit cfaa8ba11d

View File

@ -4,6 +4,8 @@
<link-summary>Introduction to IntelliJ Platform plugin development.</link-summary> <link-summary>Introduction to IntelliJ Platform plugin development.</link-summary>
<include from="intellij_platform.md" element-id="pluginAlternatives"/>
> See [Themes](themes_getting_started.md) for information about UI theme development. > See [Themes](themes_getting_started.md) for information about UI theme development.
> >
{style="note" title="UI Themes"} {style="note" title="UI Themes"}
@ -11,7 +13,6 @@
This section covers the basics of working with the IntelliJ Platform. This section covers the basics of working with the IntelliJ Platform.
It will familiarize you with the working environment, project structure, and frequently used API components. It will familiarize you with the working environment, project structure, and frequently used API components.
* [](plugin_alternatives.md)
* [](plugin_required_experience.md) * [](plugin_required_experience.md)
* [](plugin_types.md) * [](plugin_types.md)
* [](developing_plugins.md) * [](developing_plugins.md)