diff mbox series

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

Message ID 20260724-rework-welcome-page-v1-9-491772cc4b65@bootlin.com
State New
Headers show
Series Rework the docs.yoctoproject.org welcome page | expand

Commit Message

Antonin Godard July 24, 2026, 1:25 p.m. UTC
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 <antonin.godard@bootlin.com>
---
 documentation/index.rst | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)
diff mbox series

Patch

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::