From e74276a7ee22c738a7d9313b3e03b095bf877d7f Mon Sep 17 00:00:00 2001 From: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com> Date: Mon, 15 Jan 2024 15:36:12 +0800 Subject: [PATCH 1/4] update export tools https://github.com/vesoft-inc/nebula-docs/issues/2427 --- docs-2.0-en/import-export/write-tools.md | 4 ++++ docs-2.0-zh/import-export/write-tools.md | 6 ++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs-2.0-en/import-export/write-tools.md b/docs-2.0-en/import-export/write-tools.md index 751dd41230b..c4303ee2b02 100644 --- a/docs-2.0-en/import-export/write-tools.md +++ b/docs-2.0-en/import-export/write-tools.md @@ -1,5 +1,9 @@ # Import tools +!!! note + + The export tool is only provided in the Enterprise Edition. If you need the enterprise version, please [contact us](mailto:inquiry@vesoft.com). + There are many ways to write NebulaGraph {{ nebula.release }}: - Import with [the command -f](../2.quick-start/3.connect-to-nebula-graph.md): This method imports a small number of prepared nGQL files, which is suitable to prepare for a small amount of manual test data. diff --git a/docs-2.0-zh/import-export/write-tools.md b/docs-2.0-zh/import-export/write-tools.md index e4d0059928d..3f0901784a4 100644 --- a/docs-2.0-zh/import-export/write-tools.md +++ b/docs-2.0-zh/import-export/write-tools.md @@ -1,10 +1,8 @@ - - - - # 导入工具选择 +!!! note + 导出工具仅在企业版提供。如需企业版,请[联系我们](https://discuss-cdn.nebula-graph.com.cn/uploads/default/original/3X/d/1/d1e1b0e55e29776ee60e3f34c843474ec884393d.jpeg)。 有多种方式可以将数据写入{{nebula.name}} {{ nebula.release }}: From d82e719ca7c88b9ae8d68efc823f7254cfac6b34 Mon Sep 17 00:00:00 2001 From: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com> Date: Mon, 15 Jan 2024 15:40:12 +0800 Subject: [PATCH 2/4] update --- docs-2.0-en/import-export/write-tools.md | 2 +- docs-2.0-zh/import-export/write-tools.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-2.0-en/import-export/write-tools.md b/docs-2.0-en/import-export/write-tools.md index c4303ee2b02..21720f5984b 100644 --- a/docs-2.0-en/import-export/write-tools.md +++ b/docs-2.0-en/import-export/write-tools.md @@ -1,6 +1,6 @@ # Import tools -!!! note +!!! enterpriseonly The export tool is only provided in the Enterprise Edition. If you need the enterprise version, please [contact us](mailto:inquiry@vesoft.com). diff --git a/docs-2.0-zh/import-export/write-tools.md b/docs-2.0-zh/import-export/write-tools.md index 3f0901784a4..4817d1a228e 100644 --- a/docs-2.0-zh/import-export/write-tools.md +++ b/docs-2.0-zh/import-export/write-tools.md @@ -1,6 +1,6 @@ # 导入工具选择 -!!! note +!!! enterpriseonly 导出工具仅在企业版提供。如需企业版,请[联系我们](https://discuss-cdn.nebula-graph.com.cn/uploads/default/original/3X/d/1/d1e1b0e55e29776ee60e3f34c843474ec884393d.jpeg)。 From 7427d1a08ba2b63be804ab5ea0d10fa6f5fec8e6 Mon Sep 17 00:00:00 2001 From: "abby.huang" <78209557+abby-cyber@users.noreply.github.com> Date: Mon, 15 Jan 2024 15:45:58 +0800 Subject: [PATCH 3/4] Update write-tools.md --- docs-2.0-zh/import-export/write-tools.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs-2.0-zh/import-export/write-tools.md b/docs-2.0-zh/import-export/write-tools.md index 4817d1a228e..b8479c49138 100644 --- a/docs-2.0-zh/import-export/write-tools.md +++ b/docs-2.0-zh/import-export/write-tools.md @@ -1,8 +1,6 @@ -# 导入工具选择 +# 导入导出工具概述 -!!! enterpriseonly - - 导出工具仅在企业版提供。如需企业版,请[联系我们](https://discuss-cdn.nebula-graph.com.cn/uploads/default/original/3X/d/1/d1e1b0e55e29776ee60e3f34c843474ec884393d.jpeg)。 +## 导入工具 有多种方式可以将数据写入{{nebula.name}} {{ nebula.release }}: @@ -19,3 +17,8 @@ ![image](https://docs-cdn.nebula-graph.com.cn/figures/write-choice.png) +## 导出工具 + +!!! enterpriseonly + + 导出工具仅在企业版提供。如需企业版,请[联系我们](https://discuss-cdn.nebula-graph.com.cn/uploads/default/original/3X/d/1/d1e1b0e55e29776ee60e3f34c843474ec884393d.jpeg)。 From 6f5998863786d0a44582d2a43f1ca7ab2cbc017f Mon Sep 17 00:00:00 2001 From: "abby.huang" <78209557+abby-cyber@users.noreply.github.com> Date: Mon, 15 Jan 2024 15:48:32 +0800 Subject: [PATCH 4/4] Update write-tools.md --- docs-2.0-en/import-export/write-tools.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/docs-2.0-en/import-export/write-tools.md b/docs-2.0-en/import-export/write-tools.md index 21720f5984b..b23bac2a06d 100644 --- a/docs-2.0-en/import-export/write-tools.md +++ b/docs-2.0-en/import-export/write-tools.md @@ -1,8 +1,6 @@ -# Import tools +# Import and export tools overview -!!! enterpriseonly - - The export tool is only provided in the Enterprise Edition. If you need the enterprise version, please [contact us](mailto:inquiry@vesoft.com). +## Import tools There are many ways to write NebulaGraph {{ nebula.release }}: @@ -16,3 +14,10 @@ There are many ways to write NebulaGraph {{ nebula.release }}: The following figure shows the positions of these ways: ![image](https://docs-cdn.nebula-graph.com.cn/figures/write-choice.png) + + +## Export tools + +!!! enterpriseonly + + The export tool is exclusively available in the Enterprise Edition. If you require access to this version, please [contact us](mailto:inquiry@vesoft.com).