Merge branch 'doc_fix' into 'main'

docs: Point all doc links to latest deployment

See merge request app-frameworks/esp-matter!283
This commit is contained in:
Hrishikesh Dhayagude
2023-02-03 01:38:34 +08:00
10 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ Use actual documentation generated within about 20 minutes on each commit:
# Hosted Documentation
* English: https://docs.espressif.com/projects/esp-matter/en/main/
* English: https://docs.espressif.com/projects/esp-matter/en/latest/
The above URL is for the main branch latest version. Click the drop-down in the bottom left to choose a particular version or to download a PDF.
+1 -1
View File
@@ -162,7 +162,7 @@ Here are the menuconfig options related to the usage of factory partition binary
When selecting ``Attestation - Factory``, the app will use the PAI certificate, DAC, DAC private key, and CD in the factory partition binary.
When selecting ``Attestation - Secure Cert``, the app will use the PAI certificate, DAC, DAC private key, and CD in the secure cert partition. This option is for the `Pre-Provisioned Modules <https://docs.espressif.com/projects/esp-matter/en/main/esp32/production.html#pre-provisioned-modules>`__. And the original vendor ID and product ID should be added to the CD file for the Pre-Provisioned Modules. Please contact your Espressif contact person for more information.
When selecting ``Attestation - Secure Cert``, the app will use the PAI certificate, DAC, DAC private key, and CD in the secure cert partition. This option is for the `Pre-Provisioned Modules <https://docs.espressif.com/projects/esp-matter/en/latest/esp32/production.html#pre-provisioned-modules>`__. And the original vendor ID and product ID should be added to the CD file for the Pre-Provisioned Modules. Please contact your Espressif contact person for more information.
3.3 Matter OTA Image Generation
-------------------------------
+1 -1
View File
@@ -764,7 +764,7 @@ This section introduces the Matter controller example. Now this example supports
2.4.5.1 Starting with device console
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
After you flash the controller example to the device. you can use `device console<https://docs.espressif.com/projects/esp-matter/en/main/esp32/developing.html#device-console>` to commission and send commands to the end-device. All of the controller commands start with *matter esp controller*.
After you flash the controller example to the device. you can use `device console<https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html#device-console>` to commission and send commands to the end-device. All of the controller commands start with *matter esp controller*.
2.4.5.2 Pairing commands
^^^^^^^^^^^^^^^^^^^^^^^^
+1 -1
View File
@@ -2,7 +2,7 @@
This example demonstrates a Matter-BLE Mesh Bridge that bridges BLE Mesh devices to Matter fabric.
See the [docs](https://docs.espressif.com/projects/esp-matter/en/main/esp32/developing.html) for more information about building and flashing the firmware.
See the [docs](https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html) for more information about building and flashing the firmware.
## 1. Additional Environment Setup
+2 -2
View File
@@ -3,7 +3,7 @@
This example creates a Matter Controller using the ESP Matter data model.
See the [docs](https://docs.espressif.com/projects/esp-matter/en/main/esp32/developing.html) for more information about building and flashing the firmware.
See the [docs](https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html) for more information about building and flashing the firmware.
## 1. Additional Environment Setup
@@ -11,7 +11,7 @@ No additional setup is required.
## 2. Controller Example
See the [docs](https://docs.espressif.com/projects/esp-matter/en/main/esp32/developing.html#controller-example) for more information
See the [docs](https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html#controller-example) for more information
about pairing and controling an end-device using this example
## A2 Appendix FAQs
+1 -1
View File
@@ -3,7 +3,7 @@
This example creates a Generic Switch device using the ESP
Matter data model.
See the [docs](https://docs.espressif.com/projects/esp-matter/en/main/esp32/developing.html) for more information about building and flashing the firmware.
See the [docs](https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html) for more information about building and flashing the firmware.
## 1. Additional Environment Setup
+1 -1
View File
@@ -3,7 +3,7 @@
This example creates a Color Temperature Light device using the ESP
Matter data model.
See the [docs](https://docs.espressif.com/projects/esp-matter/en/main/esp32/developing.html) for more information about building and flashing the firmware.
See the [docs](https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html) for more information about building and flashing the firmware.
## 1. Additional Environment Setup
+1 -1
View File
@@ -5,7 +5,7 @@ This example creates an On/Off Light Switch device using the data model.
It creates the On/Off client and other devices can be bound to the
switch and then controlled from the switch.
See the [docs](https://docs.espressif.com/projects/esp-matter/en/main/esp32/developing.html) for more information about building and flashing the firmware.
See the [docs](https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html) for more information about building and flashing the firmware.
## 1. Additional Environment Setup
+1 -1
View File
@@ -3,7 +3,7 @@
This example creates a Color Temperature Light device using the Zap
data model instead of the ESP Matter data model.
See the [docs](https://docs.espressif.com/projects/esp-matter/en/main/esp32/developing.html) for more information about building and flashing the firmware.
See the [docs](https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html) for more information about building and flashing the firmware.
## 1. Additional Environment Setup
+1 -1
View File
@@ -5,7 +5,7 @@ This example demonstrates a Matter-Zigbee Bridge that bridges Zigbee devices to
The Matter Bridge device is composed of two parts: The RCP running on
ESP32-H2 and the bridge app running on ESP32.
See the [docs](https://docs.espressif.com/projects/esp-matter/en/main/esp32/developing.html) for more information about building and flashing the firmware.
See the [docs](https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html) for more information about building and flashing the firmware.
## 1. Additional Environment Setup