tidy(docs): remove artifacts from unrelated PR

- accidentally included artifacts from PR #748
pull/755/head
Collin Brown 3 years ago
parent e4a6249f2e
commit 7d6fdb3357

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 361 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 201 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

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.
![event-processing-code](img/event_processing_code.png)

@ -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
Loading…
Cancel
Save