@@ -543,32 +543,6 @@ export const navigationRoutes: NavigationRoute[] = [
543
543
} ,
544
544
] ,
545
545
} ,
546
- {
547
- name : "contribution" ,
548
- displayName : "Contribution" ,
549
- children : [
550
- {
551
- name : "guide" ,
552
- displayName : "Guide" ,
553
- } ,
554
- {
555
- name : "ui-element-guide" ,
556
- displayName : "UI Element Guide" ,
557
- } ,
558
- {
559
- name : "structure" ,
560
- displayName : "Structure" ,
561
- } ,
562
- {
563
- name : "documentation-page" ,
564
- displayName : "Documentation Guide" ,
565
- } ,
566
- {
567
- name : "tree-shaking-requirements" ,
568
- displayName : "Tree Shaking Requirements" ,
569
- } ,
570
- ] ,
571
- } ,
572
546
{
573
547
name : "services" ,
574
548
displayName : "Services" ,
@@ -680,6 +654,32 @@ export const navigationRoutes: NavigationRoute[] = [
680
654
}
681
655
] ,
682
656
} ,
657
+ {
658
+ name : "contribution" ,
659
+ displayName : "Contribution" ,
660
+ children : [
661
+ {
662
+ name : "guide" ,
663
+ displayName : "Guide" ,
664
+ } ,
665
+ {
666
+ name : "ui-element-guide" ,
667
+ displayName : "UI Element Guide" ,
668
+ } ,
669
+ {
670
+ name : "structure" ,
671
+ displayName : "Structure" ,
672
+ } ,
673
+ {
674
+ name : "documentation-page" ,
675
+ displayName : "Documentation Guide" ,
676
+ } ,
677
+ {
678
+ name : "tree-shaking-requirements" ,
679
+ displayName : "Tree Shaking Requirements" ,
680
+ } ,
681
+ ] ,
682
+ } ,
683
683
{
684
684
name : "support" ,
685
685
displayName : "Support" ,
0 commit comments