@@ -350,18 +350,47 @@ const sidebar = {
350
350
] ,
351
351
'/examples/' : [
352
352
{
353
- text : 'Basic Examples' ,
353
+ text : 'Basic' ,
354
+ items : [
355
+ {
356
+ text : 'Hello World' ,
357
+ link : '/examples/#hello-world'
358
+ } ,
359
+ {
360
+ text : 'Handling User Input' ,
361
+ link : '/examples/#handling-input'
362
+ } ,
363
+ {
364
+ text : 'Attribute Bindings' ,
365
+ link : '/examples/#attr-bindings'
366
+ } ,
367
+ {
368
+ text : 'Conditionals and Loops' ,
369
+ link : '/examples/#conditionals-and-loops'
370
+ } ,
371
+ {
372
+ text : 'Form Bindings' ,
373
+ link : '/examples/#form-bindings'
374
+ } ,
375
+ {
376
+ text : 'Simple Components' ,
377
+ link : '/examples/#simple-components'
378
+ }
379
+ ]
380
+ } ,
381
+ {
382
+ text : 'Practical' ,
354
383
items : [
355
384
{
356
385
text : 'Markdown Editor' ,
357
386
link : '/examples/#markdown'
358
387
} ,
359
388
{
360
- text : 'GitHub Commits ' ,
389
+ text : 'Fetching Data ' ,
361
390
link : '/examples/#commits'
362
391
} ,
363
392
{
364
- text : 'Data Grid' ,
393
+ text : 'Grid with Sort and Filter ' ,
365
394
link : '/examples/#grid'
366
395
} ,
367
396
{
@@ -373,9 +402,13 @@ const sidebar = {
373
402
link : '/examples/#svg'
374
403
} ,
375
404
{
376
- text : 'Modal' ,
405
+ text : 'Modal with Transitions ' ,
377
406
link : '/examples/#modal'
378
407
} ,
408
+ {
409
+ text : 'List with Transitions' ,
410
+ link : '/examples/#list'
411
+ } ,
379
412
{
380
413
text : 'TodoMVC' ,
381
414
link : '/examples/#todomvc'
@@ -416,28 +449,6 @@ const sidebar = {
416
449
}
417
450
]
418
451
}
419
- // TODO
420
- // {
421
- // text: 'API Usage',
422
- // items: [
423
- // {
424
- // text: 'v-bind',
425
- // link: '/examples/#v-bind'
426
- // },
427
- // {
428
- // text: 'v-if',
429
- // link: '/examples/#v-if'
430
- // },
431
- // {
432
- // text: 'v-for',
433
- // link: '/examples/#v-for'
434
- // },
435
- // {
436
- // text: 'v-model',
437
- // link: '/examples/#v-model'
438
- // }
439
- // ]
440
- // }
441
452
] ,
442
453
'/tutorial/' : [
443
454
{
0 commit comments