This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/develop by this push:
new 3cabdd67 add down doc (#42)
3cabdd67 is described below
commit 3cabdd67a85ff5838fc1371d5bb40638df227da1
Author: wanghui42 <[email protected]>
AuthorDate: Mon Mar 4 18:51:42 2024 +0800
add down doc (#42)
---
docs/src/.vuepress/navbar/en.ts | 8 ++++----
docs/src/.vuepress/navbar/zh.ts | 8 ++++----
docs/src/Download/README.md | 40 +++++++++++++---------------------------
docs/src/zh/Download/README.md | 37 +++++++++++++------------------------
4 files changed, 34 insertions(+), 59 deletions(-)
diff --git a/docs/src/.vuepress/navbar/en.ts b/docs/src/.vuepress/navbar/en.ts
index 1f014de8..6e809467 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 a9c251df..c434303c 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 e01f6a14..ab43b702 100644
--- a/docs/src/Download/README.md
+++ b/docs/src/Download/README.md
@@ -1,32 +1,18 @@
-<!--
+# Download
+Our GitHub page:https://tsfile.apache.org/
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
+The latest version of TsFile is 1.0.0.
--->
+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
+```
+ <dependency>
+ <groupId>org.apache.tsfile</groupId>
+ <artifactId>tsfile</artifactId>
+ <version>1.0.0</version>
+ </dependency>
+```
-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 e9cc41a1..946b6466 100644
--- a/docs/src/zh/Download/README.md
+++ b/docs/src/zh/Download/README.md
@@ -1,29 +1,18 @@
-<!--
+# 下载
+GitHub 仓库地址:https://tsfile.apache.org/
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
+最新版本是1.0.0。
--->
+点击 Maven 仓库地址下载:[Maven central
repository](https://search.maven.org/search?q=g:org.apache.tsfile)
+将以下依赖添加至 pom :
-# 所有版本
+```
+ <dependency>
+ <groupId>org.apache.tsfile</groupId>
+ <artifactId>tsfile</artifactId>
+ <version>1.0.0</version>
+ </dependency>
+```
-在 [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