diff --git a/docs/src/.vuepress/navbar/en.ts b/docs/src/.vuepress/navbar/en.ts
index 1f014de88..6e8094671 100644
--- a/docs/src/.vuepress/navbar/en.ts
+++ b/docs/src/.vuepress/navbar/en.ts
@@ -26,10 +26,10 @@ export const enNavbar = navbar([
// { text: 'v1.0.x', link: '/UserGuide/latest/QuickStart/QuickStart' },
// ],
},
- // {
- // text: 'Release',
- // link: '/Download/',
- // },
+ {
+ text: 'Release',
+ link: '/Download/',
+ },
// {
// text: 'Community',
// children: [
diff --git a/docs/src/.vuepress/navbar/zh.ts b/docs/src/.vuepress/navbar/zh.ts
index a9c251df9..c434303c2 100644
--- a/docs/src/.vuepress/navbar/zh.ts
+++ b/docs/src/.vuepress/navbar/zh.ts
@@ -26,10 +26,10 @@ export const zhNavbar = navbar([
// { text: 'v1.0.x', link: '/zh/UserGuide/latest/QuickStart/QuickStart' },
// ],
},
- // {
- // text: '发布版本',
- // link: '/zh/Download/',
- // },
+ {
+ text: '下载',
+ link: '/zh/Download/',
+ },
{
text: '社区',
children: [
diff --git a/docs/src/Download/README.md b/docs/src/Download/README.md
index e01f6a145..ab43b7021 100644
--- a/docs/src/Download/README.md
+++ b/docs/src/Download/README.md
@@ -1,32 +1,18 @@
-
+Downloading it from the [Maven central repository](https://search.maven.org/search?q=g:org.apache.tsfile)
-
+Add the following dependency section to your pom.xml:
-# All releases
+```
+
+ org.apache.tsfile
+ tsfile
+ 1.0.0
+
+```
-Find all releases in the [Archive repository](https://archive.apache.org/dist/iotdb/).
-
-
-
-# Verifying Hashes and Signatures
-
-Along with our releases, we also provide sha512 hashes in *.sha512 files and cryptographic signatures in *.asc files. The Apache Software Foundation has an extensive tutorial to [verify hashes and signatures ](http://www.apache.org/info/verification.html)which you can follow by using any of these release-signing [KEYS ](https://downloads.apache.org/iotdb/KEYS).
+The release note of 1.0.0 can be found in the Archives of the Apache Software Foundation: https://github.com/apache/tsfile/releases/tag/v1.0.0
\ No newline at end of file
diff --git a/docs/src/zh/Download/README.md b/docs/src/zh/Download/README.md
index e9cc41a1c..946b64664 100644
--- a/docs/src/zh/Download/README.md
+++ b/docs/src/zh/Download/README.md
@@ -1,29 +1,18 @@
-
+点击 Maven 仓库地址下载:[Maven central repository](https://search.maven.org/search?q=g:org.apache.tsfile)
+将以下依赖添加至 pom :
-# 所有版本
+```
+
+ org.apache.tsfile
+ tsfile
+ 1.0.0
+
+```
-在 [Archive repository](https://archive.apache.org/dist/iotdb/) 查看所有版本
-
-# 验证哈希和签名
-
-除了我们的发行版,我们还在 *.sha512 文件中提供了 sha512 散列,并在 *.asc 文件中提供了加密签名。 Apache Software Foundation 提供了广泛的教程来 [验证哈希和签名](http://www.apache.org/info/verification.html),您可以使用任何这些发布签名的 [KEYS](https://downloads.apache.org/iotdb/KEYS) 来遵循这些哈希和签名。
+该版本的特性可点击查看: https://github.com/apache/tsfile/releases/tag/v1.0.0
\ No newline at end of file