From 9b2542e99ce4e5e7ab59e868aa414c0481349a8c Mon Sep 17 00:00:00 2001 From: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com> Date: Wed, 20 Jul 2022 09:29:40 +0800 Subject: [PATCH 1/3] fix-links --- docs-2.0/20.appendix/8.about-license.md | 6 +++++- .../1.text-based-index-restrictions.md | 2 ++ .../about-exchange/ex-ug-what-is-exchange.md | 2 ++ docs-2.0/nebula-explorer/workflow/workflows.md | 2 +- mkdocs.yml | 9 +++------ 5 files changed, 13 insertions(+), 8 deletions(-) diff --git a/docs-2.0/20.appendix/8.about-license.md b/docs-2.0/20.appendix/8.about-license.md index 48f15174f3..e36f1adbf6 100644 --- a/docs-2.0/20.appendix/8.about-license.md +++ b/docs-2.0/20.appendix/8.about-license.md @@ -6,7 +6,11 @@ License 是一种软件许可证,用以规定和限制用户使用软件的权 Nebula Graph 企业版是一款高可用、高性能、可扩展的商业化软件。 -部署 Nebula Graph 企业版时,用户需设置 Nebula Graph 企业版 License。更多信息,参见[设置 Nebula Graph 企业版 License](../4.deployment-and-installation/deploy-license.md)。 +部署 Nebula Graph 企业版时,用户需设置 Nebula Graph 企业版 License。 + +{{ ent.ent_begin }} +更多信息,参见[设置 Nebula Graph 企业版 License](../4.deployment-and-installation/deploy-license.md)。 +{{ ent.ent_end }} ## Nebula Dashboard 企业版 diff --git a/docs-2.0/4.deployment-and-installation/6.deploy-text-based-index/1.text-based-index-restrictions.md b/docs-2.0/4.deployment-and-installation/6.deploy-text-based-index/1.text-based-index-restrictions.md index e2c03c0999..47414c7e13 100644 --- a/docs-2.0/4.deployment-and-installation/6.deploy-text-based-index/1.text-based-index-restrictions.md +++ b/docs-2.0/4.deployment-and-installation/6.deploy-text-based-index/1.text-based-index-restrictions.md @@ -42,4 +42,6 @@ - 使用 K8s 方式部署的 Nebula Graph 集群不支持全文索引。 +{{ ent.ent_begin }} - 不能与 [calles()](../../3.ngql-guide/6.functions-and-expressions/17.ES-function.md) 函数同时使用。 +{{ ent.ent_end }} \ No newline at end of file diff --git a/docs-2.0/nebula-exchange/about-exchange/ex-ug-what-is-exchange.md b/docs-2.0/nebula-exchange/about-exchange/ex-ug-what-is-exchange.md index 4c84663a91..734e41ec99 100644 --- a/docs-2.0/nebula-exchange/about-exchange/ex-ug-what-is-exchange.md +++ b/docs-2.0/nebula-exchange/about-exchange/ex-ug-what-is-exchange.md @@ -80,7 +80,9 @@ Exchange {{exchange.release}} 支持将以下格式或来源的数据转换为 N 除了用 nGQL 语句的形式导入数据,Exchange 还支持将数据源的数据生成 SST 文件,然后通过 Console [导入 SST 文件](../use-exchange/ex-ug-import-from-sst.md)。 +{{ ent.ent_begin }} 此外,企业版 Exchange 支持以 Nebula Graph 为源,将数据[导出到 CSV 文件](../use-exchange/ex-ug-export-from-nebula.md)。 +{{ ent.ent_end }} ## 更新说明 diff --git a/docs-2.0/nebula-explorer/workflow/workflows.md b/docs-2.0/nebula-explorer/workflow/workflows.md index e204ec0d38..5a14487ec8 100644 --- a/docs-2.0/nebula-explorer/workflow/workflows.md +++ b/docs-2.0/nebula-explorer/workflow/workflows.md @@ -19,7 +19,7 @@ Nebula Explorer 提供多种**组件**(Component),包括图查询组件和 ## 注意事项 -- 使用工作流需要额外部署 Dag Controller 和 Nebula Analytics。详情参见[部署依赖服务](0.deploy-controller-analytics.md)。 +- 使用工作流需要额外部署 Dag Controller 和 Nebula Analytics。详情参见[部署依赖服务](../../graph-computing/0.deploy-controller-analytics.md)。 - 图查询组件的输入只能是查询语言。 diff --git a/mkdocs.yml b/mkdocs.yml index 189f4f31d4..51472643cb 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -82,9 +82,6 @@ plugins: - 4.deployment-and-installation/deploy-license.md - 5.configurations-and-logs/2.log-management/audit-log.md - 7.data-security/1.authentication/4.ldap.md - - graph-computing/0.deploy-controller-analytics.md - - graph-computing/nebula-analytics.md - - graph-computing/use-explorer.md - nebula-exchange/use-exchange/ex-ug-export-from-nebula.md - nebula-operator/8.custom-cluster-configurations/8.3.balance-data-when-scaling-storage.md - synchronization-and-migration/replication-between-clusters.md @@ -207,9 +204,9 @@ extra: branch: master tag: v0.6.1 cpp: - release: 3.0.2 - branch: v3.0.2 - tag: v3.0.2 + release: 3.2.0 + branch: release-3.2 + tag: v3.2.0 java: release: 3.0.0 branch: v3.0.0 From 12dad075cf99b61e4d0f7ba34d392ccc8c94d2e9 Mon Sep 17 00:00:00 2001 From: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com> Date: Wed, 20 Jul 2022 09:37:40 +0800 Subject: [PATCH 2/3] update --- mkdocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 51472643cb..ab5b0f9d8f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -204,9 +204,9 @@ extra: branch: master tag: v0.6.1 cpp: - release: 3.2.0 - branch: release-3.2 - tag: v3.2.0 + release: 3.0.2 + branch: release-3.0 + tag: v3.0.2 java: release: 3.0.0 branch: v3.0.0 From 003c82a73ab21660c5be8912fb02b665971a0b67 Mon Sep 17 00:00:00 2001 From: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com> Date: Wed, 20 Jul 2022 09:49:48 +0800 Subject: [PATCH 3/3] update --- mkdocs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index ab5b0f9d8f..13e6fa02ed 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -82,7 +82,6 @@ plugins: - 4.deployment-and-installation/deploy-license.md - 5.configurations-and-logs/2.log-management/audit-log.md - 7.data-security/1.authentication/4.ldap.md - - nebula-exchange/use-exchange/ex-ug-export-from-nebula.md - nebula-operator/8.custom-cluster-configurations/8.3.balance-data-when-scaling-storage.md - synchronization-and-migration/replication-between-clusters.md - 20.appendix/8.about-license/