]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: kbase: Split articles into sections
authorPeter Krempa <pkrempa@redhat.com>
Wed, 4 Nov 2020 14:51:17 +0000 (15:51 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 16 Nov 2020 13:04:03 +0000 (14:04 +0100)
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@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
docs/kbase/index.rst

index b3e6e5461b6a321ba255641f2046d753f3bd4dd3..f9e42f211fa7917506cce2f509ceda3dc0b0b2de 100644 (file)
@@ -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