Skip to content

Commit

Permalink
docs: move to under guide
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Dec 9, 2024
1 parent 790d279 commit 3cc105d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function nav() {
},
{
text: 'Version',
items: [{ text: 'Maintenance Status', link: '/guide/extra/maintenance' }, { text: 'v8.x', link: 'https://kazupon.github.io/vue-i18n/' }]
items: [{ text: 'Maintenance Status', link: '/guide/maintenance' }, { text: 'v8.x', link: 'https://kazupon.github.io/vue-i18n/' }]
},
{
text: 'Changelog',
Expand All @@ -89,7 +89,11 @@ function sidebarGuide() {
{
text: 'Installation',
link: '/guide/installation'
}
},
{
text: 'Maintenance Status',
link: '/guide/maintenance'
},
]
},
{
Expand Down Expand Up @@ -224,10 +228,6 @@ function sidebarGuide() {
text: 'Extra Topics',
collapsible: true,
items: [
{
text: 'Maintenance Status',
link: '/guide/extra/maintenance'
},
{
text: 'Different Distribution files',
link: '/guide/extra/dist'
Expand Down
File renamed without changes.

0 comments on commit 3cc105d

Please sign in to comment.