Skip to content

Commit

Permalink
Merge pull request #972 from mandy-chessell/code2024
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
mandy-chessell authored Oct 21, 2024
2 parents cc42165 + 7d7f97a commit 5830bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/user-interfaces/mermaid/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Egeria visualizes collections of related metadata elements as graphs using Merma

![View Server Mermaid Graph](view-server-mermaid-graph.png)

The asset is on the far left-hand side. Each box on the graph is a metadata element in the open metadata repository. The test in *italics* is the element's type, and the text below is the elements display name. If the box has rounded corners, it is anchored to the starting asset. If it has square corners, it is an element that is just linked to the one of the anchored elements. The lines between the boxes represent relationships in the open metadata repository. The label on the lines is the relationship type. The arrow-head is at end 2 of the relationship. Details of the types show on the diagram can be found on the [Open Metadata Types](/types) pages.
The asset is on the far left-hand side. Each box on the graph is a metadata element in the open metadata repository. The test in *italics* is the element's type, and the text below is the elements display name. If the box has rounded corners, it is anchored to the starting asset. If it has square corners, it is an element that is just linked to the one of the anchored elements. The lines between the boxes represent relationships in the open metadata repository. The label on the lines is the relationship type. The arrow-head is at end 2 of the relationship. Details of the types shown on the diagram can be found on the [Open Metadata Types](/types) pages.

??? education "Implementation details"
The Mermaid graph above is rendered from this string:
Expand Down

0 comments on commit 5830bc1

Please sign in to comment.