From 6517990e0195dfe6b73564258afe2bb3a2c08142 Mon Sep 17 00:00:00 2001 From: Collin Brown Date: Thu, 25 Aug 2022 20:55:31 -0400 Subject: [PATCH] docs: add index page for docs site --- docs/index.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/index.md diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..3ff1740 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,19 @@ +# Diagrams + +## Diagrams as Code + +- [Try it out](getting-started/installation.md) +- [Show examples](getting-started/examples.md) + + +## About Diagrams + +Diagrams lets you draw the cloud system architecture **in Python code**. + +It was born for **prototyping** a new system architecture without any design tools. You can also describe or visualize the existing system architecture as well. + +Diagram as Code allows you to **track** the architecture diagram changes in any **version control** system. + +Diagrams currently supports six major providers: AWS, Azure, GCP, Kubernetes, Alibaba Cloud and Oracle Cloud. It now also supports On-Premise nodes as well as Programming Languages and Frameworks. + +![event-processing-code](img/event_processing_code.png)