]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: kbase: Reorder some articles in the 'Usage' section
authorPeter Krempa <pkrempa@redhat.com>
Wed, 4 Nov 2020 16:31:57 +0000 (17:31 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 16 Nov 2020 13:04:04 +0000 (14:04 +0100)
Historically we've added them in chronological order, but certain
articles are more likely to be needed and thus are easier to find when
placed earlier.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
docs/kbase/index.rst

index f9e42f211fa7917506cce2f509ceda3dc0b0b2de..1494be1e77e46be50c1dfc03d78687bd5e3a389d 100644 (file)
@@ -5,37 +5,37 @@ Knowledge base
 Usage
 -----
 
-`Disk locking <locking.html>`__
-   Ensuring exclusive guest access to disks with
-   `virtlockd <locking-lockd.html>`__ or
-   `Sanlock <locking-sanlock.html>`__
-
 `Secure usage <secureusage.html>`__
    Secure usage of the libvirt APIs
 
-`Protected virtualization on s390 <s390_protected_virt.html>`__
-   Running secure s390 guests with IBM Secure Execution
+`Backing chain management <backing_chains.html>`__
+   Explanation of how disk backing chain specification impacts libvirt's
+   behaviour and basic troubleshooting steps of disk problems.
 
-`Launch security <launch_security_sev.html>`__
-   Securely launching VMs with AMD SEV
+`Virtio-FS <virtiofs.html>`__
+   Share a filesystem between the guest and the host
 
-`Domain state capture <domainstatecapture.html>`__
-   Comparison between different methods of capturing domain state
+`Security with QEMU passthrough <qemu-passthrough-security.html>`__
+   Examination of the security protections used for QEMU and how they need
+   configuring to allow use of QEMU passthrough with host files/devices.
 
 `RPM deployment <rpm-deployment.html>`__
    Explanation of the different RPM packages and illustration of which to
    pick for installation
 
-`Backing chain management <backing_chains.html>`__
-   Explanation of how disk backing chain specification impacts libvirt's
-   behaviour and basic troubleshooting steps of disk problems.
+`Domain state capture <domainstatecapture.html>`__
+   Comparison between different methods of capturing domain state
 
-`Security with QEMU passthrough <qemu-passthrough-security.html>`__
-   Examination of the security protections used for QEMU and how they need
-   configuring to allow use of QEMU passthrough with host files/devices.
+`Disk locking <locking.html>`__
+   Ensuring exclusive guest access to disks with
+   `virtlockd <locking-lockd.html>`__ or
+   `Sanlock <locking-sanlock.html>`__
 
-`Virtio-FS <virtiofs.html>`__
-   Share a filesystem between the guest and the host
+`Protected virtualization on s390 <s390_protected_virt.html>`__
+   Running secure s390 guests with IBM Secure Execution
+
+`Launch security <launch_security_sev.html>`__
+   Securely launching VMs with AMD SEV
 
 `KVM real time <kvm-realtime.html>`__
    Run real time workloads in guests on a KVM hypervisor