From 0c50a95dc93471cf69f522adfc31ff4c56c53e9d Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Wed, 11 Jan 2023 16:47:36 +0100 Subject: dot: move assets and remove hard-coded github pages link --- src/tools/assets/g.svg | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++ src/tools/dot.md | 2 +- 2 files changed, 95 insertions(+), 1 deletion(-) create mode 100644 src/tools/assets/g.svg (limited to 'src/tools') diff --git a/src/tools/assets/g.svg b/src/tools/assets/g.svg new file mode 100644 index 0000000..f66c7b7 --- /dev/null +++ b/src/tools/assets/g.svg @@ -0,0 +1,94 @@ + + + + + + + +cluster_1 + + + + +stage1 + +stage1 + + + +stage2 + +stage2 + + + +stage1->stage2 + + + + + +stage3_1 + +stage3_1 + + + +stage2->stage3_1 + + + + + +stage3_2 + +stage3_2 + + + +stage2->stage3_2 + + + + + +stage5_1 + +stage5_1 + + + +stage3_1->stage5_1 + + + + + +stage5_2 + +stage5_2 + + + +stage3_1->stage5_2 + + + + + +stage4 + +s4 + + + +stage3_2->stage4 + + +some text + + + diff --git a/src/tools/dot.md b/src/tools/dot.md index 8267d46..dc706e3 100644 --- a/src/tools/dot.md +++ b/src/tools/dot.md @@ -47,7 +47,7 @@ digraph { ``` Rendered `svg` file. -![g.svg](https://johannst.github.io/notes/assets/g.svg) +![g.svg](assets/g.svg) ## References - [DOT language](https://graphviz.org/doc/info/lang.html) -- cgit v1.2.3