Skip to content

Commit

Permalink
hide cloud docs (#2016)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomJoe211 authored Jul 22, 2022
1 parent 539ceee commit 0d7e4c1
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 63 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
124 changes: 63 additions & 61 deletions mkdocs.yml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,68 @@ extra_css:
- stylesheets/note.css
- css/version-select.css
- stylesheets/extra.css

# Extensions
markdown_extensions:
- footnotes
- admonition
- codehilite:
guess_lang: false
- toc:
# toc_depth: 3
permalink: true
separator: "_"
- mdx_truly_sane_lists
- pymdownx.superfences
- pymdownx.snippets:
base_path: docs-2.0/reuse/
- pymdownx.arithmatex:
generic: true

# Plugins
plugins:
- search
- macros:
include_dir: docs-2.0/reuse/
- git-revision-date-localized
# modify when release:
- exclude:
# Exclude files with unix-style wildcards (globs)
glob:
# Exclude all files in a directory. The path starts with the directory name in docs-2.0, such as `20.appendix/*`.
- nebula-flink/*
- CHANGELOG.md
- spark-connector/*
- nebula-operator/*
- 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:
- with-pdf:
copyright: 2022 vesoft Inc.
cover_subtitle: v3.0.2
author: 吴敏,周瑶,梁振亚,杨怡璇,黄凤仙
cover: true
back_cover: true
cover_logo: 'https://cloud-cdn.nebula-graph.com.cn/nebula-for-pdf.png'
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:
extra:
analytics:
provider: google
Expand Down Expand Up @@ -362,8 +424,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 @@ -374,7 +434,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 Expand Up @@ -522,61 +582,3 @@ nav:

- English Docs: https://docs.nebula-graph.io/
- PDF: ./pdf/NebulaGraph-CN.pdf

# Extensions
markdown_extensions:
- footnotes
- admonition
- codehilite:
guess_lang: false
- toc:
# toc_depth: 3
permalink: true
separator: "_"
- mdx_truly_sane_lists
- pymdownx.superfences
- pymdownx.snippets:
base_path: docs-2.0/reuse/
- pymdownx.arithmatex:
generic: true

# Plugins
plugins:
- search
- macros:
include_dir: docs-2.0/reuse/
- git-revision-date-localized

- exclude:
# Exclude files with unix-style wildcards (globs)
glob:
# Exclude all files in a directory. The path starts with the directory name in docs-2.0, such as `20.appendix/*`.
- nebula-flink/*
- CHANGELOG.md
- spark-connector/*
- nebula-operator/*
- 4.deployment-and-installation/5.zone.md
- 4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-from-200-to-latest.md
- nebula-cloud/*
# Exclude the file with the following file name.
# - abc.md
# Exclude files with regular expressions (regexes)
# regex:
# - '.*\.(tmp|bin|tar)$'

- with-pdf:
copyright: 2022 vesoft Inc.
cover_subtitle: v3.0.2
author: 吴敏,周瑶,梁振亚,杨怡璇,黄凤仙
cover: true
back_cover: true
cover_logo: 'https://cloud-cdn.nebula-graph.com.cn/nebula-for-pdf.png'
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

0 comments on commit 0d7e4c1

Please sign in to comment.