From 3f796fbe56941e6889520005fcd60d1b508167df Mon Sep 17 00:00:00 2001 From: Yuhan Wei Date: Mon, 19 Aug 2024 17:31:40 +0800 Subject: [PATCH] docs(ble): Added api-guides/classic-bt/index.rst and overview.rst to CLASSIC_BT_DOCS in conf_common.py --- docs/conf_common.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/conf_common.py b/docs/conf_common.py index af3c9d8fbd..ede7eeaff2 100644 --- a/docs/conf_common.py +++ b/docs/conf_common.py @@ -39,7 +39,9 @@ BLE_MESH_DOCS = ['api-guides/esp-ble-mesh/ble-mesh-index.rst', 'api-guides/esp-ble-mesh/ble-mesh-faq.rst', 'api-reference/bluetooth/esp-ble-mesh.rst'] -CLASSIC_BT_DOCS = ['api-reference/bluetooth/classic_bt.rst', +CLASSIC_BT_DOCS = ['api-guides/classic-bt/index.rst', + 'api-guides/classic-bt/overview.rst', + 'api-reference/bluetooth/classic_bt.rst', 'api-reference/bluetooth/esp_a2dp.rst', 'api-reference/bluetooth/esp_avrc.rst', 'api-reference/bluetooth/esp_hidd.rst',