Browse Source

docs: add alibaba cloud

pull/25/head
mingrammer 4 years ago
parent
commit
087a8be06b
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      README.md
  2. +1
    -1
      website/pages/en/index.js

+ 1
- 1
README.md View File

@@ -8,7 +8,7 @@


**Diagram as Code**. **Diagram as Code**.


Diagrams lets you draw the cloud system architecture **in Python code**. It was born for **prototyping** a new system architecture design without any design tools. You can also describe or visualize the existing system architecture as well. Diagrams currently supports four major providers: `AWS`, `Azure`, `GCP` and `Kubernetes`.
Diagrams lets you draw the cloud system architecture **in Python code**. It was born for **prototyping** a new system architecture design without any design tools. You can also describe or visualize the existing system architecture as well. Diagrams currently supports five major providers: `AWS`, `Azure`, `GCP`, `Kubernetes` and `Alibaba Cloud`.


**Diagram as Code** also allows you to **tracking** the architecture diagram changes on any **version control** system. **Diagram as Code** also allows you to **tracking** the architecture diagram changes on any **version control** system.




+ 1
- 1
website/pages/en/index.js View File

@@ -106,7 +106,7 @@ class Index extends React.Component {
`Diagram as Code` allows you to **tracking** the architecture diagram changes on any **version control** system. `Diagram as Code` allows you to **tracking** the architecture diagram changes on any **version control** system.
</MarkdownBlock> </MarkdownBlock>
<MarkdownBlock> <MarkdownBlock>
Diagrams currently supports four major providers: `AWS`, `Azure`, `GCP` and `Kubernetes`.
Diagrams currently supports four major providers: `AWS`, `Azure`, `GCP`, `Kubernetes` and `Alibaba Cloud`.
</MarkdownBlock> </MarkdownBlock>
</div> </div>
); );


Loading…
Cancel
Save