diff --git a/website/i18n/en.json b/website/i18n/en.json index 41ce73cc..6e3fe2cc 100644 --- a/website/i18n/en.json +++ b/website/i18n/en.json @@ -20,6 +20,9 @@ "guides/node": { "title": "Nodes" }, + "nodes/alibabacloud": { + "title": "AlibabaCloud" + }, "nodes/aws": { "title": "AWS" }, diff --git a/website/sidebars.json b/website/sidebars.json index 1a428da2..cfa2eb37 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -13,7 +13,8 @@ "nodes/aws", "nodes/azure", "nodes/gcp", - "nodes/k8s" + "nodes/k8s", + "nodes/alibabacloud" ] } -} +} \ No newline at end of file