Skip to content

Commit

Permalink
hide cloud docs
Browse files Browse the repository at this point in the history
  • Loading branch information
randomJoe211 committed Jul 21, 2022
1 parent 088afd7 commit c1cf057
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions docs-2.0/nebula-studio/about-studio/st-ug-limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Studio 上传数据仅支持上传无表头的 CSV 文件,但是,单个文
- `USE <space_name>`:只能在 **Space** 下拉列表中选择图空间,不能运行这个语句选择图空间。
- **控制台** 上使用 nGQL 语句时,用户可以直接回车换行,不能使用换行符。

<!--
使用云服务版 Studio 时,除以上限制外,用户也不能在 **控制台** 上执行用户管理和角色管理相关的语句,包括:
- `CREATE USER`
Expand All @@ -44,6 +45,8 @@ Studio 上传数据仅支持上传无表头的 CSV 文件,但是,单个文
- `GRANT ROLE`
- `REVOKE ROLE`
-->

关于语句的详细信息,参考[用户管理](../../7.data-security/1.authentication/2.management-user.md "点击前往用户管理")

## 浏览器支持
Expand Down
4 changes: 2 additions & 2 deletions docs-2.0/reuse/source_connect-to-nebula-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Nebula Graph 支持多种类型客户端,包括 CLI 客户端、GUI 客户端

### 操作步骤

1.[Nebula Console](https://github.com/vesoft-inc/nebula-console/releases "the nebula-console Releases page") 下载页面,确认需要的版本,单击** Assets**
1.[Nebula Console](https://github.com/vesoft-inc/nebula-console/releases "the nebula-console Releases page") 下载页面,确认需要的版本,单击 **Assets**

!!! Note

Expand Down Expand Up @@ -72,7 +72,7 @@ Nebula Graph 支持多种类型客户端,包括 CLI 客户端、GUI 客户端
| 参数 | 说明 |
| - | - |
| `-h` | 显示帮助菜单。 |
| `-addr` | 设置要连接的 graphd 服务的 IP 地址。默认地址为 127.0.0.1。如果 Nebula Graph 部署在 [Nebula Cloud](https://docs.nebula-graph.com.cn/2.6.2/nebula-cloud/1.what-is-cloud/) 上,用户需要创建 [Private Link](https://docs.nebula-graph.com.cn/2.6.2/nebula-cloud/5.solution/5.2.connection-configuration-and-use),设置为专用终结点的 IP 地址。 |
| `-addr` | 设置要连接的 graphd 服务的 IP 地址。默认地址为 127.0.0.1。<!-- 如果 Nebula Graph 部署在 [Nebula Graph Cloud](../nebula-cloud/1.what-is-cloud.md) 上,用户需要创建 Private Link,设置为专用终结点的 IP 地址。 -->|
| `-port` | 设置要连接的 graphd 服务的端口。默认端口为 9669。|
| `-u/-user` | 设置 Nebula Graph 账号的用户名。未启用身份认证时,可以使用任意已存在的用户名(默认为`root`)。 |
| `-p/-password` | 设置用户名对应的密码。未启用身份认证时,密码可以填写任意字符。 |
Expand Down
10 changes: 5 additions & 5 deletions mkdocs.yml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,14 @@ plugins:
- 4.deployment-and-installation/5.zone.md
- 4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-from-200-to-latest.md
- nebula-cloud/*
- nebula-cloud.md
# Exclude the file with the following file name.
# - abc.md
# Exclude files with regular expressions (regexes)
# regex:
# - '.*\.(tmp|bin|tar)$'

# modify when release:
# modify when release:
- with-pdf:
copyright: 2022 vesoft Inc.
cover_subtitle: v3.0.1
Expand All @@ -94,13 +95,14 @@ plugins:
output_path: pdf/NebulaGraph-CN.pdf

extra_javascript:
- js/version-select.js
- js/config.js
- js/jquery.js
- js/init.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js

# modify when release:
# modify when release:
extra:
analytics:
provider: google
Expand Down Expand Up @@ -425,8 +427,6 @@ nav:
- Nebula Python: 14.client/5.nebula-python-client.md
- Nebula Go: 14.client/6.nebula-go-client.md

- Nebula Graph Cloud: nebula-cloud.md

# - Nebula Graph Cloud:
# - 什么是 Nebula Graph Cloud: nebula-cloud/1.what-is-cloud.md
# - 创建订阅: nebula-cloud/2.how-to-create-subsciption.md
Expand All @@ -437,7 +437,7 @@ nav:
# - 配套的应用(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
# - 管理角色权限: nebula-cloud/5.solution/5.3.role-and-authority-management.md
# - 价格: nebula-cloud/6.pricing.md
## - 价格: nebula-cloud/6.pricing.md
# - 用户服务条款: nebula-cloud/7.terms-and-conditions.md
# - 隐私政策条款: nebula-cloud/8.privacy-policy.md

Expand Down

0 comments on commit c1cf057

Please sign in to comment.