Test: Difference between revisions

From ARIS
Jump to navigation Jump to search
Blanca (talk | contribs)
No edit summary
Alberto (talk | contribs)
Blanked the page
Tag: Blanking
 
(19 intermediate revisions by one other user not shown)
Line 1: Line 1:
<graphviz border='frame' format='png'>
 
digraph ConfigurationDiagram {
  node [shape="oval" style=filled fillcolor="orange" fontsize="7pt"]
  //----- Configuration graph
    // Nodes
    Configuration [label="Configuration"]
    ConfGeneric [label="Generic", URL="#Generic_configuration" ];
    ConfTechnical [label="Technical", URL="#Technical_configuration" ];
    // Edges
    Configuration -> ConfGeneric ;
    Configuration -> ConfTechnical ;
}
</graphviz>

Latest revision as of 17:11, 13 January 2024