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

27 lines
532 B
Markdown

# Diagrams as code
1. [JavaScript](#javascript)
1. [Mermaid](#mermaid)
2. [Python](#python)
3. [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]
<!-- external references -->
[mermaid]: https://mermaid.js.org
[mermaid live editor]: https://mermaid.live/edit
[python's diagrams library]: https://diagrams.mingrammer.com/