docs/flow.d2: Update [ci-base]

This commit is contained in:
Anmol Sethi 2023-01-24 15:14:34 -08:00
parent 46ccb5de87
commit afd2768880
No known key found for this signature in database
GPG key ID: 25BC68888A99A8BA

View file

@ -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