Files
oam/knowledge base/diagrams as code.md
2023-01-11 01:45:22 +01:00

532 B

Diagrams as code

  1. JavaScript
    1. Mermaid
  2. Python
  3. Further readings

JavaScript

Mermaid

Use the mermaid live editor to have a simple diagram with no need for all the tools.

Python

Use the diagrams library.

Further readings