@@ -205,62 +205,62 @@ export const sidebar = {
205
205
text : 'Best Practices' ,
206
206
items : [
207
207
{
208
- text : 'Production Deployment' ,
209
- link : '/guide/best-practices/production-deployment'
210
- } ,
211
- {
212
- text : 'Performance' ,
213
- link : '/guide/best-practices/performance'
208
+ text : 'Accessibility' ,
209
+ link : '/guide/best-practices/accessibility'
214
210
} ,
215
211
{
216
212
text : 'Security' ,
217
213
link : '/guide/best-practices/security'
218
214
} ,
219
215
{
220
- text : 'Accessibility' ,
221
- link : '/guide/best-practices/accessibility'
216
+ text : 'Performance' ,
217
+ link : '/guide/best-practices/performance'
218
+ } ,
219
+ {
220
+ text : 'Production Deployment' ,
221
+ link : '/guide/best-practices/production-deployment'
222
222
}
223
223
]
224
224
} ,
225
225
{
226
- text : 'Advanced Topics' ,
226
+ text : 'Extra Topics' ,
227
227
items : [
228
228
{
229
229
text : 'Ways of Using Vue' ,
230
- link : '/guide/advanced /ways-of-using-vue'
230
+ link : '/guide/extras /ways-of-using-vue'
231
231
} ,
232
232
{
233
- text : 'Reactivity in Depth ' ,
234
- link : '/guide/advanced/reactivity-in-depth '
233
+ text : 'Composition API FAQ ' ,
234
+ link : '/guide/extras/composition-api-faq '
235
235
} ,
236
236
{
237
- text : 'Composition API FAQ ' ,
238
- link : '/guide/advanced/composition-api-faq '
237
+ text : 'Reactivity in Depth ' ,
238
+ link : '/guide/extras/reactivity-in-depth '
239
239
} ,
240
240
{
241
241
text : 'Rendering Mechanism' ,
242
- link : '/guide/advanced /rendering-mechanism'
242
+ link : '/guide/extras /rendering-mechanism'
243
243
} ,
244
244
{
245
245
text : 'Render Functions & JSX' ,
246
- link : '/guide/advanced /render-function'
246
+ link : '/guide/extras /render-function'
247
247
} ,
248
248
{
249
- text : 'Server-Side Rendering' ,
250
- link : '/guide/advanced/server-side-rendering '
249
+ text : 'Server-Side Rendering (SSR) ' ,
250
+ link : '/guide/extras/ssr '
251
251
} ,
252
252
{
253
253
text : 'Vue and Web Components' ,
254
- link : '/guide/advanced/web-components'
254
+ link : '/guide/extras/web-components'
255
+ } ,
256
+ {
257
+ text : 'Animation Techniques' ,
258
+ link : '/guide/extras/animation'
255
259
}
256
260
// {
257
261
// text: 'Building a Library for Vue',
258
262
// link: '/guide/advanced/building-a-library'
259
263
// },
260
- // {
261
- // text: 'Advanced Animations',
262
- // link: '/guide/advanced/animation'
263
- // },
264
264
// { text: 'Custom Renderers', link: '/guide/advanced/custom-renderer' },
265
265
// {
266
266
// text: 'Vue for React Devs',
0 commit comments