tools_intellij_platform_gradle_plugin_plugins.md: graph minor

This commit is contained in:
Yann Cébron 2024-04-10 14:00:11 +02:00
parent 143c6b23a4
commit 56d9ee97f8

View File

@ -17,13 +17,13 @@ Subplugins architecture allows applying a subset of features, e.g., when you wan
The following chart describes dependencies between plugins provided with the IntelliJ Platform Gradle Plugin.
The plugins highlighted with the thicker border are recommended for most of the cases when creating a plugin for IntelliJ-based IDEs.
The plugins highlighted in bold are recommended for most of the cases when creating a plugin for IntelliJ-based IDEs.
```mermaid
flowchart LR
platform
module
settings
platform("<b>platform</b>")
module("<b>module</b>")
settings("<b>settings</b>")
migration
base