@@ -110,38 +110,38 @@ const sidebar = {
110
110
title : 'Migration Guide' ,
111
111
collapsable : true ,
112
112
children : [
113
- 'migration/introduction' ,
114
- 'migration/array-refs' ,
115
- 'migration/async-components' ,
116
- 'migration/attribute-coercion' ,
117
- 'migration/custom-directives' ,
118
- 'migration/custom-elements-interop' ,
119
- 'migration/data-option' ,
120
- 'migration/events-api' ,
121
- 'migration/filters' ,
122
- 'migration/fragments' ,
123
- 'migration/functional-components' ,
124
- 'migration/global-api' ,
125
- 'migration/global-api-treeshaking' ,
126
- 'migration/inline-template-attribute' ,
127
- 'migration/key-attribute' ,
128
- 'migration/keycode-modifiers' ,
129
- 'migration/props-default-this' ,
130
- 'migration/render-function-api' ,
131
- 'migration/slots-unification' ,
132
- 'migration/transition' ,
133
- 'migration/v-model' ,
134
- 'migration/v-if-v-for' ,
135
- 'migration/v-bind'
113
+ '/guide/ migration/introduction' ,
114
+ '/guide/ migration/array-refs' ,
115
+ '/guide/ migration/async-components' ,
116
+ '/guide/ migration/attribute-coercion' ,
117
+ '/guide/ migration/custom-directives' ,
118
+ '/guide/ migration/custom-elements-interop' ,
119
+ '/guide/ migration/data-option' ,
120
+ '/guide/ migration/events-api' ,
121
+ '/guide/ migration/filters' ,
122
+ '/guide/ migration/fragments' ,
123
+ '/guide/ migration/functional-components' ,
124
+ '/guide/ migration/global-api' ,
125
+ '/guide/ migration/global-api-treeshaking' ,
126
+ '/guide/ migration/inline-template-attribute' ,
127
+ '/guide/ migration/key-attribute' ,
128
+ '/guide/ migration/keycode-modifiers' ,
129
+ '/guide/ migration/props-default-this' ,
130
+ '/guide/ migration/render-function-api' ,
131
+ '/guide/ migration/slots-unification' ,
132
+ '/guide/ migration/transition' ,
133
+ '/guide/ migration/v-model' ,
134
+ '/guide/ migration/v-if-v-for' ,
135
+ '/guide/ migration/v-bind'
136
136
]
137
137
} ,
138
138
{
139
139
title : 'Contribute to the Docs' ,
140
140
collapsable : true ,
141
141
children : [
142
- 'contributing/writing-guide' ,
143
- 'contributing/doc-style-guide' ,
144
- 'contributing/translations'
142
+ '/guide/ contributing/writing-guide' ,
143
+ '/guide/ contributing/doc-style-guide' ,
144
+ '/guide/ contributing/translations'
145
145
]
146
146
}
147
147
] ,
0 commit comments