Skip to content

Commit a7e21b3

Browse files
committed
Setting up Pelion Ready
1. Created a basic intro page 2. Moved Data Management over 3. Cleared Data Management out of the tutorials intro page
1 parent 1a1168d commit a7e21b3

File tree

3 files changed

+25
-12
lines changed

3 files changed

+25
-12
lines changed

docs.json

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -974,13 +974,6 @@
974974
}
975975
]
976976
},
977-
{
978-
"title": "Integrating with Arm Treasure Data",
979-
"intro": {
980-
"path": "docs/tutorials/treasure_data.md"
981-
},
982-
"sources": []
983-
},
984977
{
985978
"title": "Migrating to Mbed OS 5",
986979
"intro": {
@@ -1208,7 +1201,15 @@
12081201
"slug": "mbed-os-pelion",
12091202
"type": "markdown",
12101203
"description": "",
1211-
"chapters": [{
1204+
"chapters": [
1205+
{
1206+
"title": "Introduction",
1207+
"intro": {
1208+
"path": "docs/pelion_ready/introduction_chip2cloud.md"
1209+
},
1210+
"sources": []
1211+
},
1212+
{
12121213
"title": "Device Management for Mbed OS",
12131214
"sources": [{
12141215
"path": "docs/pelion_ready/device-management.md"
@@ -1221,6 +1222,13 @@
12211222
}
12221223
]
12231224
},
1225+
{
1226+
"title": "Integrating with Arm Treasure Data",
1227+
"intro": {
1228+
"path": "docs/tutorials/treasure_data.md"
1229+
},
1230+
"sources": []
1231+
},
12241232
{
12251233
"title": "Going to production",
12261234
"sub_chapters": [{
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Using Mbed OS devices and Pelion Iot Platform
2+
3+
You can connect Mbed OS devices to the Pelion Iot Platform and use [the full suite of IoT services](https://cloud.mbed.com/): Device Management, Connectivity Management and Data Management.
4+
5+
The documentation covers:
6+
7+
1. [Using Pelion Ready boards](../mbed-os-pelion/index.html) to establish a connection to the platform.
8+
1. [Integrating with Data Management](../tutorials/integrating-with-arm-treasure-data.html).
9+
1. [A full review of the production process](../mbed-os-pelion/going-to-production.html) for Mbed OS-based IoT devices.

docs/tutorials/tutorials_intro.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,6 @@ These tutorials show you how to install, export a project to and start a debuggi
173173
</tbody>
174174
</table>
175175

176-
### Integrating with Arm Treasure Data
177-
178-
[Links to tutorials](../tutorials/integrating-with-arm-treasure-data.html) on the Arm Treasure Data site.
179-
180176
### Migrating to Mbed OS 5
181177

182178
<table>

0 commit comments

Comments
 (0)