diff --git a/src/comment-technique.adoc b/src/comment-technique.adoc index 2f2f34e..10f3ebb 100644 --- a/src/comment-technique.adoc +++ b/src/comment-technique.adoc @@ -55,5 +55,7 @@ === Récapitulatif -include::schema-fai.adoc[] - +[graphviz,fai,svg] +---- +include::schema-fai.dot[] +---- diff --git a/src/schema-fai.adoc b/src/schema-fai.dot similarity index 97% rename from src/schema-fai.adoc rename to src/schema-fai.dot index 97eaad5..6abd4d5 100644 --- a/src/schema-fai.adoc +++ b/src/schema-fai.dot @@ -1,5 +1,3 @@ -[graphviz,fai,svg] ----- digraph G { rankdir=LR edge [dir="both"] @@ -36,5 +34,3 @@ digraph G { routeur -> abonné_3 [color=red, label="tunnel", style=dashed] routeur -> abonné_4 [color=red, label="tunnel", style=dashed] } ----- -