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 <antonin.godard@bootlin.com>
(cherry picked from commit 8a20261c231c2bda8be6eea2bbefee19b49cf35d)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Paul Barker <paul@pbarker.dev>
This commit is contained in:
Antonin Godard
2026-07-24 15:24:59 +02:00
committed by Paul Barker
parent b39088793e
commit 63b78c24e1

View File

@@ -29,6 +29,17 @@ Get started using the Yocto Project.
Yocto Project Technical Overview <https://www.yoctoproject.org/development/technical-overview/>
Tips and Tricks Wiki <https://wiki.yoctoproject.org/wiki/TipsAndTricks>
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 <contributor-guide/index>
Manuals
=======
@@ -41,7 +52,6 @@ infrastructure.
:caption: Manuals
Overview and Concepts Manual <overview-manual/index>
Contributor Guide <contributor-guide/index>
Reference Manual <ref-manual/index>
Board Support Package (BSP) Developer's guide <bsp-guide/index>
Development Tasks Manual <dev-manual/index>