Skip to content

Commit 3cc105d

Browse files
committed
docs: move to under guide
1 parent 790d279 commit 3cc105d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/.vitepress/config.mts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function nav() {
6767
},
6868
{
6969
text: 'Version',
70-
items: [{ text: 'Maintenance Status', link: '/guide/extra/maintenance' }, { text: 'v8.x', link: 'https://kazupon.github.io/vue-i18n/' }]
70+
items: [{ text: 'Maintenance Status', link: '/guide/maintenance' }, { text: 'v8.x', link: 'https://kazupon.github.io/vue-i18n/' }]
7171
},
7272
{
7373
text: 'Changelog',
@@ -89,7 +89,11 @@ function sidebarGuide() {
8989
{
9090
text: 'Installation',
9191
link: '/guide/installation'
92-
}
92+
},
93+
{
94+
text: 'Maintenance Status',
95+
link: '/guide/maintenance'
96+
},
9397
]
9498
},
9599
{
@@ -224,10 +228,6 @@ function sidebarGuide() {
224228
text: 'Extra Topics',
225229
collapsible: true,
226230
items: [
227-
{
228-
text: 'Maintenance Status',
229-
link: '/guide/extra/maintenance'
230-
},
231231
{
232232
text: 'Different Distribution files',
233233
link: '/guide/extra/dist'
File renamed without changes.

0 commit comments

Comments
 (0)