diff --git a/topics/basics/plugins_quick_start.md b/topics/basics/plugins_quick_start.md index 303eecf38..f770651b5 100644 --- a/topics/basics/plugins_quick_start.md +++ b/topics/basics/plugins_quick_start.md @@ -1,9 +1,13 @@ - + # Quick Start Guide Introduction to IntelliJ Platform plugin development. +> See [Themes](themes_getting_started.md) for information about UI theme development. +> +{style="note" title="UI Themes"} + 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. @@ -16,7 +20,3 @@ It will familiarize you with the working environment, project structure, and fre * [](plugin_signing.md) * [](ide_development_instance.md) * [](faq.md) - -> If you are interested in the UI theme development, please see [Themes](themes_getting_started.md). -> -{style="note"}