We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b50871 commit ede84feCopy full SHA for ede84fe
packages/docs/docs/.vuepress/nav/en.js
@@ -54,8 +54,12 @@ module.exports = [
54
]
55
},
56
{
57
- text: 'Miscellaneous',
+ text: 'Resources',
58
items: [
59
+ {
60
+ text: '0.x Docs',
61
+ link: 'https://v0.vuepress.vuejs.org/'
62
+ },
63
64
text: 'Migrate from 0.x',
65
link: '/miscellaneous/migration-guide.html'
@@ -67,9 +71,5 @@ module.exports = [
67
71
68
72
}
69
73
70
- },
- {
- text: '0.x',
- link: 'https://v0.vuepress.vuejs.org/'
74
75
0 commit comments