From bb5c1a953589e7e6157921e3ff2539467020793b Mon Sep 17 00:00:00 2001 From: Wang Ning Date: Thu, 16 Apr 2026 16:40:50 +0800 Subject: [PATCH] docs: clarify html downloaded as zip --- docs/README.md | 2 +- docs/README_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index f694b9da59..053f72af44 100644 --- a/docs/README.md +++ b/docs/README.md @@ -13,7 +13,7 @@ Use the actual documentation, which is generated within about 20 minutes of each * English: https://docs.espressif.com/projects/esp-idf/en/latest/ * Chinese: https://docs.espressif.com/projects/esp-idf/zh_CN/latest/ -After clicking any link to [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/index.html), go to the top of the sidebar, then make sure you have the correct Espressif chip (target) and ESP-IDF version selected in the dropdown menus. You can also find a link at the bottom right to download the HTML version. +After clicking any link to [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/index.html), go to the top of the sidebar, then make sure you have the correct Espressif chip (target) and ESP-IDF version selected in the dropdown menus. You can also find a link at the bottom right to download the HTML version as a zip for offline reading. # Building Documentation diff --git a/docs/README_CN.md b/docs/README_CN.md index 7e4616423f..c68a5ab37a 100644 --- a/docs/README_CN.md +++ b/docs/README_CN.md @@ -13,7 +13,7 @@ * 英文: https://docs.espressif.com/projects/esp-idf/en/latest/ * 中文: https://docs.espressif.com/projects/esp-idf/zh_CN/latest/ -在您点击任何链接访问 [ESP-IDF 编程指南](https://docs.espressif.com/projects/esp-idf/zh_CN/latest/index.html)后,请前往侧边栏顶部,确保在下拉菜单中选择了正确的乐鑫芯片(目标)和 ESP-IDF 版本。您还可以在页面右下角找到下载 HTML 版本的链接。 +在您点击任何链接访问 [ESP-IDF 编程指南](https://docs.espressif.com/projects/esp-idf/zh_CN/latest/index.html)后,请前往侧边栏顶部,确保在下拉菜单中选择了正确的乐鑫芯片(目标)和 ESP-IDF 版本。您还可以在页面右下角找到下载 HTML 版本的链接,下载 HTML 版本压缩包离线阅读。 # 构建文档