Skip to content

Commit 8d6f16f

Browse files
authored
Adjust migration section grouping title to better reflect its contents (vuejs#286)
**Motivation** * Pages under this section group reflect changes that happened only between Vue 2 and Vue 3. It does not help if you're migrating from Vue 1 for example. * Since it is already a Vue 3 documentation calling migration section `Migration to Vue 3` is a bit of a tautology. * This grouping does not reflect migration from other frameworks like React or Svelte.
1 parent dd44920 commit 8d6f16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const sidebar = {
108108
]
109109
},
110110
{
111-
title: 'Migration to Vue 3',
111+
title: 'Migration from Vue 2',
112112
collapsable: true,
113113
children: [
114114
'migration/introduction',

0 commit comments

Comments
 (0)