From e289043e412e9c9781400e864419775f3f720f5e Mon Sep 17 00:00:00 2001 From: foesa <35463247+foesa-yang@users.noreply.github.com> Date: Wed, 27 Apr 2022 11:03:32 +0800 Subject: [PATCH] add cloud --- docs-2.0/nebula-cloud/1.what-is-cloud.md | 4 ++++ mkdocs.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs-2.0/nebula-cloud/1.what-is-cloud.md b/docs-2.0/nebula-cloud/1.what-is-cloud.md index 1aaea4fdee6..39a5cf48e11 100644 --- a/docs-2.0/nebula-cloud/1.what-is-cloud.md +++ b/docs-2.0/nebula-cloud/1.what-is-cloud.md @@ -2,6 +2,9 @@ Nebula Graph Cloud (Cloud for short) is a product that supports one-click deployment of Nebula Graph on the [Azure](https://azure.microsoft.com/en-us/) platform. You can create a graph database within minutes, and quickly expand computing and storage. +Currently, only Nebula Graph 2.6.2 is supported. For more information. see [What is Nebula Graph Cloud](https://docs.nebula-graph.io/2.6.2/nebula-cloud/1.what-is-cloud/). + + \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 33855188469..6da9b28f1b9 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -397,7 +397,7 @@ nav: - Nebula Python: 14.client/5.nebula-python-client.md - Nebula Go: 14.client/6.nebula-go-client.md -# - Nebula Graph Cloud: + - Nebula Graph Cloud: nebula-cloud/1.what-is-cloud.md # - What is Nebula Graph Cloud: nebula-cloud/1.what-is-cloud.md # - Create a subscription: nebula-cloud/2.how-to-create-subsciption.md # - Configure a Solution: nebula-cloud/3.how-to-set-solution.md