Test: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<div style="float:right; margin: 0px 0px 0px 0px"> | |||
<graphviz border='frame' format='png'> | <graphviz border='frame' format='png'> | ||
digraph | digraph ConfigurationDiagram { | ||
node [shape="oval" style=filled fillcolor="orange" fontsize="7pt"] | node [shape="oval" style=filled fillcolor="orange" fontsize="7pt"] | ||
//----- Configuration graph | //----- Configuration graph | ||
// Nodes | // Nodes | ||
Configuration [label="Configuration | Configuration [label="Configuration" ]; | ||
C1_Generic [label="Generic", URL="#Generic_configuration" ]; | |||
C1_Technical [label="Technical", URL="#Technical_configuration" ]; | |||
// Edges | // Edges | ||
Configuration -> C1_Generic; | |||
Configuration -> C1_Technical; | |||
} | } | ||
</graphviz> | </graphviz> | ||
</div> |
Revision as of 16:09, 12 March 2023
