Plonk the Code of Conduct and Conflict Resolution Policy guides into a
new "Community & Governance" subsection.
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
---
docs/devel/index.rst | 3 +--
docs/devel/section-community-governance.rst | 9 +++++++++
2 files changed, 10 insertions(+), 2 deletions(-)
create mode 100644 docs/devel/section-community-governance.rst
diff --git a/docs/devel/index.rst b/docs/devel/index.rst
index f95df10b3eb..b5cb57124d3 100644
--- a/docs/devel/index.rst
+++ b/docs/devel/index.rst
@@ -10,8 +10,7 @@ modifying QEMU's source code.
:maxdepth: 2
:includehidden:
- code-of-conduct
- conflict-resolution
+ section-community-governance
build-system
style
kconfig
diff --git a/docs/devel/section-community-governance.rst b/docs/devel/section-community-governance.rst
new file mode 100644
index 00000000000..2c7e07257d1
--- /dev/null
+++ b/docs/devel/section-community-governance.rst
@@ -0,0 +1,9 @@
+Community & Governance
+======================
+
+.. toctree::
+ :maxdepth: 2
+ :includehidden:
+
+ code-of-conduct
+ conflict-resolution
--
2.31.1