From 100462730f66b53e0e86148f31b69c3c2bccca1d Mon Sep 17 00:00:00 2001 From: mingrammer Date: Sun, 16 Feb 2020 14:25:42 +0900 Subject: [PATCH] Deploy website Deploy website version based on 3f5588c37137e49be27818c59f6fc3930368a797 --- docs/getting-started/examples.html | 2 +- docs/getting-started/examples/index.html | 2 +- docs/getting-started/installation.html | 2 +- docs/getting-started/installation/index.html | 2 +- docs/guides/cluster.html | 2 +- docs/guides/cluster/index.html | 2 +- docs/guides/diagram.html | 2 +- docs/guides/diagram/index.html | 2 +- docs/guides/node.html | 7 +- docs/guides/node/index.html | 7 +- docs/nodes/alibabacloud.html | 134 +++++++++++++++++++ docs/nodes/alibabacloud/index.html | 134 +++++++++++++++++++ docs/nodes/aws.html | 2 +- docs/nodes/aws/index.html | 2 +- docs/nodes/azure.html | 2 +- docs/nodes/azure/index.html | 2 +- docs/nodes/gcp.html | 2 +- docs/nodes/gcp/index.html | 2 +- docs/nodes/k8s.html | 2 +- docs/nodes/k8s/index.html | 2 +- en/index.html | 2 +- index.html | 2 +- sitemap.xml | 2 +- 23 files changed, 299 insertions(+), 21 deletions(-) create mode 100644 docs/nodes/alibabacloud.html create mode 100644 docs/nodes/alibabacloud/index.html diff --git a/docs/getting-started/examples.html b/docs/getting-started/examples.html index 07db3a0d..3f133d04 100644 --- a/docs/getting-started/examples.html +++ b/docs/getting-started/examples.html @@ -204,4 +204,4 @@ apps << PV("pv") << StorageClass("sc")

stateful architecture diagram

-
Last updated on 2020-2-7
InstallationDiagrams
\ No newline at end of file +
Last updated on 2/7/2020
InstallationDiagrams
\ No newline at end of file diff --git a/docs/getting-started/examples/index.html b/docs/getting-started/examples/index.html index 07db3a0d..3f133d04 100644 --- a/docs/getting-started/examples/index.html +++ b/docs/getting-started/examples/index.html @@ -204,4 +204,4 @@ apps << PV("pv") << StorageClass("sc")

stateful architecture diagram

-
Last updated on 2020-2-7
InstallationDiagrams
\ No newline at end of file +
Last updated on 2/7/2020
InstallationDiagrams
\ No newline at end of file diff --git a/docs/getting-started/installation.html b/docs/getting-started/installation.html index 1d36fe54..49d4f913 100644 --- a/docs/getting-started/installation.html +++ b/docs/getting-started/installation.html @@ -92,4 +92,4 @@

It will be saved as web_service.png on your working directory.

Next

See more Examples or see Guides page for more details.

-
Last updated on 2020-2-14
Examples
\ No newline at end of file +
Last updated on 2/14/2020
Examples
\ No newline at end of file diff --git a/docs/getting-started/installation/index.html b/docs/getting-started/installation/index.html index 1d36fe54..49d4f913 100644 --- a/docs/getting-started/installation/index.html +++ b/docs/getting-started/installation/index.html @@ -92,4 +92,4 @@

It will be saved as web_service.png on your working directory.

Next

See more Examples or see Guides page for more details.

-
Last updated on 2020-2-14
Examples
\ No newline at end of file +
Last updated on 2/14/2020
Examples
\ No newline at end of file diff --git a/docs/guides/cluster.html b/docs/guides/cluster.html index 970e0600..530dc133 100644 --- a/docs/guides/cluster.html +++ b/docs/guides/cluster.html @@ -118,4 +118,4 @@

There is no depth limit of nesting. Feel free to create nested clusters as deep as you want.

-
Last updated on 2020-2-3
NodesAWS
\ No newline at end of file +
Last updated on 2/3/2020
NodesAWS
\ No newline at end of file diff --git a/docs/guides/cluster/index.html b/docs/guides/cluster/index.html index 970e0600..530dc133 100644 --- a/docs/guides/cluster/index.html +++ b/docs/guides/cluster/index.html @@ -118,4 +118,4 @@

There is no depth limit of nesting. Feel free to create nested clusters as deep as you want.

