From c72249674de21f47c1aa73c2149441d72f0131b5 Mon Sep 17 00:00:00 2001
From: Peter Krempa <pkrempa@redhat.com>
Date: Tue, 5 Apr 2022 13:17:30 +0200
Subject: [PATCH] kbase: index: Split off 'internals' section

Add a separate column of documents regarding internals of libvirt and
move the 'migrationinternals' and 'incrementalbackupinternals' pages
under the new heading.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
---
 docs/kbase/index.rst | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/docs/kbase/index.rst b/docs/kbase/index.rst
index 9c4e921f1f..4e18acd4d9 100644
--- a/docs/kbase/index.rst
+++ b/docs/kbase/index.rst
@@ -62,8 +62,8 @@ Usage
     Details about snapshotting a VM
 
 
-Internals / Debugging
----------------------
+Debugging
+---------
 
 `Debug logs <debuglogs.html>`__
   Configuration of logging and tips on how to file a good bug report.
@@ -71,13 +71,17 @@ Internals / Debugging
 `Systemtap <systemtap.html>`__
    Explanation of how to use systemtap for libvirt tracing.
 
+`Capturing core dumps for QEMU <qemu-core-dump.html>`__
+   How to configure libvirt to enable capture of core dumps from
+   QEMU virtual machines
+
+
+Internals
+---------
+
 `Incremental backup internals <incrementalbackupinternals.html>`__
    Incremental backup implementation details relevant for users
 
 `VM migration internals <migrationinternals.html>`__
    VM migration implementation details, complementing the info in
    `migration <../migration.html>`__
-
-`Capturing core dumps for QEMU <qemu-core-dump.html>`__
-   How to configure libvirt to enable capture of core dumps from
-   QEMU virtual machines