docs: Updated CN translation for index files in api-guides and api-reference

This commit is contained in:
Shang Zhou
2021-12-30 18:50:55 +08:00
parent 46d5f92533
commit 33a00cf197
17 changed files with 295 additions and 234 deletions
+16 -16
View File
@@ -5,25 +5,25 @@
.. toctree::
:maxdepth: 1
mDNS <mdns>
ESP-TLS <esp_tls>
OpenSSL APIs <openssl_apis>
HTTP Client <esp_http_client>
Websocket Client <esp_websocket_client>
HTTP 服务器 <esp_http_server>
HTTPS Server <esp_https_server>
ICMP Echo <icmp_echo>
ASIO <asio>
ESP-MQTT <mqtt>
Modbus slave <modbus>
Local Control <esp_local_ctrl>
ESP Serial Slave Link <esp_serial_slave_link>
Certificate Bundle <esp_crt_bundle>
asio
modbus
mqtt
esp_tls
esp_http_client
esp_local_ctrl
esp_serial_slave_link
esp_websocket_client
esp_crt_bundle
esp_http_server
esp_https_server
icmp_echo
mdns
openssl_apis
此 API 部分的示例代码在 ESP-IDF 示例工程:example:`protocols` 目录下提供
此 API 部分的示例代码存放在 ESP-IDF 示例项目:example:`protocols` 目录下。
IP 网络层协议
=============
IP 网络层协议(应用层协议之下)的文档位于 :doc:`../network/index`
IP 网络层协议(应用层协议之下)的文档存放在 :doc:`../network/index` 目录下