diff --git a/docs-2.0/nebula-cloud.md b/docs-2.0/nebula-cloud.md new file mode 100644 index 00000000000..ecd0d6bd9c1 --- /dev/null +++ b/docs-2.0/nebula-cloud.md @@ -0,0 +1,5 @@ +# What is Nebula Graph Cloud + +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/docs-2.0/nebula-cloud/1.what-is-cloud.md b/docs-2.0/nebula-cloud/1.what-is-cloud.md index 39a5cf48e11..e2e0b90b6de 100644 --- a/docs-2.0/nebula-cloud/1.what-is-cloud.md +++ b/docs-2.0/nebula-cloud/1.what-is-cloud.md @@ -2,9 +2,6 @@ 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 +- Easy to use: Nebula Cloud provides online management of Nebula Graph clusters on the Web, and also provides corresponding visualized tools of Nebula Graph to help users get started quickly. \ No newline at end of file diff --git a/docs-2.0/nebula-studio/about-studio/st-ug-what-is-graph-studio.md b/docs-2.0/nebula-studio/about-studio/st-ug-what-is-graph-studio.md index fa911831786..766d8e97092 100644 --- a/docs-2.0/nebula-studio/about-studio/st-ug-what-is-graph-studio.md +++ b/docs-2.0/nebula-studio/about-studio/st-ug-what-is-graph-studio.md @@ -29,9 +29,7 @@ Studio can easily manage Nebula Graph data, with the following functions: You can use Studio in one of these scenarios: -- You have a dataset, and you want to explore and analyze data in a visualized way. You can use Docker Compose to deploy Nebula Graph and then use Studio to explore or analyze data in a visualized way. - -- You have deployed Nebula Graph and imported a dataset. You want to use a GUI to run nGQL statements or explore and analyze graph data in a visualized way. +- You have a dataset, and you want to explore and analyze data in a visualized way. You can use Docker Compose to deploy Nebula Graph and then use Studio to explore or analyze data in a visualized way. - You are a beginner of nGQL (Nebula Graph Query Language) and you prefer to use a GUI rather than a command-line interface (CLI) to learn the language. diff --git a/docs-2.0/nebula-studio/deploy-connect/st-ug-deploy.md b/docs-2.0/nebula-studio/deploy-connect/st-ug-deploy.md index 4f6234177e7..1e5a54bc4d2 100644 --- a/docs-2.0/nebula-studio/deploy-connect/st-ug-deploy.md +++ b/docs-2.0/nebula-studio/deploy-connect/st-ug-deploy.md @@ -196,10 +196,6 @@ Before you deploy tar-based Studio, you must do a check of these: $ ./server ``` - !!! caution - - Studio {{nebula.release}} version is not dependent on nebula-importer and nebula-http-gateway, so the installation and deployment procedure is different from Studio v3.1.0. - 4. When Studio is started, use `http://:7001` to get access to Studio. If you can see the **Config Server** page on the browser, Studio is started successfully. diff --git a/mkdocs.yml b/mkdocs.yml index 6da9b28f1b9..81d5134b23e 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -397,7 +397,9 @@ nav: - Nebula Python: 14.client/5.nebula-python-client.md - Nebula Go: 14.client/6.nebula-go-client.md - - Nebula Graph Cloud: nebula-cloud/1.what-is-cloud.md + - Nebula Graph Cloud: nebula-cloud.md + +# - Nebula Graph Cloud: # - 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