You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit adds support for categorizing code samples in the
documentation.
It introduces two new directives:
- `zephyr:code-sample-category::` to create a category and associated
brief description, that implicitly acts as a toctree too.
- `zephyr:code-sample-listing::` to allow dumping a list of samples
corresponding to a category anywhere in the documentation.
Fixes #62453.
Signed-off-by: Benjamin Cabé <[email protected]>
(cherry picked from commit 793c70d)
Signed-off-by: Sean Madigan <[email protected]>
(cherry picked from commit 6295905)
0 commit comments