Add Oracle cloud to website and command line to generate the classes

pull/20/head
S M 6 years ago
parent 17f6a33939
commit 0652b02787

@ -7,7 +7,7 @@ from jinja2 import Environment, FileSystemLoader, Template
import config as cfg
from . import app_root_dir, doc_root_dir, resource_dir, template_dir
_usage = "Usage: generate.py <aws|gcp|azure|alibabacloud>"
_usage = "Usage: generate.py <aws|gcp|azure|k8s|alibabacloud|oci>"
def load_tmpl(tmpl: str) -> Template:

@ -34,6 +34,9 @@
},
"nodes/k8s": {
"title": "K8S"
},
"nodes/oci": {
"title": "Oracle Cloud"
}
},
"links": {

@ -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.
</MarkdownBlock>
<MarkdownBlock>
Diagrams currently supports four major providers: `AWS`, `Azure`, `GCP`, `Kubernetes` and `Alibaba Cloud`.
Diagrams currently supports four major providers: `AWS`, `Azure`, `GCP`, `Kubernetes`, `Alibaba Cloud` and `Oracle Cloud`.
</MarkdownBlock>
</div>
);

Loading…
Cancel
Save