From 3cbb3789485ac8f24183be01de006e03c0d49049 Mon Sep 17 00:00:00 2001 From: Jitin George Date: Tue, 19 Mar 2019 13:45:55 +0530 Subject: [PATCH] docs: Add cloud frameworks doc --- docs/en/index.rst | 3 +++ .../cloud-frameworks.rst | 21 +++++++++++++++++++ docs/en/libraries-and-frameworks/index.rst | 8 +++++++ docs/zh_CN/index.rst | 3 +++ .../cloud-frameworks.rst | 1 + docs/zh_CN/libraries-and-frameworks/index.rst | 1 + 6 files changed, 37 insertions(+) create mode 100644 docs/en/libraries-and-frameworks/cloud-frameworks.rst create mode 100644 docs/en/libraries-and-frameworks/index.rst create mode 100644 docs/zh_CN/libraries-and-frameworks/cloud-frameworks.rst create mode 100644 docs/zh_CN/libraries-and-frameworks/index.rst diff --git a/docs/en/index.rst b/docs/en/index.rst index b6a852468..5eb949327 100644 --- a/docs/en/index.rst +++ b/docs/en/index.rst @@ -26,6 +26,8 @@ This is the documentation for Espressif IoT Development Framework (`esp-idf H/W Reference API Guides + Libraries and Frameworks Contribute Versions Resources diff --git a/docs/en/libraries-and-frameworks/cloud-frameworks.rst b/docs/en/libraries-and-frameworks/cloud-frameworks.rst new file mode 100644 index 000000000..d58cf0058 --- /dev/null +++ b/docs/en/libraries-and-frameworks/cloud-frameworks.rst @@ -0,0 +1,21 @@ +Cloud Frameworks +================ + +ESP32 supports multiple cloud frameworks using agents built on top of ESP-IDF. Here are the pointers to various supported cloud frameworks' agents and examples: + +AWS IoT +------- + +`https://github.com/espressif/esp-aws-iot `_ is an open source repository for ESP32 based on Amazon Web Services' `aws-iot-device-sdk-embedded-C `_. + +Azure IoT +--------- + +`https://github.com/espressif/esp-azure `_ is an open source repository for ESP32 based on Microsoft Azure's `azure-iot-sdk-c SDK `_. + +Google IoT Core +--------------- + +`https://github.com/espressif/esp-google-iot `_ is an open source repository for ESP32 based on Google's `iot-device-sdk-embedded-c SDK `_. + + diff --git a/docs/en/libraries-and-frameworks/index.rst b/docs/en/libraries-and-frameworks/index.rst new file mode 100644 index 000000000..42a8862e9 --- /dev/null +++ b/docs/en/libraries-and-frameworks/index.rst @@ -0,0 +1,8 @@ +Libraries and Frameworks +************************ +:link_to_translation:`zh_CN:[中文]` + +.. toctree:: + :maxdepth: 1 + + Cloud Frameworks \ No newline at end of file diff --git a/docs/zh_CN/index.rst b/docs/zh_CN/index.rst index 232b5a88f..438e8dd55 100644 --- a/docs/zh_CN/index.rst +++ b/docs/zh_CN/index.rst @@ -27,6 +27,8 @@ ESP-IDF 编程指南 .. |API 指南| image:: ../_static/api-guides.gif .. _API 指南: api-guides/index.html +.. _Libraries and Frameworks: libraries-and-frameworks/index.html + .. |贡献代码| image:: ../_static/contribute.gif .. _贡献代码: contribute/index.html @@ -42,6 +44,7 @@ ESP-IDF 编程指南 API 参考 H/W 参考 API 指南 + Libraries and Frameworks 贡献代码 版本 相关资源 diff --git a/docs/zh_CN/libraries-and-frameworks/cloud-frameworks.rst b/docs/zh_CN/libraries-and-frameworks/cloud-frameworks.rst new file mode 100644 index 000000000..587a4ed97 --- /dev/null +++ b/docs/zh_CN/libraries-and-frameworks/cloud-frameworks.rst @@ -0,0 +1 @@ +.. include:: ../../en/libraries-and-frameworks/cloud-frameworks.rst diff --git a/docs/zh_CN/libraries-and-frameworks/index.rst b/docs/zh_CN/libraries-and-frameworks/index.rst new file mode 100644 index 000000000..82ff99d46 --- /dev/null +++ b/docs/zh_CN/libraries-and-frameworks/index.rst @@ -0,0 +1 @@ +.. include:: ../../en/libraries-and-frameworks/index.rst