From f070ac4da87039265ae93997e5d96862013ab2b1 Mon Sep 17 00:00:00 2001 From: Geng Yuchao Date: Thu, 4 Aug 2022 15:47:00 +0800 Subject: [PATCH] Update BLE documentation scope --- docs/conf_common.py | 3 ++- docs/en/migration-guides/release-5.x/index.rst | 2 +- docs/zh_CN/migration-guides/release-5.x/index.rst | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/conf_common.py b/docs/conf_common.py index 6e43ca6600..645ff657f1 100644 --- a/docs/conf_common.py +++ b/docs/conf_common.py @@ -34,7 +34,8 @@ BT_DOCS = ['api-guides/blufi.rst', 'api-reference/bluetooth/esp_blufi.rst', 'api-reference/bluetooth/esp-ble-mesh.rst', 'api-reference/bluetooth/index.rst', - 'api-reference/bluetooth/nimble/index.rst'] + 'api-reference/bluetooth/nimble/index.rst', + 'migration-guides/release-5.x/bluetooth-low-energy.rst'] CLASSIC_BT_DOCS = ['api-reference/bluetooth/classic_bt.rst', 'api-reference/bluetooth/esp_a2dp.rst', diff --git a/docs/en/migration-guides/release-5.x/index.rst b/docs/en/migration-guides/release-5.x/index.rst index eaf292ec93..44ccc789be 100644 --- a/docs/en/migration-guides/release-5.x/index.rst +++ b/docs/en/migration-guides/release-5.x/index.rst @@ -7,7 +7,7 @@ Migration from 4.4 to 5.0 :maxdepth: 1 :SOC_BT_CLASSIC_SUPPORTED: bluetooth-classic - bluetooth-low-energy + :SOC_BLE_SUPPORTED: bluetooth-low-energy build-system gcc networking diff --git a/docs/zh_CN/migration-guides/release-5.x/index.rst b/docs/zh_CN/migration-guides/release-5.x/index.rst index c5970670e0..4b476cfa3f 100644 --- a/docs/zh_CN/migration-guides/release-5.x/index.rst +++ b/docs/zh_CN/migration-guides/release-5.x/index.rst @@ -7,7 +7,7 @@ :maxdepth: 1 :SOC_BT_CLASSIC_SUPPORTED: bluetooth-classic - bluetooth-low-energy + :SOC_BLE_SUPPORTED: bluetooth-low-energy build-system gcc networking