From 087a8be06b3f4f26161eb8a8ae94fce124ac2e64 Mon Sep 17 00:00:00 2001 From: mingrammer Date: Sun, 16 Feb 2020 14:25:57 +0900 Subject: [PATCH] docs: add alibaba cloud --- README.md | 2 +- website/pages/en/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e10e7e0..9359b84 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ **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. diff --git a/website/pages/en/index.js b/website/pages/en/index.js index d47aa71..fa265af 100644 --- a/website/pages/en/index.js +++ b/website/pages/en/index.js @@ -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. - Diagrams currently supports four major providers: `AWS`, `Azure`, `GCP` and `Kubernetes`. + Diagrams currently supports four major providers: `AWS`, `Azure`, `GCP`, `Kubernetes` and `Alibaba Cloud`. );