Skip to content

Commit

Permalink
Documentation: more reorganization (project-chip#36100)
Browse files Browse the repository at this point in the history
* Documentation: Fix NXP index

* Documentation: Fix up getting started ordering, names

* Documentation: Fix up new cluster section names

* Documentation: fix examples

- group into sub-tables
- un-smurf-name
  • Loading branch information
cecille authored Oct 18, 2024
1 parent 728d138 commit b79c6c6
Show file tree
Hide file tree
Showing 50 changed files with 366 additions and 397 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# New Clusters & Device Types
# Implementing New Clusters & Device Types

The goal of new cluster and device type development is to

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# How to Add New Device Types & Clusters
# Adding new clusters and device types to the codegen

This document outlines the process needed to add a new Matter device type and
related clusters. Obviously, the steps below assume that the related Matter
Expand Down
2 changes: 1 addition & 1 deletion docs/cluster_and_device_type_dev/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ types in the SDK.
```

- [Cluster and device type development](./cluster_and_device_type_dev.md)
- [How To Add New Device Types & Clusters](how_to_add_new_dts_and_clusters.md)
- [How To Add New Device Types & Clusters](./how_to_add_new_dts_and_clusters.md)
- [Cluster Server design](./unit_testing_clusters.md)
8 changes: 8 additions & 0 deletions docs/examples/air_purifier.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Air Purifier

```{toctree}
:glob:
:maxdepth: 1
air-purifier-app/**/README
```
8 changes: 8 additions & 0 deletions docs/examples/air_quality.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Air Quality

```{toctree}
:glob:
:maxdepth: 1
air-quality-sensor-app/**/README
```
8 changes: 8 additions & 0 deletions docs/examples/all_clusters.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## All clusters

```{toctree}
:glob:
:maxdepth: 1
all-clusters-app/**/README
```
8 changes: 8 additions & 0 deletions docs/examples/all_clusters_minimal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## All clusters minimal

```{toctree}
:glob:
:maxdepth: 1
all-clusters-minimal-app/**/README
```
8 changes: 8 additions & 0 deletions docs/examples/bridge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Bridge

```{toctree}
:glob:
:maxdepth: 1
bridge-app/**/README
```
9 changes: 9 additions & 0 deletions docs/examples/chef.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## CHEF

```{toctree}
:glob:
:maxdepth: 1
chef/README*
chef/**/README
```
8 changes: 8 additions & 0 deletions docs/examples/chip_tool.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## CHIP Tool example

```{toctree}
:glob:
:maxdepth: 1
chip-tool/README
```
8 changes: 8 additions & 0 deletions docs/examples/contact_sensor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Contact Sensor

```{toctree}
:glob:
:maxdepth: 1
contact-sensor-app/**/README
```
8 changes: 8 additions & 0 deletions docs/examples/darwin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## CHIP Tool Darwin

```{toctree}
:glob:
:maxdepth: 1
darwin-framework-tool/README
```
8 changes: 8 additions & 0 deletions docs/examples/dishwasher.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Dishwasher

```{toctree}
:glob:
:maxdepth: 1
dishwasher-app/**/README
```
8 changes: 8 additions & 0 deletions docs/examples/energy_management.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Energy Management

```{toctree}
:glob:
:maxdepth: 1
energy-management-app/**/README
```
8 changes: 8 additions & 0 deletions docs/examples/fabric_admin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Fabric Admin

```{toctree}
:glob:
:maxdepth: 1
fabric-admin/README
```
8 changes: 8 additions & 0 deletions docs/examples/fabric_bridge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Fabric Bridge

```{toctree}
:glob:
:maxdepth: 1
fabric-bridge-app/**/README
```
Loading

0 comments on commit b79c6c6

Please sign in to comment.