diff --git a/scripts/generate.py b/scripts/generate.py index 2f8522dd..a593aa96 100644 --- a/scripts/generate.py +++ b/scripts/generate.py @@ -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 " +_usage = "Usage: generate.py " def load_tmpl(tmpl: str) -> Template: diff --git a/website/i18n/en.json b/website/i18n/en.json index 6e3fe2cc..93d6f697 100644 --- a/website/i18n/en.json +++ b/website/i18n/en.json @@ -34,6 +34,9 @@ }, "nodes/k8s": { "title": "K8S" + }, + "nodes/oci": { + "title": "Oracle Cloud" } }, "links": { diff --git a/website/pages/en/index.js b/website/pages/en/index.js index fa265af8..b6a94775 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`, `Kubernetes` and `Alibaba Cloud`. + Diagrams currently supports four major providers: `AWS`, `Azure`, `GCP`, `Kubernetes`, `Alibaba Cloud` and `Oracle Cloud`. );