Skip to content

Commit cb717e0

Browse files
[iDNS] Fix mermaid reference zone example in Overview (#21296)
1 parent 0806e55 commit cb717e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/docs/dns/internal-dns/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ flowchart LR
8686
accDescr: Diagram exemplifying Internal DNS zones and records relationship
8787
subgraph View 111 - London
8888
subgraph Zone 601 - local
89-
S[@ A 192.0.2.10]
90-
T[ghi.example A 192.0.2.15]
89+
S["@ A 192.0.2.10"]
90+
T["ghi.example A 192.0.2.15"]
9191
end
9292
subgraph Zone 600 - example.local
93-
X[@ A 192.0.2.1]
94-
Y[abc A 192.0.2.6]
95-
Z[def A 192.0.2.9]
93+
X["@ A 192.0.2.1"]
94+
Y["abc A 192.0.2.6"]
95+
Z["def A 192.0.2.9"]
9696
end
9797
end
9898
```

0 commit comments

Comments
 (0)