Skip to content

Commit 458c9fb

Browse files
committed
change main menus for common and rpoject types
1 parent b240bce commit 458c9fb

File tree

5 files changed

+110
-20
lines changed

5 files changed

+110
-20
lines changed

docs/en/nav-aspnet-core-angular.json

Lines changed: 42 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,6 @@
276276
}
277277
]
278278
},
279-
{
280-
"text": "Power Tools",
281-
"path": "Rapid-Application-Development.md"
282-
},
283279
{
284280
"text": "Infrastructure & Concepts",
285281
"path": "Infrastructure-Angular.md",
@@ -476,6 +472,39 @@
476472
}
477473
]
478474
},
475+
{
476+
"text": "Power Tools",
477+
"items":[
478+
{
479+
"text": "Overview",
480+
"path": "Rapid-Application-Development.md",
481+
},
482+
{
483+
"text": "Development Guide (Windows)",
484+
"path": "Development-Guide-Rad-Tool.md",
485+
"items": [
486+
{
487+
"text": "Master Detail Tables",
488+
"path": "Development-Guide-Rad-Tool-Master-Detail.md",
489+
}
490+
]
491+
},
492+
{
493+
"text": "Development Guide (MAC/Linux)",
494+
"path": "Development-Guide-Rad-Tool-Mac-Linux.md",
495+
"items": [
496+
{
497+
"text": "Master Detail Tables (for non-Windos OS)",
498+
"path": "Development-Guide-Rad-Tool-Master-Detail-Mac-Linux.md",
499+
}
500+
]
501+
},
502+
{
503+
"text": "Configuration",
504+
"path": "Rad-Tool-Config.md",
505+
}
506+
]
507+
},
479508
{
480509
"text": "Change Logs",
481510
"path": "Change-Logs.md"
@@ -484,6 +513,14 @@
484513
"text": "Road Map",
485514
"path": "Road-Map.md"
486515
},
516+
{
517+
"text": "Version Upgrade",
518+
"path": "Version-Updating.md"
519+
},
520+
{
521+
"text": "Version Differences",
522+
"path": "Version-Differences.md"
523+
},
487524
{
488525
"text": "External Links",
489526
"items": [
@@ -493,7 +530,7 @@
493530
},
494531
{
495532
"text": "Metronic Theme",
496-
"path": "http://www.keenthemes.com/preview/metronic/"
533+
"path": "https://keenthemes.com/metronic/"
497534
}
498535
]
499536
}

docs/en/nav-aspnet-core-mvc.json

Lines changed: 42 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,6 @@
266266
}
267267
]
268268
},
269-
{
270-
"text": "Power Tools",
271-
"path": "Rapid-Application-Development.md"
272-
},
273269
{
274270
"text": "Infrastructure & Concepts",
275271
"path": "Infrastructure-Core-Mvc.md",
@@ -605,6 +601,39 @@
605601
}
606602
]
607603
},
604+
{
605+
"text": "Power Tools",
606+
"items":[
607+
{
608+
"text": "Overview",
609+
"path": "Rapid-Application-Development.md",
610+
},
611+
{
612+
"text": "Development Guide (Windows)",
613+
"path": "Development-Guide-Rad-Tool.md",
614+
"items": [
615+
{
616+
"text": "Master Detail Tables",
617+
"path": "Development-Guide-Rad-Tool-Master-Detail.md",
618+
}
619+
]
620+
},
621+
{
622+
"text": "Development Guide (MAC/Linux)",
623+
"path": "Development-Guide-Rad-Tool-Mac-Linux.md",
624+
"items": [
625+
{
626+
"text": "Master Detail Tables (for non-Windos OS)",
627+
"path": "Development-Guide-Rad-Tool-Master-Detail-Mac-Linux.md",
628+
}
629+
]
630+
},
631+
{
632+
"text": "Configuration",
633+
"path": "Rad-Tool-Config.md",
634+
}
635+
]
636+
},
608637
{
609638
"text": "Change Logs",
610639
"path": "Change-Logs.md"
@@ -613,6 +642,14 @@
613642
"text": "Road Map",
614643
"path": "Road-Map.md"
615644
},
645+
{
646+
"text": "Version Upgrade",
647+
"path": "Version-Updating.md"
648+
},
649+
{
650+
"text": "Version Differences",
651+
"path": "Version-Differences.md"
652+
},
616653
{
617654
"text": "External Links",
618655
"items": [
@@ -622,7 +659,7 @@
622659
},
623660
{
624661
"text": "Metronic Theme",
625-
"path": "http://www.keenthemes.com/preview/metronic/"
662+
"path": "https://keenthemes.com/metronic/"
626663
}
627664
]
628665
}

docs/en/nav-aspnet-mvc-angularj.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@
2929
"text": "Road Map",
3030
"path": "Road-Map.md"
3131
},
32+
{
33+
"text": "Version Upgrade",
34+
"path": "Version-Updating.md"
35+
},
36+
{
37+
"text": "Version Differences",
38+
"path": "Version-Differences.md"
39+
},
3240
{
3341
"text": "External Links",
3442
"items": [
@@ -38,7 +46,7 @@
3846
},
3947
{
4048
"text": "Metronic Theme",
41-
"path": "http://www.keenthemes.com/preview/metronic/"
49+
"path": "https://keenthemes.com/metronic/"
4250
}
4351
]
4452
}

docs/en/nav-aspnet-mvc-jquery.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@
2929
"text": "Road Map",
3030
"path": "Road-Map.md"
3131
},
32+
{
33+
"text": "Version Upgrade",
34+
"path": "Version-Updating.md"
35+
},
36+
{
37+
"text": "Version Differences",
38+
"path": "Version-Differences.md"
39+
},
3240
{
3341
"text": "External Links",
3442
"items": [
@@ -38,7 +46,7 @@
3846
},
3947
{
4048
"text": "Metronic Theme",
41-
"path": "http://www.keenthemes.com/preview/metronic/"
49+
"path": "https://keenthemes.com/metronic/"
4250
}
4351
]
4452
}

docs/en/nav-common.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,6 @@
5555
}
5656
]
5757
},
58-
{
59-
"text": "Version Differences",
60-
"path": "Version-Differences.md"
61-
},
62-
{
63-
"text": "Version Upgrade",
64-
"path": "Version-Updating.md"
65-
},
6658
{
6759
"text": "Change Logs",
6860
"path": "Change-Logs.md"
@@ -71,6 +63,14 @@
7163
"text": "Road Map",
7264
"path": "Road-Map.md"
7365
},
66+
{
67+
"text": "Version Upgrade",
68+
"path": "Version-Updating.md"
69+
},
70+
{
71+
"text": "Version Differences",
72+
"path": "Version-Differences.md"
73+
},
7474
{
7575
"text": "External Links",
7676
"items": [

0 commit comments

Comments
 (0)