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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ The cycle search always runs on the complete model.
37
37
3.**Right-click** a cycle group → *Show in Code Explorer* to visualize it as a graph. The **Code Explorer** (or canvas) is your interactive working area — a whiteboard where you place only the elements you need right now.
38
38
4. Optionally, click **AI Advisor** to get ideas on how to break the cycle
39
39
40
-
See [Find and break dependency cycles](#find-and-break-dependency-cycles-2) for details.
40
+
See [Find and break dependency cycles](#find-and-break-dependency-cycles-1) for details.
41
41
42
42
### Explore your codebase
43
43
@@ -47,17 +47,17 @@ See [Find and break dependency cycles](#find-and-break-dependency-cycles-2) for
47
47
-*Find inheritance tree* — what does this class extend?
48
48
3. Keep following relationships that interest you — the graph grows step by step
49
49
50
-
See [Explore your codebase](#explore-your-codebase-2) for details, including Advanced Search and performance tips.
50
+
See [Explore your codebase](#explore-your-codebase-1) for details, including Advanced Search and performance tips.
51
51
52
52
### Export your graph
53
53
54
54
Once you have a graph you want to share, export it for example as a **PlantUML class diagram** or
55
-
**DGML** file. See [Export your graph](#export-your-graph-2) for details.
55
+
**DGML** file. See [Export your graph](#export-your-graph-1) for details.
56
56
57
57
### Validate architectural rules
58
58
59
59
Define DENY, RESTRICT, or ISOLATE rules and check them against your codebase.
60
-
See [Validate architectural rules](#validate-architectural-rules-2).
60
+
See [Validate architectural rules](#validate-architectural-rules-1).
0 commit comments