Skip to content

Commit d1820ae

Browse files
committed
doc: boards: move subpages under Board support
Moved the board definition docs under Board support. Removed the separate section for Boards from the top level. These definitions may be moved to sdk-zephyr in a future release, so having a top section for them is not needed, as we might end up with an empty section. Additionally, a top section with two entries might've suggested that only two boards are supported by the nRF Connect SDK. Discussed with @b-gent. Follow-up to #27423. Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
1 parent c83efed commit d1820ae

4 files changed

Lines changed: 20 additions & 22 deletions

File tree

doc/nrf/app_dev/board_names.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,24 @@ The following boards are defined in the :file:`nrf/boards/nordic/` folder.
237237
| | | | ``thingy91x/nrf5340/cpunet`` |
238238
+-------------------+------------+----------------------------------------------------------+---------------------------------------------------------------------------+
239239

240+
.. _nrf_boards:
241+
242+
Board documentation in sdk-nrf
243+
==============================
244+
245+
Out of the boards defined in sdk-nrf, the following boards have dedicated definition pages:
246+
247+
.. toctree::
248+
:maxdepth: 1
249+
:caption: Board definition pages in sdk-nrf:
250+
:glob:
251+
252+
../boards/nordic/*/doc/index
253+
254+
.. note::
255+
256+
Some of these board definitions may move to the sdk-zephyr repository in a future release.
257+
240258
.. _shield_names_nrf:
241259

242260
Shields included in sdk-nrf

doc/nrf/boards.rst

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

doc/nrf/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ Varied reference designs
4444

4545
gsg_guides
4646
installation
47-
boards
4847
app_dev
4948
test_and_optimize
5049
security

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,3 +692,5 @@ Documentation
692692
Updated:
693693

694694
* The :ref:`ug_nrf54h20_architecture_lifecycle` documentation page, expanding the description of the LCS states.
695+
* The :ref:`app_boards` documentation page by moving the pages with board definitions under the :ref:`nrf_boards` section.
696+
This update removes the Supported boards section from the top level of the |NCS| documentation.

0 commit comments

Comments
 (0)