zephyr/samples/index.rst
Benjamin Cabé 1db9b009a7 doc: samples: Adopt code-sample-category across tree
This commit uses the new .. zephyr:code-sample-category directive to
categorize code samples across the tree.
Updates existing legacy references to manually defined targets to now
use :zephyr:code-sample-category: role instead.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2024-09-23 12:00:00 +02:00

24 lines
672 B
ReStructuredText

.. zephyr:code-sample-category:: samples
:name: Samples and Demos
Zephyr offers a comprehensive collection of samples and demos that highlight the features of the
kernel and its subsystems.
These samples are crafted to be simple and easy to understand, serving as a starting point for your
own projects.
We welcome contributions of new samples to the project and you are encouraged to read more about
the :ref:`definition_and_criteria` if you are interested in submitting your own sample.
.. zephyr:code-sample-listing::
:categories: samples
:live-search:
.. toctree::
:titlesonly:
:maxdepth: 1
:hidden:
:glob:
sample_definition_and_criteria