enola-dev / enola

Enola 🕵🏾‍♀️ Holmes was an SRE.
https://docs.enola.dev/
Apache License 2.0
18 stars 7 forks source link

Generate Diagrams in Graphviz (DOT) format, in addition to Mermaid #97

Closed vorburger closed 1 year ago

vorburger commented 1 year ago

It would be "fun", and should not be very difficult, to introduce a docgen CLI option to generate the Diagrams in Graphviz (DOT) format, in addition to the Mermaid format introduced in #74.

Perhaps there is a contributor who would like to do this?

91 should probably be tackled AFTER this.

vorburger commented 1 year ago

98 makes a (small) start re. this, by introducing a new --diagram=mermaid | none | graphviz CLI option.

The --diagram=graphviz currently still throws an exception - the goal of this issue would be to implement that.

Perhaps there is a contributor who would like to do this?

vorburger commented 1 year ago

113 made a start for this! Early version likely will still need some refinements, so keeping this issue open for that.