From 63b78c24e11618f5e59dada1bd65f0edeb1b600f Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Fri, 24 Jul 2026 15:24:59 +0200 Subject: [PATCH] index.rst: move the contributor guide out of the Manuals section In many project, contributing sections are usually separate from the technical documentation and put to the forefront. Let's follow this in yocto-docs by creating a dedicated section for it on the main page. (From yocto-docs rev: d80385c1c8221d7d6a11cfdeb504000d7385d44d) Signed-off-by: Antonin Godard (cherry picked from commit 8a20261c231c2bda8be6eea2bbefee19b49cf35d) Signed-off-by: Antonin Godard Signed-off-by: Paul Barker --- documentation/index.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/documentation/index.rst b/documentation/index.rst index fbaa717bfd..4eab42aae5 100644 --- a/documentation/index.rst +++ b/documentation/index.rst @@ -29,6 +29,17 @@ Get started using the Yocto Project. Yocto Project Technical Overview Tips and Tricks Wiki +Contributing to the Yocto Project +================================= + +Guides on how to contribute to the different parts of the Yocto Project. + +.. toctree:: + :maxdepth: 2 + :caption: Contributor Guide + + Contributor Guide + Manuals ======= @@ -41,7 +52,6 @@ infrastructure. :caption: Manuals Overview and Concepts Manual - Contributor Guide Reference Manual Board Support Package (BSP) Developer's guide Development Tasks Manual