[PATCH 6/9] docs: kbase: Split articles into sections

Peter Krempa pkrempa at redhat.com
Wed Nov 4 17:01:58 UTC 2020


Split the existing list of kbase articles into a 'Usage' category and
into 'Internals/Debugging'. This will later represent the two columns on
the web page.

Signed-off-by: Peter Krempa <pkrempa at redhat.com>
---
 docs/kbase/index.rst | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/docs/kbase/index.rst b/docs/kbase/index.rst
index b3e6e5461b..f9e42f211f 100644
--- a/docs/kbase/index.rst
+++ b/docs/kbase/index.rst
@@ -2,8 +2,8 @@
 Knowledge base
 ==============

-`Debug logs <debuglogs.html>`__
-  Configuration of logging and tips on how to file a good bug report.
+Usage
+-----

 `Disk locking <locking.html>`__
    Ensuring exclusive guest access to disks with
@@ -34,15 +34,21 @@ Knowledge base
    Examination of the security protections used for QEMU and how they need
    configuring to allow use of QEMU passthrough with host files/devices.

-`Systemtap <systemtap.html>`__
-   Explanation of how to use systemtap for libvirt tracing.
-
 `Virtio-FS <virtiofs.html>`__
    Share a filesystem between the guest and the host

 `KVM real time <kvm-realtime.html>`__
    Run real time workloads in guests on a KVM hypervisor

+Internals / Debugging
+---------------------
+
+`Debug logs <debuglogs.html>`__
+  Configuration of logging and tips on how to file a good bug report.
+
+`Systemtap <systemtap.html>`__
+   Explanation of how to use systemtap for libvirt tracing.
+
 `Incremental backup internals <incrementalbackupinternals.html>`__
    Incremental backup implementation details relevant for users

-- 
2.26.2




More information about the libvir-list mailing list