Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/.vuepress/navbar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const enNavbar = navbar([
// ],
},
{
text: 'Release',
text: 'Download',
link: '/Download/',
},
// {
Expand Down
2 changes: 1 addition & 1 deletion docs/src/Download/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
7 changes: 4 additions & 3 deletions docs/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/src/zh/Download/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 下载
GitHub 仓库地址:https://tsfile.apache.org/
GitHub 仓库地址:https://github.com/apache/tsfile

最新版本是1.0.0。

Expand Down
7 changes: 4 additions & 3 deletions docs/src/zh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down