Skip to content

Commit c89c23c

Browse files
Merge pull request #1508 from ARMmbed/iotide-4910-remove-online-compiler
[IOTIDE-4910] Remove references to Mbed Online Compiler and add Keil Studio Cloud
2 parents 1c06ec8 + c3a9aeb commit c89c23c

File tree

112 files changed

+194
-316
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+194
-316
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs.json

+12-63
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,17 @@
9393
},
9494
"sources": []
9595
},
96+
{
97+
"title": "Build with Keil Studio Cloud",
98+
"intro": {
99+
"path": "docs/quick-start/keil-studio.md"
100+
},
101+
"sources": []
102+
},
96103
{
97104
"title": "Build with Mbed Studio",
98105
"intro": {
99-
"path": "docs/quick-start/studio.md"
106+
"path": "docs/quick-start/mbed-studio.md"
100107
},
101108
"sources": []
102109
},
@@ -118,16 +125,6 @@
118125
}
119126
]
120127
},
121-
{
122-
"title": "Build with the Online Compiler",
123-
"sub_chapters": [{
124-
"title": "Importing and compiling the code",
125-
"intro": {
126-
"path": "docs/quick-start/quick-start-compiler.md"
127-
},
128-
"sources": []
129-
}]
130-
},
131128
{
132129
"title": "Further reading",
133130
"intro": {
@@ -990,58 +987,10 @@
990987
"sources": []
991988
},
992989
{
993-
"title": "Mbed Online Compiler",
994-
"sub_chapters": [{
995-
"title": "Getting started",
996-
"intro": {
997-
"path": "docs/tools/IDE/online_comp.md"
998-
},
999-
"sources": [{
1000-
"path": "docs/tools/IDE/oc_tut.md"
1001-
},
1002-
{
1003-
"path": "docs/tools/IDE/compiler_publishing_code.md"
1004-
},
1005-
{
1006-
"path": "docs/tools/IDE/updating_firmware.md"
1007-
}
1008-
]
1009-
},
1010-
{
1011-
"title": "Source control",
1012-
"sources": [{
1013-
"path": "docs/tools/IDE/compiler_version_control.md"
1014-
},
1015-
{
1016-
"path": "docs/tools/IDE/compiler_pull_requests.md"
1017-
},
1018-
{
1019-
"path": "docs/tools/IDE/oc_pr_tut.md"
1020-
}
1021-
]
1022-
},
1023-
{
1024-
"title": "Collaborative work",
1025-
"sources": [
1026-
1027-
{
1028-
"path": "docs/tools/IDE/compiler_multiple_authors.md"
1029-
},
1030-
1031-
1032-
{
1033-
"path": "docs/tools/IDE/compiler_collab.md"
1034-
}
1035-
]
1036-
},
1037-
{
1038-
"title": "The Online Compiler reference",
1039-
"intro": {
1040-
"path": "docs/tools/IDE/ide_ref.md"
1041-
},
1042-
"sources": []
1043-
}
1044-
]
990+
"title": "Keil Studio Cloud",
991+
"sources": [{
992+
"path": "docs/tools/Studio/keil-studio.md"
993+
}]
1045994
},
1046995
{
1047996
"title": "Mbed Studio",

docs/api/connectivity/lorawan/lorawan.md

+2-2

docs/api/connectivity/tutorials/intro-to-lora.md

+22-45

docs/api/connectivity/tutorials/light-control.md

+28-14

0 commit comments

Comments
 (0)