Skip to content

Commit d03b10d

Browse files
committed
fix($default-theme): header should be fixed
1 parent deadc61 commit d03b10d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

packages/docs/docs/README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,16 @@ footer: MIT Licensed | Copyright © 2018-present Evan You
2727

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

30+
31+
::: warning
32+
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).
33+
Since 1.x.x is still in the `alpha` stage, all APIs can happen before we release the rc version, so do not use in production yet unless you are adventurous.
34+
:::
35+
3036
``` bash
3137
# install
32-
yarn global add vuepress # OR npm install -g vuepress
38+
yarn global add vuepress@next
39+
# OR npm install -g vuepress@next
3340

3441
# create a markdown file
3542
echo '# Hello VuePress' > README.md

0 commit comments

Comments
 (0)