Refactored KB about diagrams as code

This commit is contained in:
Michele Cereda
2023-01-11 01:45:22 +01:00
parent 5e6de46733
commit 7e0f3227f7
2 changed files with 26 additions and 7 deletions

View File

@@ -0,0 +1,26 @@
# 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/

View File

@@ -1,7 +0,0 @@
# Diagrams
Draws your cloud system architecture using Python code.
## Further readings
[website]: https://diagrams.mingrammer.com/