Skip to content

Commit

Permalink
docs: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Dec 24, 2024
1 parent 88d321f commit aff0001
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,6 @@ function sidebarGuide() {
text: 'Advanced',
collapsible: true,
items: [
{
text: 'Custom Directive',
link: '/guide/advanced/directive'
},
{
text: 'Component Interpolation',
link: '/guide/advanced/component'
Expand Down Expand Up @@ -181,6 +177,10 @@ function sidebarGuide() {
{
text: 'Petite Vue I18n',
link: '/guide/advanced/lite'
},
{
text: 'Custom Directive',
link: '/guide/advanced/directive'
}
]
},
Expand Down
4 changes: 0 additions & 4 deletions docs/guide/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ const members = [
If you would like to know more about the maintenance status of each version of Vue I18n, please see [here](./maintenance).
:::

:::tip NOTE
Already know Vue I18n v8.x and just want to learn about what’s new in Vue I18n v9? Check out the [Migration Guide](./migration/breaking)!
:::

Vue I18n is internationalization plugin of Vue.js. And that is one of [Intlify projects](https://intlify.dev/). It easily integrates some localization features to your Vue.js Application.

Go to [Installation](./installation)
Expand Down

0 comments on commit aff0001

Please sign in to comment.