File tree Expand file tree Collapse file tree 3 files changed +35
-35
lines changed Expand file tree Collapse file tree 3 files changed +35
-35
lines changed Original file line number Diff line number Diff line change @@ -238,15 +238,15 @@ module.exports = {
238238 } ,
239239 {
240240 type : 'category' ,
241- label : 'Accordion ' ,
241+ label : 'Action Sheet ' ,
242242 collapsed : false ,
243- items : [ 'api/accordion' , 'api/accordion-group '] ,
243+ items : [ 'api/action-sheet ' ] ,
244244 } ,
245245 {
246246 type : 'category' ,
247- label : 'Action Sheet ' ,
247+ label : 'Accordion ' ,
248248 collapsed : false ,
249- items : [ 'api/action-sheet ' ] ,
249+ items : [ 'api/accordion' , 'api/accordion-group '] ,
250250 } ,
251251 {
252252 type : 'category' ,
@@ -316,15 +316,15 @@ module.exports = {
316316 } ,
317317 {
318318 type : 'category' ,
319- label : 'Icons ' ,
319+ label : 'Infinite Scroll ' ,
320320 collapsed : false ,
321- items : [ 'api/icon ' ] ,
321+ items : [ 'api/infinite-scroll' , 'api/infinite-scroll-content '] ,
322322 } ,
323323 {
324324 type : 'category' ,
325- label : 'Infinite Scroll ' ,
325+ label : 'Icons ' ,
326326 collapsed : false ,
327- items : [ 'api/infinite-scroll' , 'api/infinite-scroll-content '] ,
327+ items : [ 'api/icon ' ] ,
328328 } ,
329329 {
330330 type : 'category' ,
Original file line number Diff line number Diff line change 706706 {
707707 "collapsed" : false ,
708708 "type" : " category" ,
709- "label" : " Icons " ,
709+ "label" : " Infinite Scroll " ,
710710 "items" : [
711711 {
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"
715718 }
716719 ]
717720 },
718721 {
719722 "collapsed" : false ,
720723 "type" : " category" ,
721- "label" : " Infinite Scroll " ,
724+ "label" : " Icons " ,
722725 "items" : [
723726 {
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"
730730 }
731731 ]
732732 },
Original file line number Diff line number Diff line change 606606 },
607607 {
608608 "type" : " category" ,
609- "label" : " Accordion " ,
609+ "label" : " Action Sheet " ,
610610 "collapsed" : false ,
611611 "items" : [
612612 {
613613 "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"
619615 }
620616 ],
621617 "collapsible" : true
622618 },
623619 {
624620 "type" : " category" ,
625- "label" : " Action Sheet " ,
621+ "label" : " Accordion " ,
626622 "collapsed" : false ,
627623 "items" : [
628624 {
629625 "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"
631631 }
632632 ],
633633 "collapsible" : true
818818 },
819819 {
820820 "type" : " category" ,
821- "label" : " Icons " ,
821+ "label" : " Infinite Scroll " ,
822822 "collapsed" : false ,
823823 "items" : [
824824 {
825825 "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"
827831 }
828832 ],
829833 "collapsible" : true
830834 },
831835 {
832836 "type" : " category" ,
833- "label" : " Infinite Scroll " ,
837+ "label" : " Icons " ,
834838 "collapsed" : false ,
835839 "items" : [
836840 {
837841 "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"
843843 }
844844 ],
845845 "collapsible" : true
You can’t perform that action at this time.
0 commit comments