diff --git a/docs/conf_common.py b/docs/conf_common.py index d0123f0..55cf1a2 100755 --- a/docs/conf_common.py +++ b/docs/conf_common.py @@ -27,6 +27,7 @@ idf_targets = ['esp32', 'esp32s2', 'esp32s3', 'esp32c3', 'esp32c6', 'esp32h2', 'esp32c2', 'esp32p4', 'esp32c5', 'esp32c61', 'other'] ESP32_DOCS = ['*.rst', + 'eol/*.rst', 'esp-wrover-kit/*.rst', 'esp32-devkitc/*.rst', 'esp32-devkitm-1/*.rst', @@ -64,6 +65,7 @@ 'esp32-c5-devkitc-1/*.rst' ] ESP32S2_DOCS = ['*.rst', + 'eol/*.rst', 'esp32-s2-devkitc-1/*.rst', 'esp32-s2-devkitm-1/*.rst', 'esp32-s2-hmi-devkit-1/*.rst', diff --git a/docs/en/eol/eol-boards.rst b/docs/en/eol/eol-boards.rst new file mode 100644 index 0000000..c1c91cc --- /dev/null +++ b/docs/en/eol/eol-boards.rst @@ -0,0 +1,29 @@ +:orphan: + +.. This page is only built for targets with EOL boards. + +EOL (End of Life) Boards +------------------------ + +:link_to_translation:`zh_CN:[中文]` + +This section contains user guides for the {IDF_TARGET_NAME} end-of-life development boards and is provided for reference only. While these boards may still be available on the market or used in legacy systems, they no longer receive updates, bug fixes, or official support. It is recommended to switch to newer development boards for better performance and more features. + +.. only:: esp32 + + .. toctree:: + :maxdepth: 1 + + ESP32-Sense-Kit <../esp32-sense-kit/index> + ESP32-MeshKit-Sense <../esp32-meshkit-sensor/index> + ESP-WROVER-KIT <../esp-wrover-kit/index> + +.. only:: esp32s2 + + .. toctree:: + :maxdepth: 1 + + ESP32-S2-HMI-DevKit-1 <../esp32-s2-hmi-devkit-1/index> + ESP32-S2-Touch-Devkit-1 <../esp32-s2-touch-devkit-1/index> + ESP32-S2-Kaluga-1 <../esp32-s2-kaluga-1/index> + ESP32-S2-Saola-1 <../esp32-s2-saola-1/index> diff --git a/docs/en/index.rst b/docs/en/index.rst index a6ec1b8..5abd759 100755 --- a/docs/en/index.rst +++ b/docs/en/index.rst @@ -350,15 +350,7 @@ esp-dev-kits Documentation ESP32-S2-DevKitC-1 ESP32-S2-DevKitM-1 - - .. toctree:: - :hidden: - :caption: EOL (End of Life) Boards - - ESP32-S2-HMI-DevKit-1 - ESP32-S2-Touch-Devkit-1 - ESP32-S2-Kaluga-1 - ESP32-S2-Saola-1 + EOL (End of Life) Boards .. only:: esp32 @@ -373,14 +365,7 @@ esp-dev-kits Documentation ESP32-LCDKit ESP32-Ethernet-Kit ESP32-PICO-KIT - - .. toctree:: - :hidden: - :caption: EOL (End of Life) Boards - - ESP32-Sense-Kit - ESP32-MeshKit-Sense - ESP-WROVER-KIT + EOL (End of Life) Boards .. only:: other diff --git a/docs/zh_CN/eol/eol-boards.rst b/docs/zh_CN/eol/eol-boards.rst new file mode 100644 index 0000000..4a01b64 --- /dev/null +++ b/docs/zh_CN/eol/eol-boards.rst @@ -0,0 +1,29 @@ +:orphan: + +.. This page is only built for targets with EOL boards. + +寿命终止开发板 +-------------- + +:link_to_translation:`en:[English]` + +本节包含 {IDF_TARGET_NAME} 寿命终止开发板的用户指南,内容仅供参考。这些开发板虽然可能仍在市场上销售或在遗留系统中使用,但已停止接收更新、错误修复及官方支持。建议切换至新款开发板,以享受更优性能和更丰富的功能。 + +.. only:: esp32 + + .. toctree:: + :maxdepth: 1 + + ESP32-Sense-Kit <../esp32-sense-kit/index> + ESP32-MeshKit-Sense <../esp32-meshkit-sensor/index> + ESP-WROVER-KIT <../esp-wrover-kit/index> + +.. only:: esp32s2 + + .. toctree:: + :maxdepth: 1 + + ESP32-S2-HMI-DevKit-1 <../esp32-s2-hmi-devkit-1/index> + ESP32-S2-Touch-Devkit-1 <../esp32-s2-touch-devkit-1/index> + ESP32-S2-Kaluga-1 <../esp32-s2-kaluga-1/index> + ESP32-S2-Saola-1 <../esp32-s2-saola-1/index> diff --git a/docs/zh_CN/index.rst b/docs/zh_CN/index.rst index 5880480..643989b 100755 --- a/docs/zh_CN/index.rst +++ b/docs/zh_CN/index.rst @@ -350,15 +350,7 @@ esp-dev-kits 文档 ESP32-S2-DevKitC-1 ESP32-S2-DevKitM-1 - - .. toctree:: - :hidden: - :caption: 寿命终止开发板 - - ESP32-S2-HMI-DevKit-1 - ESP32-S2-Touch-Devkit-1 - ESP32-S2-Kaluga-1 - ESP32-S2-Saola-1 + 寿命终止开发板 .. only:: esp32 @@ -373,14 +365,7 @@ esp-dev-kits 文档 ESP32-LCDKit ESP32-Ethernet-Kit ESP32-PICO-KIT - - .. toctree:: - :hidden: - :caption: 寿命终止开发板 - - ESP32-Sense-Kit - ESP32-MeshKit-Sense - ESP-WROVER-KIT + 寿命终止开发板 .. only:: other