- accidentally included artifacts from PR #748pull/755/head
Before Width: | Height: | Size: 122 KiB |
Before Width: | Height: | Size: 146 KiB |
Before Width: | Height: | Size: 125 KiB |
Before Width: | Height: | Size: 115 KiB |
Before Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 361 KiB |
Before Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 174 KiB |
Before Width: | Height: | Size: 158 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 201 KiB |
Before Width: | Height: | Size: 120 KiB |
Before Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 91 KiB |
Before Width: | Height: | Size: 91 KiB |
Before Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 142 KiB |
Before Width: | Height: | Size: 60 KiB |
@ -1,19 +0,0 @@
|
|||||||
# 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.
|
|
||||||
|
|
||||||

|
|
@ -1,38 +0,0 @@
|
|||||||
site_name: Diagrams
|
|
||||||
|
|
||||||
theme:
|
|
||||||
name: material
|
|
||||||
palette:
|
|
||||||
primary: purple
|
|
||||||
accent: blue
|
|
||||||
|
|
||||||
plugins:
|
|
||||||
- search:
|
|
||||||
separator: '[\s\-\.]+'
|
|
||||||
nav:
|
|
||||||
- Getting Started:
|
|
||||||
- Examples: getting-started/examples.md
|
|
||||||
- Installation: getting-started/installation.md
|
|
||||||
- Nodes:
|
|
||||||
- Generic: nodes/generic.md
|
|
||||||
- OCI: nodes/oci.md
|
|
||||||
- Firebase: nodes/firebase.md
|
|
||||||
- Outscale: nodes/outscale.md
|
|
||||||
- Alibaba Cloud: nodes/alibabacloud.md
|
|
||||||
- GCP: nodes/gcp.md
|
|
||||||
- Custom: nodes/custom.md
|
|
||||||
- Azure: nodes/azure.md
|
|
||||||
- Kubernetes: nodes/k8s.md
|
|
||||||
- IBM: nodes/ibm.md
|
|
||||||
- SAAS: nodes/saas.md
|
|
||||||
- Digital Ocean: nodes/digitalocean.md
|
|
||||||
- AWS: nodes/aws.md
|
|
||||||
- Elastic: nodes/elastic.md
|
|
||||||
- Programming: nodes/programming.md
|
|
||||||
- On Prem: nodes/onprem.md
|
|
||||||
- Openstack: nodes/openstack.md
|
|
||||||
- Guides:
|
|
||||||
- Cluster: guides/cluster.md
|
|
||||||
- Edge: guides/edge.md
|
|
||||||
- Node: guides/node.md
|
|
||||||
- Diagram: guides/diagram.md
|
|
@ -1,3 +0,0 @@
|
|||||||
mkdocs==1.3.0
|
|
||||||
mkdocs-material==8.3.9
|
|
||||||
mkdocs-material-extensions==1.0.3
|
|