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 \ # How we actually want it formatted (d2 fmt removes line continuations currently):
-> d2parser\ # inputFile \
-> d2ast\ # -> d2parser\
-> d2compiler\ # -> d2ast\
-> d2graph\ # -> d2compiler\
-> d2layouts/d2dagrelayout\ # -> d2graph\
-> d2exporter\ # -> d2layouts/d2dagrelayout\
-> d2target # -> d2exporter\
# -> d2target
inputFile -> d2parser -> d2ast -> d2compiler -> d2graph -> d2layouts/d2dagrelayout -> d2exporter -> d2target