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