Skip to content

Commit

Permalink
Test new mermaid plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Mandy Chessell <[email protected]>
  • Loading branch information
mandy-chessell committed Nov 15, 2024
1 parent 6de59c7 commit 96c065e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion site/docs/types/7/0755-Ultimate-Source-Destination.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions site/docs/types/7/area-7-lineage.drawio
Original file line number Diff line number Diff line change
Expand Up @@ -1492,7 +1492,7 @@
<mxCell id="G8yyt1Mi78ezNpBDfPQS-5" value="«relationship»&lt;br&gt;&lt;b&gt;UltimateSource&lt;/b&gt;" style="html=1;strokeColor=#666666;align=center;fillColor=#f5f5f5;gradientColor=#b3b3b3;" parent="G8yyt1Mi78ezNpBDfPQS-1" vertex="1">
<mxGeometry x="224.5" y="450" width="206" height="50" as="geometry" />
</mxCell>
<mxCell id="G8yyt1Mi78ezNpBDfPQS-6" value="qualifiedName : string&lt;div&gt;label : string&lt;br&gt;distance : map&amp;lt;string, int&amp;gt;&lt;/div&gt;" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#000000;gradientColor=#ffffff;align=left;" parent="G8yyt1Mi78ezNpBDfPQS-1" vertex="1">
<mxCell id="G8yyt1Mi78ezNpBDfPQS-6" value="qualifiedName : string&lt;div&gt;label : string&lt;br&gt;hops : map&amp;lt;string, int&amp;gt;&lt;/div&gt;" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#000000;gradientColor=#ffffff;align=left;" parent="G8yyt1Mi78ezNpBDfPQS-1" vertex="1">
<mxGeometry x="224.5" y="500" width="206" height="70" as="geometry" />
</mxCell>
<mxCell id="G8yyt1Mi78ezNpBDfPQS-8" value="downstreamFromLineageSource" style="text;html=1;resizable=0;points=[];autosize=1;align=center;verticalAlign=top;spacingTop=-4;" parent="G8yyt1Mi78ezNpBDfPQS-1" vertex="1">
Expand Down Expand Up @@ -1521,7 +1521,7 @@
<mxCell id="G8yyt1Mi78ezNpBDfPQS-24" value="«relationship»&lt;br&gt;&lt;b&gt;UltimateDestination&lt;/b&gt;" style="html=1;strokeColor=#666666;align=center;fillColor=#f5f5f5;gradientColor=#b3b3b3;" parent="G8yyt1Mi78ezNpBDfPQS-1" vertex="1">
<mxGeometry x="670.5" y="450" width="206" height="50" as="geometry" />
</mxCell>
<mxCell id="G8yyt1Mi78ezNpBDfPQS-25" value="qualifiedName : string&lt;br&gt;label : string&lt;br&gt;distance : map&amp;lt;string, int&amp;gt;" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#000000;gradientColor=#ffffff;align=left;" parent="G8yyt1Mi78ezNpBDfPQS-1" vertex="1">
<mxCell id="G8yyt1Mi78ezNpBDfPQS-25" value="qualifiedName : string&lt;br&gt;label : string&lt;br&gt;hops : map&amp;lt;string, int&amp;gt;" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#000000;gradientColor=#ffffff;align=left;" parent="G8yyt1Mi78ezNpBDfPQS-1" vertex="1">
<mxGeometry x="670.5" y="498" width="206" height="72" as="geometry" />
</mxCell>
<mxCell id="G8yyt1Mi78ezNpBDfPQS-26" value="upstreamFromLineageDestination" style="text;html=1;resizable=0;points=[];autosize=1;align=center;verticalAlign=top;spacingTop=-4;" parent="G8yyt1Mi78ezNpBDfPQS-1" vertex="1">
Expand Down
7 changes: 6 additions & 1 deletion site/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,10 @@ extra:
link: https://slack.lfaidata.foundation
name: Egeria on Slack

plugins:
- search
- mermaid2

markdown_extensions:
- admonition
- attr_list
Expand All @@ -924,7 +928,8 @@ markdown_extensions:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
#format: !!python/name:pymdownx.superfences.fence_code_format
format: !!python/name:mermaid2: fence_mermaid_custom
- pymdownx.keys
- toc:
permalink: true
Expand Down

0 comments on commit 96c065e

Please sign in to comment.