This is an automated email from the ASF dual-hosted git repository.
haonan 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 2d887a7a docs: add download button (#43)
2d887a7a is described below
commit 2d887a7a52f3189b90eda119c76327d991c1b0ee
Author: CritasWang <[email protected]>
AuthorDate: Tue Mar 5 17:19:40 2024 +0800
docs: add download button (#43)
---
docs/src/.vuepress/navbar/en.ts | 2 +-
docs/src/Download/README.md | 2 +-
docs/src/README.md | 7 ++++---
docs/src/zh/Download/README.md | 2 +-
docs/src/zh/README.md | 7 ++++---
5 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/docs/src/.vuepress/navbar/en.ts b/docs/src/.vuepress/navbar/en.ts
index 6e809467..432db0d3 100644
--- a/docs/src/.vuepress/navbar/en.ts
+++ b/docs/src/.vuepress/navbar/en.ts
@@ -27,7 +27,7 @@ export const enNavbar = navbar([
// ],
},
{
- text: 'Release',
+ text: 'Download',
link: '/Download/',
},
// {
diff --git a/docs/src/Download/README.md b/docs/src/Download/README.md
index ab43b702..2b694918 100644
--- a/docs/src/Download/README.md
+++ b/docs/src/Download/README.md
@@ -1,5 +1,5 @@
# Download
-Our GitHub page:https://tsfile.apache.org/
+Our GitHub page: https://github.com/apache/tsfile
The latest version of TsFile is 1.0.0.
diff --git a/docs/src/README.md b/docs/src/README.md
index 1d63ef47..56649679 100644
--- a/docs/src/README.md
+++ b/docs/src/README.md
@@ -13,9 +13,10 @@ heroText: File Format for Internet of Things
tagline: TsFile is a columnar storage file format designed for time series
data, which supports efficient compression, high throughput of read and write,
and compatibility with various frameworks, such as Spark and Flink. It is easy
to integrate TsFile into IoT big data processing frameworks.
heroFullScreen: true
actions:
- # - text: Download
- # link: ./Download/
- # type: primary
+ - text: Download
+ icon: download
+ link: ./Download/
+ type: primary
- text: QuickStart
icon: lightbulb
diff --git a/docs/src/zh/Download/README.md b/docs/src/zh/Download/README.md
index 946b6466..e79a8f03 100644
--- a/docs/src/zh/Download/README.md
+++ b/docs/src/zh/Download/README.md
@@ -1,5 +1,5 @@
# 下载
-GitHub 仓库地址:https://tsfile.apache.org/
+GitHub 仓库地址:https://github.com/apache/tsfile
最新版本是1.0.0。
diff --git a/docs/src/zh/README.md b/docs/src/zh/README.md
index b623371b..14a49a7a 100644
--- a/docs/src/zh/README.md
+++ b/docs/src/zh/README.md
@@ -13,9 +13,10 @@ heroText: 物联网时序数据文件格式
tagline:
TsFile是一种为时间序列数据设计的列式存储文件格式,它支持高效压缩、高读写吞吐量,并且兼容多种框架,如Spark和Flink。TsFile很容易集成到物联网大数据处理框架中。
heroFullScreen: true
actions:
- # - text: 下载
- # link: ./Download/
- # type: primary
+ - text: 下载
+ icon: download
+ link: ./Download/
+ type: primary
- text: 快速上手
icon: lightbulb