Skip to content

Commit 7497edd

Browse files
committed
Using intros more
1 parent 29cf72d commit 7497edd

File tree

1 file changed

+47
-35
lines changed

1 file changed

+47
-35
lines changed

docs.json

Lines changed: 47 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -966,12 +966,10 @@
966966
},
967967
{
968968
"title": "The Online Compiler reference",
969-
"sources": [
970-
971-
{
972-
"path": "docs/tools/IDE/ide_ref.md"
973-
}
974-
]
969+
"intro": {
970+
"path": "docs/tools/IDE/ide_ref.md"
971+
},
972+
"sources": []
975973
}
976974
]
977975
},
@@ -988,27 +986,31 @@
988986
},
989987
"sub_chapters": [{
990988
"title": "Install and set up",
991-
"sources": [{
989+
"intro": {
992990
"path": "docs/tools/CLI/cli-setup/cli-reqs.md"
993-
}]
991+
},
992+
"sources": []
994993
},
995994
{
996995
"title": "Create",
997-
"sources": [{
996+
"intro": {
998997
"path": "docs/tools/CLI/cli-create.md"
999-
}]
998+
},
999+
"sources": []
10001000
},
10011001
{
10021002
"title": "Compile",
1003-
"sources": [{
1003+
"intro": {
10041004
"path": "docs/tools/CLI/cli-compile.md"
1005-
}]
1005+
},
1006+
"sources": []
10061007
},
10071008
{
10081009
"title": "Test and debug",
1009-
"sources": [{
1010+
"intro": {
10101011
"path": "docs/tools/CLI/cli-test-debug.md"
1011-
}]
1012+
},
1013+
"sources": []
10121014
},
10131015
{
10141016
"title": "Build profiles",
@@ -1022,21 +1024,24 @@
10221024
},
10231025
{
10241026
"title": "Update devices",
1025-
"sources": [{
1027+
"intro": {
10261028
"path": "docs/tools/CLI/cli-device-management.md"
1027-
}]
1029+
},
1030+
"sources": []
10281031
},
10291032
{
10301033
"title": "Collaborate",
1031-
"sources": [{
1034+
"intro": {
10321035
"path": "docs/tools/CLI/cli-collaborate.md"
1033-
}]
1036+
},
1037+
"sources": []
10341038
},
10351039
{
10361040
"title": "Troubleshoot",
1037-
"sources": [{
1041+
"intro": {
10381042
"path": "docs/tools/CLI/troubleshooting.md"
1039-
}]
1043+
},
1044+
"sources": []
10401045
}
10411046
]
10421047
},
@@ -1059,9 +1064,10 @@
10591064
"type": "markdown",
10601065
"chapters": [{
10611066
"title": "Debugging",
1062-
"sources": [{
1067+
"intro": {
10631068
"path": "docs/tools/debug/debug_intro.md"
10641069
},
1070+
"sources": [
10651071
{
10661072
"path": "docs/tools/debug/debugging_mbed_os_apps.md"
10671073
},
@@ -1182,15 +1188,17 @@
11821188
},
11831189
"sub_chapters": [{
11841190
"title": "Setting up",
1185-
"sources": [{
1191+
"intro": {
11861192
"path": "docs/porting/porting_full_process/porting_reqs.md"
1187-
}]
1193+
},
1194+
"sources": []
11881195
},
11891196
{
11901197
"title": "Porting",
1191-
"sources": [{
1198+
"intro": {
11921199
"path": "docs/porting/porting_full_process/porting.md"
1193-
}]
1200+
},
1201+
"sources": []
11941202
},
11951203
{
11961204
"title": "Testing",
@@ -1211,7 +1219,8 @@
12111219
"title": "Derivative port",
12121220
"intro": {
12131221
"path": "docs/porting/custom-target-porting.md"
1214-
}
1222+
},
1223+
"sources": []
12151224
},
12161225
{
12171226
"title": "Porting targets",
@@ -1302,7 +1311,6 @@
13021311
}
13031312
]
13041313
},
1305-
13061314
{
13071315
"title": "Porting storage",
13081316
"intro": {
@@ -1426,9 +1434,10 @@
14261434
},
14271435
{
14281436
"title": "Stage 1: Evaluation",
1429-
"sources": [{
1437+
"intro": {
14301438
"url": "https://github.com/ARMmbed/evaluation-to-production/blob/5.12/FE2P/stage1.md"
1431-
}]
1439+
},
1440+
"sources": []
14321441
},
14331442
{
14341443
"title": "Stage 2: Proof of concept",
@@ -1455,21 +1464,24 @@
14551464
},
14561465
{
14571466
"title": "Stage 3: Prototype",
1458-
"sources": [{
1467+
"intro": {
14591468
"url": "https://github.com/ARMmbed/evaluation-to-production/blob/5.12/FE2P/stage3.md"
1460-
}]
1469+
},
1470+
"sources": []
14611471
},
14621472
{
14631473
"title": "Stage 4: Pilot",
1464-
"sources": [{
1474+
"intro": {
14651475
"url": "https://github.com/ARMmbed/evaluation-to-production/blob/5.12/FE2P/stage4.md"
1466-
}]
1476+
},
1477+
"sources": []
14671478
},
14681479
{
14691480
"title": "Stage 5: Production",
1470-
"sources": [{
1481+
"intro": {
14711482
"url": "https://github.com/ARMmbed/evaluation-to-production/blob/5.12/FE2P/stage5.md"
1472-
}]
1483+
},
1484+
"sources": []
14731485
}
14741486
]
14751487
}

0 commit comments

Comments
 (0)