Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide cloud docs in 2.6.2 #1552

Merged
merged 2 commits into from
Jul 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ You can use Studio in one of these scenarios:

## Authentication

<!--
For Studio on Cloud, only the instance creator and the Nebula Graph Cloud Service accounts that are authorized to manipulate data in Nebula Graph can connect to Studio. For more information, see [Nebula Graph Cloud Service User Guide](https://cloud-docs.nebula-cloud.io/en/posts/toc/dbaas-ug-toc/).
-->

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).
2 changes: 1 addition & 1 deletion docs-2.0/reuse/source_connect-to-nebula-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<!-- 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. -->|
| `-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. |
Expand Down
27 changes: 14 additions & 13 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down