From 4339eb32cb8c2384da5f1b2b2d56b57acfb1336f Mon Sep 17 00:00:00 2001 From: randomJoe211 <69501902+randomJoe211@users.noreply.github.com> Date: Mon, 25 Jul 2022 15:22:34 +0800 Subject: [PATCH 1/2] hide cloud docs in 2.6.2 --- .../st-ug-what-is-graph-studio.md | 4 --- .../reuse/source_connect-to-nebula-graph.md | 2 +- mkdocs.yml | 26 +++++++++---------- 3 files changed, 14 insertions(+), 18 deletions(-) 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 30516aa0682..de72a948fe3 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 @@ -43,10 +43,6 @@ You can use Studio in one of these scenarios: ## Authentication - - Authentication is not enabled in Nebula Graph by default. Users can log into Studio with the `root` account and any password. When Nebula Graph enables authentication, users can only sign into Studio with the specified account. For more information, see [Authentication](../../7.data-security/1.authentication/1.authentication.md). diff --git a/docs-2.0/reuse/source_connect-to-nebula-graph.md b/docs-2.0/reuse/source_connect-to-nebula-graph.md index 551e1102f22..687f7bc91c4 100644 --- a/docs-2.0/reuse/source_connect-to-nebula-graph.md +++ b/docs-2.0/reuse/source_connect-to-nebula-graph.md @@ -69,7 +69,7 @@ If you don't have a Nebula Graph database yet, we recommend that you try the clo | - | - | | `-h` | Shows the help menu. | | `-addr` | Sets the IP address of the graphd service. The default address is 127.0.0.1. | - | `-port` | Sets the port number of the graphd service. The default port number is 9669. If Nebula Graph is deployed on [Nebula Graph Cloud](../nebula-cloud/1.what-is-cloud.md), you need to create a Private Link, set to the IP address of the private endpoint.| + | `-port` | Sets the port number of the graphd service. The default port number is 9669.| | `-u/-user` | Sets the username of your Nebula Graph account. Before enabling authentication, you can use any existing username. The default username is `root`. | | `-p/-password` | Sets the password of your Nebula Graph account. Before enabling authentication, you can use any characters as the password. | | `-t/-timeout` | Sets an integer-type timeout threshold of the connection. The unit is second. The default value is 120. | diff --git a/mkdocs.yml b/mkdocs.yml index 6256f7fba35..b76c2f7cc58 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -359,19 +359,19 @@ nav: - Nebula Python: 14.client/5.nebula-python-client.md - Nebula Go: 14.client/6.nebula-go-client.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 - - Cloud Solution roles: nebula-cloud/4.user-role-description.md - - Solution operation: - - Solution: nebula-cloud/5.solution/5.0.introduce-solution.md - - Accessory applications(Dashboard/Studio/Explorer): nebula-cloud/5.solution/5.1.supporting-application.md - - Private Link: nebula-cloud/5.solution/5.2.connection-configuration-and-use.md - - Roles and authority management: nebula-cloud/5.solution/5.3.role-and-authority-management.md -# - Pricing: nebula-cloud/6.pricing.md - - Terms of service: nebula-cloud/7.terms-and-conditions.md - - Privacy policy: nebula-cloud/8.privacy-policy.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 +# - Cloud Solution roles: nebula-cloud/4.user-role-description.md +# - Solution operation: +# - Solution: nebula-cloud/5.solution/5.0.introduce-solution.md +# - Accessory applications(Dashboard/Studio/Explorer): nebula-cloud/5.solution/5.1.supporting-application.md +# - Private Link: nebula-cloud/5.solution/5.2.connection-configuration-and-use.md +# - Roles and authority management: nebula-cloud/5.solution/5.3.role-and-authority-management.md +## - Pricing: nebula-cloud/6.pricing.md +# - Terms of service: nebula-cloud/7.terms-and-conditions.md +# - Privacy policy: nebula-cloud/8.privacy-policy.md - Nebula Graph Studio: - Change Log: nebula-studio/about-studio/st-ug-release-note.md From 2ef9f724972dd787c1d91f0a77b3669a2c62f0d8 Mon Sep 17 00:00:00 2001 From: randomJoe211 <69501902+randomJoe211@users.noreply.github.com> Date: Mon, 25 Jul 2022 15:44:46 +0800 Subject: [PATCH 2/2] Update mkdocs.yml --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index b76c2f7cc58..d519149b81e 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -545,6 +545,7 @@ plugins: - nebula-flink/* - CHANGELOG.md - spark-connector/* + - nebula-cloud/* # Exclude the file with the following file name. # - abc.md # Exclude files with regular expressions (regexes)