mirror of
https://git.yoctoproject.org/poky
synced 2026-09-01 14:40:12 +00:00
The homepage of the Yocto Project documentation currently has no introduction and only displays the table of contents. Inspired by https://docs.kernel.org, provide a short introduction to the documentation and also precede each section with a short sentence about what the section contains. The section titles are voluntarily duplicated in the document itself and in the toctree directive, so that the sidebar still contains them, and we can have text between the section titles and the toctree content. However this also duplicates the title in the document itself, so add CSS directive in our customization file to hide the duplicates. Note that these titles do not show in the PDF and ePub outputs as those are generated differently. (From yocto-docs rev: 378360de3dab9b6f349bac852eff645ab0066093) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 976ee1e250af67b944521b0446c255c88e57db07) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Paul Barker <paul@pbarker.dev>