Skip to content

Commit ede84fe

Browse files
bencodezensergeylarionov-upwork
authored andcommitted
docs: reduce priority of 0.x docs (vuejs#2577)
1 parent 6b50871 commit ede84fe

File tree

1 file changed

+5
-5
lines changed
  • packages/docs/docs/.vuepress/nav

1 file changed

+5
-5
lines changed

packages/docs/docs/.vuepress/nav/en.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,12 @@ module.exports = [
5454
]
5555
},
5656
{
57-
text: 'Miscellaneous',
57+
text: 'Resources',
5858
items: [
59+
{
60+
text: '0.x Docs',
61+
link: 'https://v0.vuepress.vuejs.org/'
62+
},
5963
{
6064
text: 'Migrate from 0.x',
6165
link: '/miscellaneous/migration-guide.html'
@@ -67,9 +71,5 @@ module.exports = [
6771
]
6872
}
6973
]
70-
},
71-
{
72-
text: '0.x',
73-
link: 'https://v0.vuepress.vuejs.org/'
7474
}
7575
]

0 commit comments

Comments
 (0)