Skip to content

Commit aff0001

Browse files
committed
docs: tweaks
1 parent 88d321f commit aff0001

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

docs/.vitepress/config.mts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,6 @@ function sidebarGuide() {
138138
text: 'Advanced',
139139
collapsible: true,
140140
items: [
141-
{
142-
text: 'Custom Directive',
143-
link: '/guide/advanced/directive'
144-
},
145141
{
146142
text: 'Component Interpolation',
147143
link: '/guide/advanced/component'
@@ -181,6 +177,10 @@ function sidebarGuide() {
181177
{
182178
text: 'Petite Vue I18n',
183179
link: '/guide/advanced/lite'
180+
},
181+
{
182+
text: 'Custom Directive',
183+
link: '/guide/advanced/directive'
184184
}
185185
]
186186
},

docs/guide/introduction.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ const members = [
4141
If you would like to know more about the maintenance status of each version of Vue I18n, please see [here](./maintenance).
4242
:::
4343

44-
:::tip NOTE
45-
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)!
46-
:::
47-
4844
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.
4945

5046
Go to [Installation](./installation)

0 commit comments

Comments
 (0)