Skip to content

Commit 98086c7

Browse files
committedFeb 22, 2019
docs: add nav link to 0.x
1 parent e78f8e4 commit 98086c7

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
 

Diff for: ‎packages/docs/docs/.vuepress/nav/en.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,9 @@ module.exports = [
4949
]
5050
}
5151
]
52-
}
52+
},
53+
{
54+
text: '0.x',
55+
link: 'https://vuepress.vuejs.org/'
56+
},
5357
]

Diff for: ‎packages/docs/docs/.vuepress/nav/zh.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,9 @@ module.exports = [
4949
]
5050
}
5151
]
52-
}
52+
},
53+
{
54+
text: '0.x',
55+
link: 'https://vuepress.vuejs.org/'
56+
},
5357
]

0 commit comments

Comments
 (0)
Please sign in to comment.