You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Implement aliasing in Mermaid diagram with unique IDs and custom display names
* Update README
* Make AndroidApp have higher precedence than ReactNativeLibrary
-**focusedModulesRegex**: The Pattern (Regex) to match nodes in the graph (project names) that should be focused. By
217
+
-**setStyleByPluginType**: Whether to style the modules based on their type (KotlinMultiplatform, Android Library, etc). Default is `false`. [Read more](#module-type-based-styling).
218
+
-**focusedModulesRegex**: The regex to match nodes in the graph (project names) that should be focused. By
216
219
default, no nodes are focused.
217
-
If set, the matching nodes will be highlighted. The color can be customized via the `focusColor` property
220
+
If set, the matching nodes will be highlighted and only related nodes will be shown. The color can be customized via the `focusColor` property
218
221
from `Theme.BASE`. [Read more](#focusing-on-specific-nodes).
219
-
-**showFullPath**: Whether to show the full path of the modules in the graph. Default is `false`. **Use this if you
220
-
have
221
-
**modules with the same name in different paths**. This will remove the subgraphs from the graph.
222
+
-**showFullPath**: Whether to show the full path of the modules in the graph. Default is `false`. This removes subgraphs.
222
223
-**theme**: The [mermaid theme](https://mermaid.js.org/config/theming.html) to be used for styling
223
224
the graph. Default is `NEUTRAL`.
224
225
- Further customization is possible by setting the `themeVariables` property on the `BASE` theme. Check the
@@ -416,9 +417,9 @@ That's it. Just run the task and you'll get a graph identifying modules by their
0 commit comments