Skip to content

Commit 04b5b47

Browse files
doc: samples: add shell samples
Add section for shell samples, link shell samples in there, and add link to section. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent 22d6ba6 commit 04b5b47

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,13 @@
5858
/samples/boot/ @nrfconnect/ncs-pluto
5959
/samples/mcumgr/ @nrfconnect/ncs-pluto
6060
/samples/peripherals/ @nrfconnect/ncs-bm
61+
/samples/shell/ @nrfconnect/ncs-bm
6162

6263
# Samples documentation
6364
/samples/**/*.rst @nrfconnect/ncs-bm-doc
6465
/samples/bluetooth/**/*.rst @nrfconnect/ncs-bm-doc
6566
/samples/peripherals/**/*.rst @nrfconnect/ncs-bm-doc
67+
/samples/shell/**/*.rst @nrfconnect/ncs-bm-doc
6668

6769
# Scripts
6870
/scripts/ @nrfconnect/ncs-bm

doc/nrf-bm/sample/shell.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. _shell_samples:
2+
3+
Shell samples
4+
#############
5+
6+
This section lists the available samples for shell support.
7+
8+
.. toctree::
9+
:maxdepth: 1
10+
:caption: Subpages
11+
:glob:
12+
13+
../samples/shell/bm_uarte/README.rst

doc/nrf-bm/samples.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ All other samples and applications that are included in the distribution must be
1515

1616
sample/ble
1717
sample/peripheral
18+
sample/shell

0 commit comments

Comments
 (0)