Skip to content

Commit

Permalink
add down doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghui42 committed Mar 4, 2024
1 parent d8cfa30 commit e1c8ee2
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 59 deletions.
8 changes: 4 additions & 4 deletions docs/src/.vuepress/navbar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down
8 changes: 4 additions & 4 deletions docs/src/.vuepress/navbar/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down
40 changes: 13 additions & 27 deletions docs/src/Download/README.md
Original file line number Diff line number Diff line change
@@ -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
37 changes: 13 additions & 24 deletions docs/src/zh/Download/README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e1c8ee2

Please sign in to comment.