File tree 3 files changed +35
-35
lines changed
3 files changed +35
-35
lines changed Original file line number Diff line number Diff line change @@ -238,15 +238,15 @@ module.exports = {
238
238
} ,
239
239
{
240
240
type : 'category' ,
241
- label : 'Action Sheet ' ,
241
+ label : 'Accordion ' ,
242
242
collapsed : false ,
243
- items : [ 'api/action-sheet ' ] ,
243
+ items : [ 'api/accordion' , 'api/accordion-group '] ,
244
244
} ,
245
245
{
246
246
type : 'category' ,
247
- label : 'Accordion ' ,
247
+ label : 'Action Sheet ' ,
248
248
collapsed : false ,
249
- items : [ 'api/accordion' , 'api/accordion-group '] ,
249
+ items : [ 'api/action-sheet ' ] ,
250
250
} ,
251
251
{
252
252
type : 'category' ,
@@ -316,15 +316,15 @@ module.exports = {
316
316
} ,
317
317
{
318
318
type : 'category' ,
319
- label : 'Infinite Scroll ' ,
319
+ label : 'Icons ' ,
320
320
collapsed : false ,
321
- items : [ 'api/infinite-scroll' , 'api/infinite-scroll-content '] ,
321
+ items : [ 'api/icon ' ] ,
322
322
} ,
323
323
{
324
324
type : 'category' ,
325
- label : 'Icons ' ,
325
+ label : 'Infinite Scroll ' ,
326
326
collapsed : false ,
327
- items : [ 'api/icon ' ] ,
327
+ items : [ 'api/infinite-scroll' , 'api/infinite-scroll-content '] ,
328
328
} ,
329
329
{
330
330
type : 'category' ,
Original file line number Diff line number Diff line change 706
706
{
707
707
"collapsed" : false ,
708
708
"type" : " category" ,
709
- "label" : " Infinite Scroll " ,
709
+ "label" : " Icons " ,
710
710
"items" : [
711
711
{
712
- "type" : " doc" ,
713
- "id" : " version-v5/api/infinite-scroll"
714
- },
715
- {
716
- "type" : " doc" ,
717
- "id" : " version-v5/api/infinite-scroll-content"
712
+ "type" : " link" ,
713
+ "label" : " ion-icon" ,
714
+ "href" : " https://ionicons.com"
718
715
}
719
716
]
720
717
},
721
718
{
722
719
"collapsed" : false ,
723
720
"type" : " category" ,
724
- "label" : " Icons " ,
721
+ "label" : " Infinite Scroll " ,
725
722
"items" : [
726
723
{
727
- "type" : " link" ,
728
- "label" : " ion-icon" ,
729
- "href" : " https://ionicons.com"
724
+ "type" : " doc" ,
725
+ "id" : " version-v5/api/infinite-scroll"
726
+ },
727
+ {
728
+ "type" : " doc" ,
729
+ "id" : " version-v5/api/infinite-scroll-content"
730
730
}
731
731
]
732
732
},
Original file line number Diff line number Diff line change 606
606
},
607
607
{
608
608
"type" : " category" ,
609
- "label" : " Action Sheet " ,
609
+ "label" : " Accordion " ,
610
610
"collapsed" : false ,
611
611
"items" : [
612
612
{
613
613
"type" : " doc" ,
614
- "id" : " version-v6/api/action-sheet"
614
+ "id" : " version-v6/api/accordion"
615
+ },
616
+ {
617
+ "type" : " doc" ,
618
+ "id" : " version-v6/api/accordion-group"
615
619
}
616
620
],
617
621
"collapsible" : true
618
622
},
619
623
{
620
624
"type" : " category" ,
621
- "label" : " Accordion " ,
625
+ "label" : " Action Sheet " ,
622
626
"collapsed" : false ,
623
627
"items" : [
624
628
{
625
629
"type" : " doc" ,
626
- "id" : " version-v6/api/accordion"
627
- },
628
- {
629
- "type" : " doc" ,
630
- "id" : " version-v6/api/accordion-group"
630
+ "id" : " version-v6/api/action-sheet"
631
631
}
632
632
],
633
633
"collapsible" : true
818
818
},
819
819
{
820
820
"type" : " category" ,
821
- "label" : " Infinite Scroll " ,
821
+ "label" : " Icons " ,
822
822
"collapsed" : false ,
823
823
"items" : [
824
824
{
825
825
"type" : " doc" ,
826
- "id" : " version-v6/api/infinite-scroll"
827
- },
828
- {
829
- "type" : " doc" ,
830
- "id" : " version-v6/api/infinite-scroll-content"
826
+ "id" : " version-v6/api/icon"
831
827
}
832
828
],
833
829
"collapsible" : true
834
830
},
835
831
{
836
832
"type" : " category" ,
837
- "label" : " Icons " ,
833
+ "label" : " Infinite Scroll " ,
838
834
"collapsed" : false ,
839
835
"items" : [
840
836
{
841
837
"type" : " doc" ,
842
- "id" : " version-v6/api/icon"
838
+ "id" : " version-v6/api/infinite-scroll"
839
+ },
840
+ {
841
+ "type" : " doc" ,
842
+ "id" : " version-v6/api/infinite-scroll-content"
843
843
}
844
844
],
845
845
"collapsible" : true
You can’t perform that action at this time.
0 commit comments