Files
oam/knowledge base/diagrams as code.md
2023-07-09 18:17:32 +02:00

589 B

Diagrams as code

Table of contents

  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