From: Peter Krempa Date: Wed, 4 Nov 2020 14:37:46 +0000 (+0100) Subject: docs: kbase: Remove extra container from index page X-Git-Tag: v6.10.0-rc1~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24cd919aaa6472956bc27f8865164149e19b28a2;p=thirdparty%2Flibvirt.git docs: kbase: Remove extra container from index page The container was used to apply CSS classes to the content, so the looks are degraded. The idea is to have a similar layout to the 'docs.html' page with multiple columns, which will be added later. Signed-off-by: Peter Krempa Reviewed-by: Michal Privoznik --- diff --git a/docs/kbase/index.rst b/docs/kbase/index.rst index cf424bd099..b3e6e5461b 100644 --- a/docs/kbase/index.rst +++ b/docs/kbase/index.rst @@ -2,52 +2,50 @@ Knowledge base ============== -.. container:: panel widepanel +`Debug logs `__ + Configuration of logging and tips on how to file a good bug report. - `Debug logs `__ - Configuration of logging and tips on how to file a good bug report. +`Disk locking `__ + Ensuring exclusive guest access to disks with + `virtlockd `__ or + `Sanlock `__ - `Disk locking `__ - Ensuring exclusive guest access to disks with - `virtlockd `__ or - `Sanlock `__ +`Secure usage `__ + Secure usage of the libvirt APIs - `Secure usage `__ - Secure usage of the libvirt APIs +`Protected virtualization on s390 `__ + Running secure s390 guests with IBM Secure Execution - `Protected virtualization on s390 `__ - Running secure s390 guests with IBM Secure Execution +`Launch security `__ + Securely launching VMs with AMD SEV - `Launch security `__ - Securely launching VMs with AMD SEV +`Domain state capture `__ + Comparison between different methods of capturing domain state - `Domain state capture `__ - Comparison between different methods of capturing domain state +`RPM deployment `__ + Explanation of the different RPM packages and illustration of which to + pick for installation - `RPM deployment `__ - Explanation of the different RPM packages and illustration of which to - pick for installation +`Backing chain management `__ + Explanation of how disk backing chain specification impacts libvirt's + behaviour and basic troubleshooting steps of disk problems. - `Backing chain management `__ - Explanation of how disk backing chain specification impacts libvirt's - behaviour and basic troubleshooting steps of disk problems. +`Security with QEMU passthrough `__ + Examination of the security protections used for QEMU and how they need + configuring to allow use of QEMU passthrough with host files/devices. - `Security with QEMU passthrough `__ - Examination of the security protections used for QEMU and how they need - configuring to allow use of QEMU passthrough with host files/devices. +`Systemtap `__ + Explanation of how to use systemtap for libvirt tracing. - `Systemtap `__ - Explanation of how to use systemtap for libvirt tracing. +`Virtio-FS `__ + Share a filesystem between the guest and the host - `Virtio-FS `__ - Share a filesystem between the guest and the host +`KVM real time `__ + Run real time workloads in guests on a KVM hypervisor - `KVM real time `__ - Run real time workloads in guests on a KVM hypervisor +`Incremental backup internals `__ + Incremental backup implementation details relevant for users - `Incremental backup internals `__ - Incremental backup implementation details relevant for users - - `VM migration internals `__ - VM migration implementation details, complementing the info in - `migration `__ +`VM migration internals `__ + VM migration implementation details, complementing the info in + `migration `__ diff --git a/docs/libvirt.css b/docs/libvirt.css index 227b9ebed6..1511ccf9e9 100644 --- a/docs/libvirt.css +++ b/docs/libvirt.css @@ -402,14 +402,6 @@ div.panel { background: rgb(230, 230, 230); } -div.widepanel { - width: 70em; - max-width: 95%; - margin-left: 0px; - float: left; - background: rgb(230, 230, 230); -} - div.panel h2 { margin-top: 0px; padding: 0.5em;