From cfaa8ba11dc9b723086feb3574a184bca5f0a568 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Wed, 14 May 2025 12:41:02 +0200 Subject: [PATCH] plugins_quick_start.md: Replace the Plugin Alternatives item with the info callout --- topics/basics/plugins_quick_start.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/topics/basics/plugins_quick_start.md b/topics/basics/plugins_quick_start.md index f770651b5..1eab13218 100644 --- a/topics/basics/plugins_quick_start.md +++ b/topics/basics/plugins_quick_start.md @@ -4,6 +4,8 @@ Introduction to IntelliJ Platform plugin development. + + > See [Themes](themes_getting_started.md) for information about UI theme development. > {style="note" title="UI Themes"} @@ -11,7 +13,6 @@ 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. -* [](plugin_alternatives.md) * [](plugin_required_experience.md) * [](plugin_types.md) * [](developing_plugins.md)