[PATCH 9/9] index.rst: move release notes in their own section

Antonin Godard <[email protected]> Fri, 24 Jul 2026 15:25:06 +0200
Newsgroups org.yoctoproject.lists.docs
Message-ID <[email protected]>
The release notes are currently hidden in the welcome page, under the
"Release Manuals" section, but these changelogs/migration guides are not
release manuals per say. Move them out of the "Release Manuals" section
under their own "Release Information" section, and make them appear as a
"Release Notes and Migration Guides" section in the welcome page.

Signed-off-by: Antonin Godard <[email protected]>
---
 documentation/index.rst | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/documentation/index.rst b/documentation/index.rst
index c1b577fa2..afabb6615 100644
--- a/documentation/index.rst
+++ b/documentation/index.rst
@@ -83,12 +83,22 @@ Security-related processes and contact information for vulnerability reporting.
 
    Yocto Project Security Reference <security-reference/index>
 
+Release Information
+===================
+
+Release notes and migration guides for the different Yocto Project releases.
+
+.. toctree::
+   :maxdepth: 2
+   :caption: Release Information
+
+   Release Notes and Migration Guides <migration-guides/index>
+
 .. toctree::
    :maxdepth: 1
    :caption: Release Manuals
    :hidden:
 
-   Release Information <migration-guides/index>
    releases
 
 .. toctree::

-- 
2.55.0