docs(ble): Created an independent BLE folder

This commit is contained in:
Yuhan Wei
2024-07-16 14:18:41 +08:00
committed by Wei Yu Han
parent e4b3fe2f46
commit c6f974e689
9 changed files with 39 additions and 71 deletions

View File

@@ -16,10 +16,7 @@ from esp_docs.conf_docs import * # noqa: F403,F401
if os.environ.get('IDF_PATH') is None:
raise RuntimeError('IDF_PATH should be set, run export.sh before building docs')
BT_DOCS = ['api-guides/bluetooth.rst',
'api-guides/bluetooth/index.rst',
'api-guides/bluetooth/bluetooth.rst',
'api-reference/bluetooth/esp_bt_defs.rst',
BT_DOCS = ['api-reference/bluetooth/esp_bt_defs.rst',
'api-reference/bluetooth/esp_bt_device.rst',
'api-reference/bluetooth/esp_bt_main.rst',
'api-reference/bluetooth/bt_common.rst',
@@ -27,7 +24,8 @@ BT_DOCS = ['api-guides/bluetooth.rst',
'api-reference/bluetooth/index.rst']
BLE_DOCS = ['api-reference/bluetooth/bt_le.rst',
'api-guides/bluetooth/ble/ble-feature-support-status.rst',
'api-guides/ble/index.rst',
'api-guides/ble/overview.rst',
'api-reference/bluetooth/esp_gap_ble.rst',
'api-reference/bluetooth/esp_gatt_defs.rst',
'api-reference/bluetooth/esp_gatts.rst',