Skip to content

Commit e4e6c5f

Browse files
committed
docs: remove warning in '/'
1 parent 1712ee9 commit e4e6c5f

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

packages/docs/docs/README.md

-5
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ footer: MIT Licensed | Copyright © 2018-present Evan You
2727

2828
### As Easy as 1, 2, 3
2929

30-
::: warning
31-
Note that this is the documentation of 1.x.x, if you are a 0.x.x user please go to: [https://v0.vuepress.vuejs.org.](https://v0.vuepress.vuejs.org).
32-
Since 1.x.x is still in the `alpha` stage, all APIs would change before we reach the `rc` stage, so do not use in production yet unless you are adventurous.
33-
:::
34-
3530
``` bash
3631
# install
3732
yarn global add vuepress@next

packages/docs/docs/zh/README.md

-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ footer: MIT Licensed | Copyright © 2018-present Evan You
1515

1616
### 像数 1, 2, 3 一样容易
1717

18-
::: warning
19-
Note that this is the documentation of 1.x.x, if you are a 0.x.x user please go to: [https://v0.vuepress.vuejs.org.](https://v0.vuepress.vuejs.org).
20-
Since 1.x.x is still in the `alpha` stage, all APIs would change before we reach the `rc` stage, so do not use in production yet unless you are adventurous.
21-
:::
22-
2318
``` bash
2419
# 安装
2520
yarn global add vuepress # 或者:npm install -g vuepress

0 commit comments

Comments
 (0)