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 <antonin.godard@bootlin.com>
(cherry picked from commit a23f8a921a56ded065bf94bc52e26f280e83c949)
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:25:01 +02:00
committed by Paul Barker
parent ced8ad236d
commit 33b3f081f0

View File

@@ -26,8 +26,6 @@ Get started using the Yocto Project.
Quick Build <brief-yoctoprojectqs/index>
what-i-wish-id-known
transitioning-to-a-custom-environment
Yocto Project Technical Overview <https://www.yoctoproject.org/development/technical-overview/>
Tips and Tricks Wiki <https://wiki.yoctoproject.org/wiki/TipsAndTricks>
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 <overview-manual/index>
Additional introductory resources.
- `Technical Overview (external website) <https://www.yoctoproject.org/development/technical-overview/>`__
- `Tips and Tricks Wiki (external website) <https://wiki.yoctoproject.org/wiki/TipsAndTricks>`__
Contributing to the Yocto Project
=================================