plugins_quick_start.md: Move themes note up

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

View File

@ -1,9 +1,13 @@
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. --> <!-- Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# Quick Start Guide # Quick Start Guide
<link-summary>Introduction to IntelliJ Platform plugin development.</link-summary> <link-summary>Introduction to IntelliJ Platform plugin development.</link-summary>
> 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. 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.
@ -16,7 +20,3 @@ It will familiarize you with the working environment, project structure, and fre
* [](plugin_signing.md) * [](plugin_signing.md)
* [](ide_development_instance.md) * [](ide_development_instance.md)
* [](faq.md) * [](faq.md)
> If you are interested in the UI theme development, please see [Themes](themes_getting_started.md).
>
{style="note"}