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
+15 -15
View File
@@ -5,21 +5,21 @@ Application Protocols
.. toctree::
:maxdepth: 1
ASIO <asio>
ESP-MQTT <mqtt>
ESP-TLS <esp_tls>
OpenSSL APIs <openssl_apis>
HTTP Client <esp_http_client>
HTTP Server <esp_http_server>
HTTPS Server <esp_https_server>
ICMP Echo <icmp_echo>
Local Control <esp_local_ctrl>
mDNS <mdns>
Modbus <modbus>
Websocket Client <esp_websocket_client>
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
Code examples for this API section are provided in the :example:`protocols` directory of ESP-IDF examples.