Skip to content

Commit f22ea3b

Browse files
greg-fernordicjm
authored andcommitted
doc: matter: remove Matter Cluster Editor page
Removed the standalone tool page under Matter tools. Updated the section on the Matter tools page. Added links to the new Matter Cluster Editor app documentation. Updated redirects.py. NCD-1413. Signed-off-by: Grzegorz Ferenc <[email protected]>
1 parent 6555057 commit f22ea3b

33 files changed

+37
-451
lines changed

doc/_utils/redirects.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@
360360
("ug_matter_gs_testing_thread_separate_otbr_android", "protocols/matter/getting_started/testing/index"), # Matter over Thread: Configuring Border Router and Android controller on separate devices (removed after 2.2.0)
361361
("ug_matter_gs_testing_wifi_mobile", "protocols/matter/getting_started/testing/index"), # Matter over Wi-Fi: Configuring CHIP Tool for Android (removed after 2.2.0)
362362
("ug_matter_gs_tools", "protocols/matter/getting_started/tools"), # Matter tools
363+
("protocols/matter/getting_started/manufacturer_cluster_editor_tool", "protocols/matter/getting_started/tools"), # Matter Cluster Editor tool page (removed for v3.1.0)
363364
("ug_matter_gs_kconfig", "protocols/matter/getting_started/kconfig"), # Enabling Matter in Kconfig
364365
("ug_matter_gs_advanced_kconfigs", "protocols/matter/getting_started/advanced_kconfigs"), # Advanced Matter Kconfig options
365366
("ug_matter_gs_adding_clusters", "protocols/matter/getting_started/adding_clusters"), # Adding clusters to Matter application

doc/nrf/includes/matter_manufacturer_cluster_editor_note.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

doc/nrf/links.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,7 @@
682682
.. _`Cellular Monitor app`: https://docs.nordicsemi.com/bundle/nrf-connect-cellularmonitor/page/index.html
683683
.. _`Managing credentials`: https://docs.nordicsemi.com/bundle/nrf-connect-cellularmonitor/page/managing_credentials.html
684684

685+
.. _`Matter Cluster Editor app`: https://docs.nordicsemi.com/bundle/nrf-connect-matter-cluster-editor/page/index.html
685686
.. _`nPM PowerUP app`: https://docs.nordicsemi.com/bundle/nrf-connect-npm/page/index.html
686687
.. _`Quick Start app`: https://docs.nordicsemi.com/bundle/nrf-connect-quickstart/page/index.html
687688
.. _`RSSI Viewer app`: https://docs.nordicsemi.com/bundle/nrf-connect-rssi-viewer/page/index.html

doc/nrf/protocols/matter/getting_started/custom_clusters.rst

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,24 @@ Use the :ref:`matter_template_sample` sample as the base for building a manufact
4242
Create a new cluster description file in XML format
4343
***************************************************
4444

45-
You can create a new cluster description file in two ways - using the nRF Connect Matter Manufacturer Cluster Editor tool or manually by writing an XML file.
46-
Choose the method that you find most convenient.
45+
You can create a new cluster description file in the following ways:
4746

48-
The ``Using the nRF Connect Matter Manufacturer Cluster Editor`` tab provides the steps to create a new cluster description file.
49-
The ``Manually create an XML file`` tab explains each element of the XML file, to help you create the file manually.
50-
You can also use the example of the XML file provided at the end of this section.
47+
* Using the `Matter Cluster Editor app`_.
48+
The related tab provides the steps to create a new cluster description file.
5149

52-
To learn more about the tool, see the :ref:`ug_nrfconnect_manufacturer_cluster_editor_tool_basic_functionalities` section in the :ref:`ug_nrfconnect_manufacturer_cluster_editor_tool` user guide.
50+
* Manually by writing an XML file.
51+
The related tab explains each element of the XML file to help you create the file manually.
52+
You can also use the example of the XML file provided at the end of this section.
5353

5454
.. tabs::
5555

56-
.. tab:: Using the nRF Connect Matter Manufacturer Cluster Editor
56+
.. tab:: Using the Matter Cluster Editor app
5757

58-
.. include:: /includes/matter_manufacturer_cluster_editor_note.txt
58+
.. note::
59+
|matter_cluster_editor_preview|
5960

60-
Before using the tool, you need to download its preview version and unpack it on your machine.
61-
First, make sure you have completed the steps listed in the :ref:`ug_nrfconnect_manufacturer_cluster_editor_tool_downloading_installing` user guide.
61+
Before using the tool, you need to download and install it.
62+
See the `Matter Cluster Editor app`_ documentation for installation instructions.
6263

6364
Once you have the tool installed, you can create a new cluster description file.
6465
Complete the following steps:

0 commit comments

Comments
 (0)