From 33b3f081f077e1b5b191e601877d0bd908d3afbc Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Fri, 24 Jul 2026 15:25:01 +0200 Subject: [PATCH] index.rst: move external links to the bottom of the intro section These two links contain more introductory resources to the project and are external to yocto-docs, but currently break the flow of the introduction: - The "Yocto Project Technical Overview" from https://www.yoctoproject.org is essentially the same as our "Introducing the Yocto Project" section of the Overview and Concepts manual but with less details. - The Tips and Tricks wiki page contains a lot of old and obsolete information, and the wiki is bound to be deprecated at some point. Additionally, hide them from the sidebar by not including them in a toctree. (From yocto-docs rev: ddced6aa15828cfc127e5678ff2e8f64087d250a) Signed-off-by: Antonin Godard (cherry picked from commit a23f8a921a56ded065bf94bc52e26f280e83c949) Signed-off-by: Antonin Godard Signed-off-by: Paul Barker --- documentation/index.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/documentation/index.rst b/documentation/index.rst index 412233f9c1..6ba4e6a62e 100644 --- a/documentation/index.rst +++ b/documentation/index.rst @@ -26,8 +26,6 @@ Get started using the Yocto Project. Quick Build what-i-wish-id-known transitioning-to-a-custom-environment - Yocto Project Technical Overview - Tips and Tricks Wiki Get familiar with the development environment and concepts of the Yocto Project. @@ -36,6 +34,11 @@ Get familiar with the development environment and concepts of the Yocto Project. Overview and Concepts +Additional introductory resources. + +- `Technical Overview (external website) `__ +- `Tips and Tricks Wiki (external website) `__ + Contributing to the Yocto Project =================================