Skip to content

Commit 8bb808b

Browse files
committed
Fix CI
1 parent 363ffd3 commit 8bb808b

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

docs/examples/index.md

+8
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,14 @@ lighting-app/**/README
149149
lighting-app/qpg/APPLICATION
150150
```
151151

152+
## Lighting example without unique id
153+
```{toctree}
154+
:glob:
155+
:maxdepth: 1
156+
157+
lighting-app-data-mode-no-unique-id/**/README
158+
```
159+
152160
## Light switch example
153161

154162
```{toctree}

examples/lighting-app-data-mode-no-unique-id/linux/README.md

-7
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ to build and run CHIP Linux Lighting Example on Raspberry Pi. This doc is tested
1010
on **Ubuntu for Raspberry Pi Server 20.04 LTS (aarch64)** and **Ubuntu for
1111
Raspberry Pi Desktop 20.10 (aarch64)**
1212

13-
```{toctree}
14-
:hidden:
15-
16-
*
17-
18-
```
19-
2013
To cross-compile this example on x64 host and run on **NXP i.MX 8M Mini**
2114
**EVK**, see the associated
2215
[README document](../../../docs/guides/nxp/nxp_imx8m_linux_examples.md) for

0 commit comments

Comments
 (0)