From ea7bc241ee1c67ca357ae33cc16303b62ea106f4 Mon Sep 17 00:00:00 2001 From: randomJoe211 <69501902+randomJoe211@users.noreply.github.com> Date: Thu, 21 Jul 2022 10:32:54 +0800 Subject: [PATCH] hide cloud docs --- docs-2.0/reuse/source_connect-to-nebula-graph.md | 2 +- mkdocs.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) mode change 100755 => 100644 mkdocs.yml 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 7cb688d6e10..6a963e8751a 100644 --- a/docs-2.0/reuse/source_connect-to-nebula-graph.md +++ b/docs-2.0/reuse/source_connect-to-nebula-graph.md @@ -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。| | `-port` | 设置要连接的 graphd 服务的端口。默认端口为 9669。| | `-u/-user` | 设置 Nebula Graph 账号的用户名。未启用身份认证时,可以使用任意已存在的用户名(默认为`root`)。 | | `-p/-password` | 设置用户名对应的密码。未启用身份认证时,密码可以填写任意字符。 | diff --git a/mkdocs.yml b/mkdocs.yml old mode 100755 new mode 100644 index 0aeb222e225..b52ed38ca50 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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 @@ -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 @@ -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 @@ -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