Merge branch 'docs/add_bluetooth_overview_page' into 'master'

docs: add bluetooth overview

Closes DOC-5644

See merge request espressif/esp-idf!25030
This commit is contained in:
Yi Ying
2023-08-16 19:02:16 +08:00
8 changed files with 198 additions and 1 deletions

View File

@@ -19,7 +19,8 @@ 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-reference/bluetooth/bt_le.rst',
BT_DOCS = ['api-guides/bluetooth.rst',
'api-reference/bluetooth/bt_le.rst',
'api-reference/bluetooth/esp_bt_defs.rst',
'api-reference/bluetooth/esp_bt_device.rst',
'api-reference/bluetooth/esp_bt_main.rst',