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 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 ```mermaid
flowchart LR flowchart LR
platform platform("<b>platform</b>")
module module("<b>module</b>")
settings settings("<b>settings</b>")
migration migration
base base
@ -52,9 +52,9 @@ flowchart LR
click run "#run" click run "#run"
click publish "#publish" click publish "#publish"
style platform stroke-width:3px style platform stroke-width: 3px
style module stroke-width:3px style module stroke-width: 3px
style settings stroke-width:3px style settings stroke-width: 3px
``` ```
## `org.jetbrains.intellij.platform` ## `org.jetbrains.intellij.platform`