Skip to content

Commit

Permalink
added link of release note (#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Nov 23, 2021
1 parent 57fa4f8 commit 2132d91
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs-2.0/20.appendix/6.eco-tool-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions docs-2.0/nebula-bench.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions docs-2.0/nebula-dashboard/1.what-is-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}})
Original file line number Diff line number Diff line change
Expand Up @@ -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}})
6 changes: 5 additions & 1 deletion docs-2.0/nebula-flink-connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
* Migrate data between Nebula Graph and other data sources.

## Release note

[Release](https://github.com/vesoft-inc/nebula-flink-connector/releases/tag/{{flinkconnector.tag}})
4 changes: 4 additions & 0 deletions docs-2.0/nebula-importer/use-importer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions docs-2.0/nebula-operator/1.introduction-to-nebula-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}})
4 changes: 4 additions & 0 deletions docs-2.0/nebula-spark-connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 5 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 2132d91

Please sign in to comment.