Browse Source

docs: add index page for docs site

pull/755/head
Collin Brown 2 years ago
parent
commit
6517990e01
1 changed files with 19 additions and 0 deletions
  1. +19
    -0
      docs/index.md

+ 19
- 0
docs/index.md View File

@@ -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)

Loading…
Cancel
Save