Move "Plugin Alternatives" page into "Quick Start Guide"

This commit is contained in:
Karol Lewandowski 2022-09-08 16:28:17 +02:00
parent 325f1517ad
commit b5737331ef
2 changed files with 2 additions and 2 deletions

View File

@ -23,10 +23,10 @@
</toc-element> </toc-element>
<toc-element toc-title="Part I — Plugins"> <toc-element toc-title="Part I — Plugins">
<toc-element id="basics.md"> <toc-element id="basics.md">
<toc-element id="plugin_alternatives.md" toc-title="Plugin Alternatives"/>
<toc-element id="plugin_required_experience.md"/> <toc-element id="plugin_required_experience.md"/>
<toc-element id="types_of_plugins.md"/> <toc-element id="types_of_plugins.md"/>
</toc-element> </toc-element>
<toc-element id="plugin_alternatives.md"/>
<toc-element id="getting_started.md"> <toc-element id="getting_started.md">
<toc-element id="github_template.md" toc-title="Using GitHub Template"/> <toc-element id="github_template.md" toc-title="Using GitHub Template"/>
<toc-element id="gradle_build_system.md" accepts-web-file-names="build_system.html" <toc-element id="gradle_build_system.md" accepts-web-file-names="build_system.html"

View File

@ -5,9 +5,9 @@
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)
* [](types_of_plugins.md) * [](types_of_plugins.md)
* [](plugin_alternatives.md)
* [](getting_started.md) * [](getting_started.md)
* [](plugin_structure.md) * [](plugin_structure.md)
* [](kotlin.md) * [](kotlin.md)