-
Last updated on 2020-2-3
NodesAWS
\ No newline at end of file +
Last updated on 2/3/2020
NodesAWS
\ No newline at end of file diff --git a/docs/guides/diagram.html b/docs/guides/diagram.html index 5270219e..3af0099a 100644 --- a/docs/guides/diagram.html +++ b/docs/guides/diagram.html @@ -109,4 +109,4 @@ graph_attr = { with Diagram("Simple Diagram", show=False, graph_attr=graph_attr): EC2("web") -
Last updated on 2020-2-14
ExamplesNodes
\ No newline at end of file +
Last updated on 2/14/2020
ExamplesNodes
\ No newline at end of file diff --git a/docs/guides/diagram/index.html b/docs/guides/diagram/index.html index 5270219e..3af0099a 100644 --- a/docs/guides/diagram/index.html +++ b/docs/guides/diagram/index.html @@ -109,4 +109,4 @@ graph_attr = { with Diagram("Simple Diagram", show=False, graph_attr=graph_attr): EC2("web") -
Last updated on 2020-2-14
ExamplesNodes
\ No newline at end of file +
Last updated on 2/14/2020
ExamplesNodes
\ No newline at end of file diff --git a/docs/guides/node.html b/docs/guides/node.html index 48f2db0f..85c51c0e 100644 --- a/docs/guides/node.html +++ b/docs/guides/node.html @@ -85,6 +85,11 @@ from diagrams.azure.storage import BlobStorage ... +# alibaba cloud resources +from diagrams.alibabacloud.compute import ECS +from diagrams.alibabacloud.storage import ObjectTableStore +... + # gcp resources from diagrams.gcp.compute import AppEngine, GKE from diagrams.gcp.ml import AutoML @@ -158,4 +163,4 @@

You can't connect two lists directly because shift/arithmetic operations between lists are not allowed in Python.

-
Last updated on 2020-2-15
DiagramsClusters
\ No newline at end of file +
Last updated on 2/16/2020
DiagramsClusters
\ No newline at end of file diff --git a/docs/guides/node/index.html b/docs/guides/node/index.html index 48f2db0f..85c51c0e 100644 --- a/docs/guides/node/index.html +++ b/docs/guides/node/index.html @@ -85,6 +85,11 @@ from diagrams.azure.storage import BlobStorage ... +# alibaba cloud resources +from diagrams.alibabacloud.compute import ECS +from diagrams.alibabacloud.storage import ObjectTableStore +... + # gcp resources from diagrams.gcp.compute import AppEngine, GKE from diagrams.gcp.ml import AutoML @@ -158,4 +163,4 @@

You can't connect two lists directly because shift/arithmetic operations between lists are not allowed in Python.

-
Last updated on 2020-2-15
DiagramsClusters
\ No newline at end of file +
Last updated on 2/16/2020
DiagramsClusters
\ No newline at end of file diff --git a/docs/nodes/alibabacloud.html b/docs/nodes/alibabacloud.html new file mode 100644 index 00000000..5488048c --- /dev/null +++ b/docs/nodes/alibabacloud.html @@ -0,0 +1,134 @@ +AlibabaCloud · Diagrams
\ No newline at end of file diff --git a/docs/nodes/alibabacloud/index.html b/docs/nodes/alibabacloud/index.html new file mode 100644 index 00000000..5488048c --- /dev/null +++ b/docs/nodes/alibabacloud/index.html @@ -0,0 +1,134 @@ +AlibabaCloud · Diagrams
\ No newline at end of file diff --git a/docs/nodes/aws.html b/docs/nodes/aws.html index 93997075..c7706ebd 100644 --- a/docs/nodes/aws.html +++ b/docs/nodes/aws.html @@ -262,4 +262,4 @@
  • diagrams.aws.analytics.RedshiftDenseStorageNode
  • diagrams.aws.analytics.Redshift
  • -
    Last updated on 2020-2-14
    ClustersAzure
    \ No newline at end of file +
    Last updated on 2/14/2020
    ClustersAzure
    \ No newline at end of file diff --git a/docs/nodes/aws/index.html b/docs/nodes/aws/index.html index 93997075..c7706ebd 100644 --- a/docs/nodes/aws/index.html +++ b/docs/nodes/aws/index.html @@ -262,4 +262,4 @@
  • diagrams.aws.analytics.RedshiftDenseStorageNode
  • diagrams.aws.analytics.Redshift
  • -
    Last updated on 2020-2-14
    ClustersAzure
    \ No newline at end of file +
    Last updated on 2/14/2020
    ClustersAzure
    \ No newline at end of file diff --git a/docs/nodes/azure.html b/docs/nodes/azure.html index 43a5878f..e86be0b4 100644 --- a/docs/nodes/azure.html +++ b/docs/nodes/azure.html @@ -250,4 +250,4 @@
  • diagrams.azure.analytics.LogAnalyticsWorkspaces
  • diagrams.azure.analytics.StreamAnalyticsJobs
  • -
    Last updated on 2020-2-14
    AWSGCP
    \ No newline at end of file +
    Last updated on 2/14/2020
    AWSGCP
    \ No newline at end of file diff --git a/docs/nodes/azure/index.html b/docs/nodes/azure/index.html index 43a5878f..e86be0b4 100644 --- a/docs/nodes/azure/index.html +++ b/docs/nodes/azure/index.html @@ -250,4 +250,4 @@
  • diagrams.azure.analytics.LogAnalyticsWorkspaces
  • diagrams.azure.analytics.StreamAnalyticsJobs
  • -
    Last updated on 2020-2-14
    AWSGCP
    \ No newline at end of file +
    Last updated on 2/14/2020
    AWSGCP
    \ No newline at end of file diff --git a/docs/nodes/gcp.html b/docs/nodes/gcp.html index ec26ad25..f28f6196 100644 --- a/docs/nodes/gcp.html +++ b/docs/nodes/gcp.html @@ -180,4 +180,4 @@
  • diagrams.gcp.analytics.Genomics
  • diagrams.gcp.analytics.Pubsub, PubSub (alias)
  • -
    Last updated on 2020-2-14
    AzureK8S
    \ No newline at end of file +
    Last updated on 2/14/2020
    AzureK8S
    \ No newline at end of file diff --git a/docs/nodes/gcp/index.html b/docs/nodes/gcp/index.html index ec26ad25..f28f6196 100644 --- a/docs/nodes/gcp/index.html +++ b/docs/nodes/gcp/index.html @@ -180,4 +180,4 @@
  • diagrams.gcp.analytics.Genomics
  • diagrams.gcp.analytics.Pubsub, PubSub (alias)
  • -
    Last updated on 2020-2-14
    AzureK8S
    \ No newline at end of file +
    Last updated on 2/14/2020
    AzureK8S
    \ No newline at end of file diff --git a/docs/nodes/k8s.html b/docs/nodes/k8s.html index 64326a65..7e342370 100644 --- a/docs/nodes/k8s.html +++ b/docs/nodes/k8s.html @@ -132,4 +132,4 @@
  • diagrams.k8s.compute.RS, ReplicaSet (alias)
  • diagrams.k8s.compute.STS, StatefulSet (alias)
  • -
    Last updated on 2020-2-14
    GCP
    \ No newline at end of file +
    Last updated on 2/14/2020
    GCP
    \ No newline at end of file diff --git a/docs/nodes/k8s/index.html b/docs/nodes/k8s/index.html index 64326a65..7e342370 100644 --- a/docs/nodes/k8s/index.html +++ b/docs/nodes/k8s/index.html @@ -132,4 +132,4 @@
  • diagrams.k8s.compute.RS, ReplicaSet (alias)
  • diagrams.k8s.compute.STS, StatefulSet (alias)
  • -
    Last updated on 2020-2-14
    GCP
    \ No newline at end of file +
    Last updated on 2/14/2020
    GCP
    \ No newline at end of file diff --git a/en/index.html b/en/index.html index eaa980cd..dac910b4 100644 --- a/en/index.html +++ b/en/index.html @@ -9,5 +9,5 @@
    \ No newline at end of file diff --git a/index.html b/index.html index 264344fe..14f59e3e 100644 --- a/index.html +++ b/index.html @@ -9,5 +9,5 @@
    \ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml index 909a8077..42733b7b 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1 +1 @@ -https://diagrams.mingrammer.com/indexweekly0.5https://diagrams.mingrammer.com/docs/getting-started/exampleshourly1.0https://diagrams.mingrammer.com/docs/getting-started/installationhourly1.0https://diagrams.mingrammer.com/docs/guides/clusterhourly1.0https://diagrams.mingrammer.com/docs/guides/diagramhourly1.0https://diagrams.mingrammer.com/docs/guides/nodehourly1.0https://diagrams.mingrammer.com/docs/nodes/awshourly1.0https://diagrams.mingrammer.com/docs/nodes/azurehourly1.0https://diagrams.mingrammer.com/docs/nodes/gcphourly1.0https://diagrams.mingrammer.com/docs/nodes/k8shourly1.0 \ No newline at end of file +https://diagrams.mingrammer.com/indexweekly0.5https://diagrams.mingrammer.com/docs/getting-started/exampleshourly1.0https://diagrams.mingrammer.com/docs/getting-started/installationhourly1.0https://diagrams.mingrammer.com/docs/guides/clusterhourly1.0https://diagrams.mingrammer.com/docs/guides/diagramhourly1.0https://diagrams.mingrammer.com/docs/guides/nodehourly1.0https://diagrams.mingrammer.com/docs/nodes/alibabacloudhourly1.0https://diagrams.mingrammer.com/docs/nodes/awshourly1.0https://diagrams.mingrammer.com/docs/nodes/azurehourly1.0https://diagrams.mingrammer.com/docs/nodes/gcphourly1.0https://diagrams.mingrammer.com/docs/nodes/k8shourly1.0 \ No newline at end of file