From 56d9ee97f87c85b786ba0b83ec1e5d0b73f3f25a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 10 Apr 2024 14:00:11 +0200 Subject: [PATCH] tools_intellij_platform_gradle_plugin_plugins.md: graph minor --- ...ools_intellij_platform_gradle_plugin_plugins.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_plugins.md b/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_plugins.md index 2239ecfb1..6436ac360 100644 --- a/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_plugins.md +++ b/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_plugins.md @@ -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("platform") + module("module") + settings("settings") migration base @@ -52,9 +52,9 @@ flowchart LR click run "#run" click publish "#publish" - style platform stroke-width:3px - style module stroke-width:3px - style settings stroke-width:3px + style platform stroke-width: 3px + style module stroke-width: 3px + style settings stroke-width: 3px ``` ## `org.jetbrains.intellij.platform`