Skip to content

Commit 7d9f0e2

Browse files
committed
simple graph
1 parent 20c8004 commit 7d9f0e2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/documentation/dependent-resources.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ the `Deployment` controller.
2424
Controllers that deal with secondary resources typically need to perform the following steps, for
2525
each secondary resource:
2626

27-
<div class="mermaid"> graph TD; A-->B; A-->C; </div>
27+
<div class="mermaid">
28+
graph TD
29+
30+
A--&gt;B
31+
</div>
2832

2933
While these steps are not difficult in and of themselves, there are some subtleties that can lead to
3034
bugs or sub-optimal code if not done right. As this process is pretty much similar for each

0 commit comments

Comments
 (0)