mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 09:47:50 +08:00
Move "Plugin Alternatives" page into "Quick Start Guide"
This commit is contained in:
parent
325f1517ad
commit
b5737331ef
2
ijs.tree
2
ijs.tree
@ -23,10 +23,10 @@
|
||||
</toc-element>
|
||||
<toc-element toc-title="Part I — Plugins">
|
||||
<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="types_of_plugins.md"/>
|
||||
</toc-element>
|
||||
<toc-element id="plugin_alternatives.md"/>
|
||||
<toc-element id="getting_started.md">
|
||||
<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"
|
||||
|
@ -5,9 +5,9 @@
|
||||
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)
|
||||
* [](types_of_plugins.md)
|
||||
* [](plugin_alternatives.md)
|
||||
* [](getting_started.md)
|
||||
* [](plugin_structure.md)
|
||||
* [](kotlin.md)
|
||||
|
Loading…
x
Reference in New Issue
Block a user