Skip to content

Commit 864039c

Browse files
committed
[update] revise home page, add decorator to code block in install.md
1 parent 01f9c9b commit 864039c

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

docs/en/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@ config:
1313
actions:
1414
-
1515
theme: brand
16-
text: Blog
17-
link: /en/blog/
16+
text: Introduction
17+
link: /en/notes/guide/basicinfo/intro.md
18+
-
19+
theme: brand
20+
text: Quick Start
21+
link: /en/notes/guide/quickstart/install.md
1822
-
1923
theme: alt
2024
text: Github →

docs/zh/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@ config:
1313
actions:
1414
-
1515
theme: brand
16-
text: 博客
17-
link: /zh/blog/
16+
text: 简介
17+
link: /zh/notes/guide/basicinfo/intro.md
18+
-
19+
theme: brand
20+
text: 快速开始
21+
link: /zh/notes/guide/quickstart/install.md
1822
-
1923
theme: alt
2024
text: Github →

docs/zh/notes/guide/quickstart/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permalink: /zh/guide/install/
99

1010
DataFlow的文本流水线部分的依赖环境可以通过以下指令安装(要求系统已经安装conda):
1111

12-
```
12+
```shell
1313
conda create -n dataflow_pipe python=3.10
1414
pip install -e .[text]
1515
```

0 commit comments

Comments
 (0)