Skip to content

Commit 3cabdd6

Browse files
authored
add down doc (apache#42)
1 parent e11bdf0 commit 3cabdd6

File tree

4 files changed

+34
-59
lines changed

4 files changed

+34
-59
lines changed

docs/src/.vuepress/navbar/en.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ export const enNavbar = navbar([
2626
// { text: 'v1.0.x', link: '/UserGuide/latest/QuickStart/QuickStart' },
2727
// ],
2828
},
29-
// {
30-
// text: 'Release',
31-
// link: '/Download/',
32-
// },
29+
{
30+
text: 'Release',
31+
link: '/Download/',
32+
},
3333
// {
3434
// text: 'Community',
3535
// children: [

docs/src/.vuepress/navbar/zh.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ export const zhNavbar = navbar([
2626
// { text: 'v1.0.x', link: '/zh/UserGuide/latest/QuickStart/QuickStart' },
2727
// ],
2828
},
29-
// {
30-
// text: '发布版本',
31-
// link: '/zh/Download/',
32-
// },
29+
{
30+
text: '下载',
31+
link: '/zh/Download/',
32+
},
3333
{
3434
text: '社区',
3535
children: [

docs/src/Download/README.md

Lines changed: 13 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,18 @@
1-
<!--
1+
# Download
2+
Our GitHub page:https://tsfile.apache.org/
23

3-
Licensed to the Apache Software Foundation (ASF) under one
4-
or more contributor license agreements. See the NOTICE file
5-
distributed with this work for additional information
6-
regarding copyright ownership. The ASF licenses this file
7-
to you under the Apache License, Version 2.0 (the
8-
"License"); you may not use this file except in compliance
9-
with the License. You may obtain a copy of the License at
10-
11-
http://www.apache.org/licenses/LICENSE-2.0
12-
13-
Unless required by applicable law or agreed to in writing,
14-
software distributed under the License is distributed on an
15-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16-
KIND, either express or implied. See the License for the
17-
specific language governing permissions and limitations
18-
under the License.
4+
The latest version of TsFile is 1.0.0.
195

20-
-->
6+
Downloading it from the [Maven central repository](https://search.maven.org/search?q=g:org.apache.tsfile)
217

22-
8+
Add the following dependency section to your pom.xml:
239

24-
# All releases
10+
```
11+
<dependency>
12+
<groupId>org.apache.tsfile</groupId>
13+
<artifactId>tsfile</artifactId>
14+
<version>1.0.0</version>
15+
</dependency>
16+
```
2517

26-
Find all releases in the [Archive repository](https://archive.apache.org/dist/iotdb/).
27-
28-
29-
30-
# Verifying Hashes and Signatures
31-
32-
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).
18+
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

docs/src/zh/Download/README.md

Lines changed: 13 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,18 @@
1-
<!--
1+
# 下载
2+
GitHub 仓库地址:https://tsfile.apache.org/
23

3-
Licensed to the Apache Software Foundation (ASF) under one
4-
or more contributor license agreements. See the NOTICE file
5-
distributed with this work for additional information
6-
regarding copyright ownership. The ASF licenses this file
7-
to you under the Apache License, Version 2.0 (the
8-
"License"); you may not use this file except in compliance
9-
with the License. You may obtain a copy of the License at
10-
11-
http://www.apache.org/licenses/LICENSE-2.0
12-
13-
Unless required by applicable law or agreed to in writing,
14-
software distributed under the License is distributed on an
15-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16-
KIND, either express or implied. See the License for the
17-
specific language governing permissions and limitations
18-
under the License.
4+
最新版本是1.0.0。
195

20-
-->
6+
点击 Maven 仓库地址下载:[Maven central repository](https://search.maven.org/search?q=g:org.apache.tsfile)
217

8+
将以下依赖添加至 pom :
229

23-
# 所有版本
10+
```
11+
<dependency>
12+
<groupId>org.apache.tsfile</groupId>
13+
<artifactId>tsfile</artifactId>
14+
<version>1.0.0</version>
15+
</dependency>
16+
```
2417

25-
[Archive repository](https://archive.apache.org/dist/iotdb/) 查看所有版本
26-
27-
# 验证哈希和签名
28-
29-
除了我们的发行版,我们还在 *.sha512 文件中提供了 sha512 散列,并在 *.asc 文件中提供了加密签名。 Apache Software Foundation 提供了广泛的教程来 [验证哈希和签名](http://www.apache.org/info/verification.html),您可以使用任何这些发布签名的 [KEYS](https://downloads.apache.org/iotdb/KEYS) 来遵循这些哈希和签名。
18+
该版本的特性可点击查看: https://github.com/apache/tsfile/releases/tag/v1.0.0

0 commit comments

Comments
 (0)