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

33 lines
589 B
Markdown

# Diagrams as code
## Table of contents <!-- omit in toc -->
1. [JavaScript](#javascript)
1. [Mermaid](#mermaid)
1. [Python](#python)
1. [Further readings](#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
- [Mermaid]
- [Python's diagrams library]
<!--
References
-->
<!-- Upstream -->
[mermaid]: https://mermaid.js.org
[mermaid live editor]: https://mermaid.live/edit
[python's diagrams library]: https://diagrams.mingrammer.com/