[llvm] [QualGroup][docs] Move QualGroup docs to Reference section (PR #160021)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 21 19:18:53 PDT 2025
https://github.com/IamYJLee created https://github.com/llvm/llvm-project/pull/160021
This patch makes the following updates to the `QualGroup` documentation:
✅ 1. Move to Reference section
Relocated the Qualification Working Group (QualGroup) docs from the main index into the Reference section for better organization and consistency.
✅ 2. Add link in GettingInvolved
Inserted a proper link to the QualGroup documentation in the GettingInvolved sync-ups table, improving discoverability for newcomers.
✅ 3. Align structure with Security Group
Revised the documentation layout to follow the same structure pattern as the Security Group docs, ensuring consistency across LLVM working group references.
>From 546a53c9679ff411bf1c15b521201fc9ab873676 Mon Sep 17 00:00:00 2001
From: LeeYoungJoon <dog3hk.dev at gmail.com>
Date: Mon, 22 Sep 2025 11:15:02 +0900
Subject: [PATCH] [QualGroup][docs] Move QualGroup docs to Reference section
Reorganize LLVM Qualification Working Group documentation by:
- Moving QualGroup from main index to Reference section
- Adding proper link in GettingInvolved sync-ups table
- Following Security Group documentation structure pattern
---
llvm/docs/GettingInvolved.rst | 2 +-
llvm/docs/Reference.rst | 1 +
llvm/docs/index.rst | 3 ---
3 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/llvm/docs/GettingInvolved.rst b/llvm/docs/GettingInvolved.rst
index d87a8bd81cc7b..72716fa667487 100644
--- a/llvm/docs/GettingInvolved.rst
+++ b/llvm/docs/GettingInvolved.rst
@@ -208,7 +208,7 @@ what to add to your calendar invite.
- 3rd Tuesday of the month
- `ics <https://drive.google.com/file/d/1ten-u-4yjOcCoONUtR4_AxsFxRDTUp1b/view?usp=sharing>`__
- `Meeting details/agenda: <https://docs.google.com/document/d/1Glzy2JiWuysbD-HBWGUOkZqT09GJ4_Ljodr0lXD5XfQ/edit>`__
- * - LLVM Qualification Working Group
+ * - `LLVM Qualification Working Group <https://llvm.org/docs/QualGroup.html>`__
- 1st Tuesday/Wednesday of the month
- `ics <https://calendar.google.com/calendar/ical/c_fe5774fa2769c5085d6b87e8fac272e8940e7d0089bc0e0a58dc3ead7978504b%40group.calendar.google.com/public/basic.ics>`__
`gcal <https://calendar.google.com/calendar/embed?src=c_fe5774fa2769c5085d6b87e8fac272e8940e7d0089bc0e0a58dc3ead7978504b%40group.calendar.google.com&ctz=Asia%2FTokyo>`__
diff --git a/llvm/docs/Reference.rst b/llvm/docs/Reference.rst
index 7d0fdd78dc96d..5d842d339f8c9 100644
--- a/llvm/docs/Reference.rst
+++ b/llvm/docs/Reference.rst
@@ -46,6 +46,7 @@ LLVM and API reference documentation.
ScudoHardenedAllocator
MemoryModelRelaxationAnnotations
MemTagSanitizer
+ QualGroup
Security
SecurityTransparencyReports
SegmentedStacks
diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst
index 28ca6bf6316f4..b480729aaa5d9 100644
--- a/llvm/docs/index.rst
+++ b/llvm/docs/index.rst
@@ -86,7 +86,6 @@ LLVM welcomes contributions of all kinds. To learn more, see the following artic
:hidden:
GettingInvolved
- QualGroup
* :doc:`GettingInvolved`
* :ref:`development-process`
@@ -98,8 +97,6 @@ LLVM welcomes contributions of all kinds. To learn more, see the following artic
* :ref:`report-security-issue`
-* :doc:`QualGroup`
-
Indices and tables
==================
More information about the llvm-commits
mailing list