From 2132d91a57f58ed6b51e6cd41075185f43dafa4b Mon Sep 17 00:00:00 2001 From: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com> Date: Tue, 23 Nov 2021 11:32:18 +0800 Subject: [PATCH] added link of release note (#937) --- docs-2.0/20.appendix/6.eco-tool-version.md | 2 +- docs-2.0/nebula-bench.md | 4 ++++ docs-2.0/nebula-dashboard/1.what-is-dashboard.md | 4 ++++ .../about-exchange/ex-ug-what-is-exchange.md | 4 ++++ docs-2.0/nebula-flink-connector.md | 6 +++++- docs-2.0/nebula-importer/use-importer.md | 4 ++++ .../nebula-operator/1.introduction-to-nebula-operator.md | 4 ++++ docs-2.0/nebula-spark-connector.md | 4 ++++ mkdocs.yml | 7 +++++-- 9 files changed, 35 insertions(+), 4 deletions(-) diff --git a/docs-2.0/20.appendix/6.eco-tool-version.md b/docs-2.0/20.appendix/6.eco-tool-version.md index bd20f703745..db4ca319a11 100644 --- a/docs-2.0/20.appendix/6.eco-tool-version.md +++ b/docs-2.0/20.appendix/6.eco-tool-version.md @@ -44,7 +44,7 @@ Nebula Dashboard Community Edition (Dashboard for short) is a visualization tool |Nebula Graph version|Dashboard version (commit id)| |:---|:---| -| {{ nebula.release }} | {{dashboard.release}}(49ab1bc) | +| {{ nebula.release }} | {{dashboard.release}}(a610013) | ## Nebula Dashboard Enterprise Edition diff --git a/docs-2.0/nebula-bench.md b/docs-2.0/nebula-bench.md index 92b51305bae..32564ece43f 100644 --- a/docs-2.0/nebula-bench.md +++ b/docs-2.0/nebula-bench.md @@ -8,6 +8,10 @@ Nebula Bench is a performance test tool for Nebula Graph using the LDBC data set - Performance testing in the Nebula Graph cluster. +## Release note + +[Release](https://github.com/vesoft-inc/nebula-bench/releases/tag/{{bench.tag}}) + ## Test process 1. Generate test data by using ldbc_snb_datagen. diff --git a/docs-2.0/nebula-dashboard/1.what-is-dashboard.md b/docs-2.0/nebula-dashboard/1.what-is-dashboard.md index 342e32b13df..5e18668ad70 100644 --- a/docs-2.0/nebula-dashboard/1.what-is-dashboard.md +++ b/docs-2.0/nebula-dashboard/1.what-is-dashboard.md @@ -37,3 +37,7 @@ You can use Dashboard in one of the following scenarios: !!! note The monitoring service is supported by Prometheus. The update frequency and retention intervals can be modified. For details, see [Prometheus](https://prometheus.io/docs/prometheus/latest/configuration/configuration/). + +## Release note + +[Release](https://github.com/vesoft-inc/nebula-dashboard/releases/tag/{{dashboard.branch}}) 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 dd7db4b2bb8..614d4a9d9da 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,3 +80,7 @@ Exchange {{exchange.release}} supports converting data from the following format In addition to importing data as nGQL statements, Exchange supports generating SST files for data sources and then [importing SST](../use-exchange/ex-ug-import-from-sst.md) files via Console. In addition, Exchange Enterprise Edition also supports [exporting data to a CSV file](../use-exchange/ex-ug-export-from-nebula.md) using Nebula Graph as data sources. + +## Release note + +[Release](https://github.com/vesoft-inc/nebula-exchange/releases/tag/{{exchange.branch}}) diff --git a/docs-2.0/nebula-flink-connector.md b/docs-2.0/nebula-flink-connector.md index 28e53d9d0d9..4550138acef 100644 --- a/docs-2.0/nebula-flink-connector.md +++ b/docs-2.0/nebula-flink-connector.md @@ -13,4 +13,8 @@ Nebula Flink Connector applies to the following scenarios: * Migrate data between different graph spaces in the same Nebula Graph cluster. -* Migrate data between Nebula Graph and other data sources. \ No newline at end of file +* Migrate data between Nebula Graph and other data sources. + +## Release note + +[Release](https://github.com/vesoft-inc/nebula-flink-connector/releases/tag/{{flinkconnector.tag}}) \ No newline at end of file diff --git a/docs-2.0/nebula-importer/use-importer.md b/docs-2.0/nebula-importer/use-importer.md index c72871c39be..97309de733d 100644 --- a/docs-2.0/nebula-importer/use-importer.md +++ b/docs-2.0/nebula-importer/use-importer.md @@ -12,6 +12,10 @@ Importer is used to import the contents of a local CSV file into the Nebula Grap - Flexible filtering: You can flexibly filter CSV data through configuration files. +## Release note + +[Release](https://github.com/vesoft-inc/nebula-importer/releases/tag/{{importer.branch}}) + ## Prerequisites Before using Nebula Importer, make sure: diff --git a/docs-2.0/nebula-operator/1.introduction-to-nebula-operator.md b/docs-2.0/nebula-operator/1.introduction-to-nebula-operator.md index 2c2b9f141a8..02cf30f935c 100644 --- a/docs-2.0/nebula-operator/1.introduction-to-nebula-operator.md +++ b/docs-2.0/nebula-operator/1.introduction-to-nebula-operator.md @@ -38,3 +38,7 @@ Nebula Operator does not support the v1.x version of Nebula Graph. Nebula Operat ### Feature limitations Nebula Operator currently only supports manual scaling of Nebula Graph clusters, and does not support automatic scaling of Nebula Graph clusters. + +## Release note + +[Release](https://github.com/vesoft-inc/nebula-operator/releases/tag/{{operator.branch}}) \ No newline at end of file diff --git a/docs-2.0/nebula-spark-connector.md b/docs-2.0/nebula-spark-connector.md index fc44520e459..e284d8b37ab 100644 --- a/docs-2.0/nebula-spark-connector.md +++ b/docs-2.0/nebula-spark-connector.md @@ -40,6 +40,10 @@ The features of Nebula Spark Connector {{sparkconnector.release}} are as follows * Three write modes, `insert`, `update` and `delete`, are supported. `insert` mode will insert (overwrite) data, `update` mode will only update existing data, and `delete` mode will only delete data. +## Release note + +[Release](https://github.com/vesoft-inc/nebula-spark-connector/releases/tag/{{sparkconnector.tag}}) + ## Get Nebula Spark Connector ### Compile package diff --git a/mkdocs.yml b/mkdocs.yml index a86e3e3e290..39c5c3788af 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -77,18 +77,20 @@ extra: sparkconnector: release: 2.6.0 branch: v2.6 + tag: v2.6.0 flinkconnector: release: 2.6.0 branch: v2.6 + tag: v2.6.0 dockercompose: release: 2.6.0 branch: v2.6.0 common: release: 2.5.1 dashboard: - release: 1.0.1 + release: 1.0.2 base100: 1.0.0 - branch: v1.0.1 + branch: v1.0.2 dashboard_ent: release: 1.0.0 console: @@ -111,6 +113,7 @@ extra: bench: release: 1.0.0 branch: master + tag: v1.0.0 operator: release: 0.9.0 branch: v0.9.0