docs/flow.d2: Update [ci-base]
This commit is contained in:
parent
46ccb5de87
commit
afd2768880
1 changed files with 10 additions and 8 deletions
18
docs/flow.d2
18
docs/flow.d2
|
|
@ -1,8 +1,10 @@
|
|||
inputFile \
|
||||
-> d2parser\
|
||||
-> d2ast\
|
||||
-> d2compiler\
|
||||
-> d2graph\
|
||||
-> d2layouts/d2dagrelayout\
|
||||
-> d2exporter\
|
||||
-> d2target
|
||||
# How we actually want it formatted (d2 fmt removes line continuations currently):
|
||||
# inputFile \
|
||||
# -> d2parser\
|
||||
# -> d2ast\
|
||||
# -> d2compiler\
|
||||
# -> d2graph\
|
||||
# -> d2layouts/d2dagrelayout\
|
||||
# -> d2exporter\
|
||||
# -> d2target
|
||||
inputFile -> d2parser -> d2ast -> d2compiler -> d2graph -> d2layouts/d2dagrelayout -> d2exporter -> d2target
|
||||
|
|
|
|||
Loading…
Reference in a new issue