diff --git a/content/en/images/getting started/img_getting_started_01.png b/content/en/images/getting_started/img_getting_started_01.png similarity index 100% rename from content/en/images/getting started/img_getting_started_01.png rename to content/en/images/getting_started/img_getting_started_01.png diff --git a/content/en/images/getting started/img_getting_started_02.png b/content/en/images/getting_started/img_getting_started_02.png similarity index 100% rename from content/en/images/getting started/img_getting_started_02.png rename to content/en/images/getting_started/img_getting_started_02.png diff --git a/content/en/images/getting started/img_getting_started_03.png b/content/en/images/getting_started/img_getting_started_03.png similarity index 100% rename from content/en/images/getting started/img_getting_started_03.png rename to content/en/images/getting_started/img_getting_started_03.png diff --git a/content/en/images/getting started/img_getting_started_04.png b/content/en/images/getting_started/img_getting_started_04.png similarity index 100% rename from content/en/images/getting started/img_getting_started_04.png rename to content/en/images/getting_started/img_getting_started_04.png diff --git a/content/en/images/key concept/img_key_concepts_01.png b/content/en/images/key_concept/img_key_concepts_01.png similarity index 100% rename from content/en/images/key concept/img_key_concepts_01.png rename to content/en/images/key_concept/img_key_concepts_01.png diff --git a/content/en/images/key concept/img_key_concepts_dc_01.png b/content/en/images/key_concept/img_key_concepts_dc_01.png similarity index 100% rename from content/en/images/key concept/img_key_concepts_dc_01.png rename to content/en/images/key_concept/img_key_concepts_dc_01.png diff --git a/content/en/images/key concept/img_key_concepts_dc_02.png b/content/en/images/key_concept/img_key_concepts_dc_02.png similarity index 100% rename from content/en/images/key concept/img_key_concepts_dc_02.png rename to content/en/images/key_concept/img_key_concepts_dc_02.png diff --git a/content/en/images/key concept/img_key_concepts_dc_03.png b/content/en/images/key_concept/img_key_concepts_dc_03.png similarity index 100% rename from content/en/images/key concept/img_key_concepts_dc_03.png rename to content/en/images/key_concept/img_key_concepts_dc_03.png diff --git a/content/en/key_concept/README.md b/content/en/key_concept/README.md index 9021bd3..f289382 100644 --- a/content/en/key_concept/README.md +++ b/content/en/key_concept/README.md @@ -16,7 +16,7 @@ Once you’ve defined a Prototype, you can add devices as you need throughout yo ## **Prototype** -![](../images/key concept/img_key_concepts_01.png) +![](../images/key_concept/img_key_concepts_01.png) A **Prototype** is the blueprint of the device you’re developing. Each prototype has a unique prototype Id and prototype Key. @@ -35,21 +35,21 @@ These data channels are implemented in the sandbox as the following types: ###**Display** -![](../images/key concept/img_key_concepts_dc_01.png) +![](../images/key_concept/img_key_concepts_dc_01.png) This data channel type is for data generated from a component of a device that has no related commands. For example data from a temperature sensor that is pushed to the sandbox and stored as a sequence over time. ###**Controller** -![](../images/key concept/img_key_concepts_dc_02.png) +![](../images/key_concept/img_key_concepts_dc_02.png) This data channel type is for data generated in the sandbox and sent to the device to control the setting of a logical or physical component in the device. For example, a switch to turn a light on or off. ###**Hybrid** -![](../images/key concept/img_key_concepts_dc_03.png) +![](../images/key_concept/img_key_concepts_dc_03.png) This data channel enables a Display and Controller data channel to be combined, where there is a logical relationship between the two. For example, as between the data from a temperature sensor and the control settings for an air conditioning unit. diff --git a/content/en/tutorial/create_your_first_device.md b/content/en/tutorial/create_your_first_device.md index df180c9..6319c1f 100644 --- a/content/en/tutorial/create_your_first_device.md +++ b/content/en/tutorial/create_your_first_device.md @@ -1,6 +1,6 @@ # Create your first device -![](../images/getting started/img_getting_started_03.png) +![](../images/getting_started/img_getting_started_03.png) ## How to create a test device step by step diff --git a/content/en/tutorial/create_your_first_prototype.md b/content/en/tutorial/create_your_first_prototype.md index c07ff51..6e74e9b 100644 --- a/content/en/tutorial/create_your_first_prototype.md +++ b/content/en/tutorial/create_your_first_prototype.md @@ -1,6 +1,6 @@ # Create your first protptype -![](../images/getting started/img_getting_started_02.png) +![](../images/getting_started/img_getting_started_02.png) ## How to create a prototype step by step diff --git a/content/en/tutorial/getting_started.md b/content/en/tutorial/getting_started.md index 90c8119..3a70283 100644 --- a/content/en/tutorial/getting_started.md +++ b/content/en/tutorial/getting_started.md @@ -9,7 +9,7 @@ Here are the four steps to connect MediaTek Cloud Sandbox to your development an -![](../images/getting started/img_getting_started_01.png) +![](../images/getting_started/img_getting_started_01.png) [Develop Prototype] diff --git a/content/en/tutorial/manage_test_device.md b/content/en/tutorial/manage_test_device.md index 81d3c60..bbd54f6 100644 --- a/content/en/tutorial/manage_test_device.md +++ b/content/en/tutorial/manage_test_device.md @@ -1,6 +1,6 @@ # Manage test device -![](../images/getting started/img_getting_started_04.png) +![](../images/getting_started/img_getting_started_04.png) ## How to manage deplyed test devices diff --git a/content/zh-CN/images/getting started/img_getting_started_01.png b/content/zh-CN/images/getting_started/img_getting_started_01.png similarity index 100% rename from content/zh-CN/images/getting started/img_getting_started_01.png rename to content/zh-CN/images/getting_started/img_getting_started_01.png diff --git a/content/zh-CN/images/getting started/img_getting_started_02.png b/content/zh-CN/images/getting_started/img_getting_started_02.png similarity index 100% rename from content/zh-CN/images/getting started/img_getting_started_02.png rename to content/zh-CN/images/getting_started/img_getting_started_02.png diff --git a/content/zh-CN/images/getting started/img_getting_started_03.png b/content/zh-CN/images/getting_started/img_getting_started_03.png similarity index 100% rename from content/zh-CN/images/getting started/img_getting_started_03.png rename to content/zh-CN/images/getting_started/img_getting_started_03.png diff --git a/content/zh-CN/images/getting started/img_getting_started_04.png b/content/zh-CN/images/getting_started/img_getting_started_04.png similarity index 100% rename from content/zh-CN/images/getting started/img_getting_started_04.png rename to content/zh-CN/images/getting_started/img_getting_started_04.png diff --git a/content/zh-CN/images/key concept/img_key_concepts_01.png b/content/zh-CN/images/key_concept/img_key_concepts_01.png similarity index 100% rename from content/zh-CN/images/key concept/img_key_concepts_01.png rename to content/zh-CN/images/key_concept/img_key_concepts_01.png diff --git a/content/zh-CN/images/key concept/img_key_concepts_dc_01.png b/content/zh-CN/images/key_concept/img_key_concepts_dc_01.png similarity index 100% rename from content/zh-CN/images/key concept/img_key_concepts_dc_01.png rename to content/zh-CN/images/key_concept/img_key_concepts_dc_01.png diff --git a/content/zh-CN/images/key concept/img_key_concepts_dc_02.png b/content/zh-CN/images/key_concept/img_key_concepts_dc_02.png similarity index 100% rename from content/zh-CN/images/key concept/img_key_concepts_dc_02.png rename to content/zh-CN/images/key_concept/img_key_concepts_dc_02.png diff --git a/content/zh-CN/images/key concept/img_key_concepts_dc_03.png b/content/zh-CN/images/key_concept/img_key_concepts_dc_03.png similarity index 100% rename from content/zh-CN/images/key concept/img_key_concepts_dc_03.png rename to content/zh-CN/images/key_concept/img_key_concepts_dc_03.png diff --git a/content/zh-CN/key_concept/README.md b/content/zh-CN/key_concept/README.md index 0a90ab9..56c7ab0 100644 --- a/content/zh-CN/key_concept/README.md +++ b/content/zh-CN/key_concept/README.md @@ -16,7 +16,7 @@ ## **产品原型** -![](../images/key concept/img_key_concepts_01.png) +![](../images/key_concept/img_key_concepts_01.png) **产品原型**是您开发装置的蓝图。每个产品原型都具有独特的Id和Key。 @@ -35,21 +35,21 @@ ###**显示器** -![](../images/key concept/img_key_concepts_dc_01.png) +![](../images/key_concept/img_key_concepts_dc_01.png) 此类型的资料通道是专门储存和显示由装置的感应元件搜集而来的资料。例如从装置感应元件上传而来的温度,MCS会将此资料以时间序列方式储存。 ###**控制器** -![](../images/key concept/img_key_concepts_dc_02.png) +![](../images/key_concept/img_key_concepts_dc_02.png) 此类型的资料通道是专门用来传递指令至装置,已控制装置内元件的状态。例如控制灯的开或关。 ###**综合型显示控制器** -![](../images/key concept/img_key_concepts_dc_03.png) +![](../images/key_concept/img_key_concepts_dc_03.png) 此类型的资料型态能同时为显示器和控制器。例如冷气机的温度显示器,并且同时能控制冷气的开关或是调整温度。 diff --git a/content/zh-CN/tutorial/create_your_first_device.md b/content/zh-CN/tutorial/create_your_first_device.md index b7cc0eb..7e01074 100644 --- a/content/zh-CN/tutorial/create_your_first_device.md +++ b/content/zh-CN/tutorial/create_your_first_device.md @@ -1,6 +1,6 @@ # 创建您的第一个测试装置 -![](../images/getting started/img_getting_started_03.png) +![](../images/getting_started/img_getting_started_03.png) ## 创建测试装置逐步导引 diff --git a/content/zh-CN/tutorial/create_your_first_prototype.md b/content/zh-CN/tutorial/create_your_first_prototype.md index 1aedf23..30a6abf 100644 --- a/content/zh-CN/tutorial/create_your_first_prototype.md +++ b/content/zh-CN/tutorial/create_your_first_prototype.md @@ -1,7 +1,7 @@ # 建立您的第一个产品原型 -![](../images/getting started/img_getting_started_02.png) +![](../images/getting_started/img_getting_started_02.png) ## 建立产品原型逐步导引 diff --git a/content/zh-CN/tutorial/getting_started.md b/content/zh-CN/tutorial/getting_started.md index 666a082..a7456b0 100644 --- a/content/zh-CN/tutorial/getting_started.md +++ b/content/zh-CN/tutorial/getting_started.md @@ -9,7 +9,7 @@ -![](../images/getting started/img_getting_started_01.png) +![](../images/getting_started/img_getting_started_01.png) [开发产品原型] diff --git a/content/zh-CN/tutorial/manage_test_device.md b/content/zh-CN/tutorial/manage_test_device.md index 50b9cf6..8e57bc3 100644 --- a/content/zh-CN/tutorial/manage_test_device.md +++ b/content/zh-CN/tutorial/manage_test_device.md @@ -1,6 +1,6 @@ # 管理已部署的测试装置 -![](../images/getting started/img_getting_started_04.png) +![](../images/getting_started/img_getting_started_04.png) ## 如何管理已部署的测试装置 diff --git a/content/zh-TW/images/getting started/img_getting_started_01.png b/content/zh-TW/images/getting_started/img_getting_started_01.png similarity index 100% rename from content/zh-TW/images/getting started/img_getting_started_01.png rename to content/zh-TW/images/getting_started/img_getting_started_01.png diff --git a/content/zh-TW/images/getting started/img_getting_started_02.png b/content/zh-TW/images/getting_started/img_getting_started_02.png similarity index 100% rename from content/zh-TW/images/getting started/img_getting_started_02.png rename to content/zh-TW/images/getting_started/img_getting_started_02.png diff --git a/content/zh-TW/images/getting started/img_getting_started_03.png b/content/zh-TW/images/getting_started/img_getting_started_03.png similarity index 100% rename from content/zh-TW/images/getting started/img_getting_started_03.png rename to content/zh-TW/images/getting_started/img_getting_started_03.png diff --git a/content/zh-TW/images/getting started/img_getting_started_04.png b/content/zh-TW/images/getting_started/img_getting_started_04.png similarity index 100% rename from content/zh-TW/images/getting started/img_getting_started_04.png rename to content/zh-TW/images/getting_started/img_getting_started_04.png diff --git a/content/zh-TW/images/key concept/img_key_concepts_01.png b/content/zh-TW/images/key_concept/img_key_concepts_01.png similarity index 100% rename from content/zh-TW/images/key concept/img_key_concepts_01.png rename to content/zh-TW/images/key_concept/img_key_concepts_01.png diff --git a/content/zh-TW/images/key concept/img_key_concepts_dc_01.png b/content/zh-TW/images/key_concept/img_key_concepts_dc_01.png similarity index 100% rename from content/zh-TW/images/key concept/img_key_concepts_dc_01.png rename to content/zh-TW/images/key_concept/img_key_concepts_dc_01.png diff --git a/content/zh-TW/images/key concept/img_key_concepts_dc_02.png b/content/zh-TW/images/key_concept/img_key_concepts_dc_02.png similarity index 100% rename from content/zh-TW/images/key concept/img_key_concepts_dc_02.png rename to content/zh-TW/images/key_concept/img_key_concepts_dc_02.png diff --git a/content/zh-TW/images/key concept/img_key_concepts_dc_03.png b/content/zh-TW/images/key_concept/img_key_concepts_dc_03.png similarity index 100% rename from content/zh-TW/images/key concept/img_key_concepts_dc_03.png rename to content/zh-TW/images/key_concept/img_key_concepts_dc_03.png diff --git a/content/zh-TW/key_concept/README.md b/content/zh-TW/key_concept/README.md index ab5f6ea..b628a78 100644 --- a/content/zh-TW/key_concept/README.md +++ b/content/zh-TW/key_concept/README.md @@ -18,7 +18,7 @@ ## **產品原型** -![](../images/key concept/img_key_concepts_01.png) +![](../images/key_concept/img_key_concepts_01.png) **產品原型**是您開發裝置的藍圖。每個產品原型都具有獨特的Id和Key。 @@ -38,21 +38,21 @@ ###**顯示器** -![](../images/key concept/img_key_concepts_dc_01.png) +![](../images/key_concept/img_key_concepts_dc_01.png) 此類型的資料通道是專門儲存和顯示由裝置的感應元件蒐集而來的資料。例如從裝置感應元件上傳而來的溫度,MCS會將此資料以時間序列方式儲存。 ###**控制器** -![](../images/key concept/img_key_concepts_dc_02.png) +![](../images/key_concept/img_key_concepts_dc_02.png) 此類型的資料通道是專門用來傳遞指令至裝置,已控制裝置內元件的狀態。例如控制燈的開或關。 ###**綜合型顯示控制器** -![](../images/key concept/img_key_concepts_dc_03.png) +![](../images/key_concept/img_key_concepts_dc_03.png) 此類型的資料型態能同時為顯示器和控制器。例如冷氣機的溫度顯示器,並且同時能控制冷氣的開關或是調整溫度。 diff --git a/content/zh-TW/tutorial/create_your_first_device.md b/content/zh-TW/tutorial/create_your_first_device.md index 761cc2d..42e7bd3 100644 --- a/content/zh-TW/tutorial/create_your_first_device.md +++ b/content/zh-TW/tutorial/create_your_first_device.md @@ -1,6 +1,6 @@ # 創建您的第一個測試裝置 -![](../images/getting started/img_getting_started_03.png) +![](../images/getting_started/img_getting_started_03.png) ## 創建測試裝置逐步導引 diff --git a/content/zh-TW/tutorial/create_your_first_prototype.md b/content/zh-TW/tutorial/create_your_first_prototype.md index 05cd0c6..0ef86f0 100644 --- a/content/zh-TW/tutorial/create_your_first_prototype.md +++ b/content/zh-TW/tutorial/create_your_first_prototype.md @@ -1,6 +1,6 @@ # 建立您的第一個產品原型 -![](../images/getting started/img_getting_started_02.png) +![](../images/getting_started/img_getting_started_02.png) ## 建立產品原型逐步導引 diff --git a/content/zh-TW/tutorial/getting_started.md b/content/zh-TW/tutorial/getting_started.md index 38feca8..cf0a8af 100644 --- a/content/zh-TW/tutorial/getting_started.md +++ b/content/zh-TW/tutorial/getting_started.md @@ -10,7 +10,7 @@ -![](../images/getting started/img_getting_started_01.png) +![](../images/getting_started/img_getting_started_01.png) [開發產品原型] diff --git a/content/zh-TW/tutorial/manage_test_device.md b/content/zh-TW/tutorial/manage_test_device.md index 3112cfb..ca558b0 100644 --- a/content/zh-TW/tutorial/manage_test_device.md +++ b/content/zh-TW/tutorial/manage_test_device.md @@ -1,6 +1,6 @@ # 管理已部署的測試裝置 -![](../images/getting started/img_getting_started_04.png) +![](../images/getting_started/img_getting_started_04.png) ## 如何管理已部署的測試裝置