We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff05f44 commit d345681Copy full SHA for d345681
docs/.vitepress/config.mts
@@ -65,10 +65,6 @@ function nav() {
65
text: 'Ecosystem',
66
link: '/ecosystem/official'
67
},
68
- {
69
- text: 'Roadmap',
70
- link: '/guide/extra/roadmap'
71
- },
72
{
73
text: 'Version',
74
items: [{ text: 'v8.x', link: 'https://kazupon.github.io/vue-i18n/' }]
@@ -235,10 +231,6 @@ function sidebarGuide() {
235
231
236
232
text: 'Documentation for v8.x',
237
233
link: '/guide/extra/v8-docs'
238
239
240
241
242
234
}
243
]
244
docs/guide/extra/roadmap.md
0 commit comments