...

Text file src/oss.terrastruct.com/d2/docs/flow.d2

Documentation: oss.terrastruct.com/d2/docs

     1# How we actually want it formatted (d2 fmt removes line continuations currently):
     2# inputFile \
     3#  -> d2parser\
     4#  -> d2ast\
     5#  -> d2compiler\
     6#  -> d2graph\
     7#  -> d2layouts/d2dagrelayout\
     8#  -> d2exporter\
     9#  -> d2target
    10inputFile -> d2parser -> d2ast -> d2compiler -> d2graph -> d2layouts/d2dagrelayout -> d2exporter -> d2target

View as plain text