mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-04-01 20:05:19 +00:00
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 <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
7462301955
commit
24cd919aaa
@ -2,52 +2,50 @@
|
||||
Knowledge base
|
||||
==============
|
||||
|
||||
.. container:: panel widepanel
|
||||
`Debug logs <debuglogs.html>`__
|
||||
Configuration of logging and tips on how to file a good bug report.
|
||||
|
||||
`Debug logs <debuglogs.html>`__
|
||||
Configuration of logging and tips on how to file a good bug report.
|
||||
`Disk locking <locking.html>`__
|
||||
Ensuring exclusive guest access to disks with
|
||||
`virtlockd <locking-lockd.html>`__ or
|
||||
`Sanlock <locking-sanlock.html>`__
|
||||
|
||||
`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
|
||||
|
||||
`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
|
||||
|
||||
`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
|
||||
|
||||
`Launch security <launch_security_sev.html>`__
|
||||
Securely launching VMs with AMD SEV
|
||||
`Domain state capture <domainstatecapture.html>`__
|
||||
Comparison between different methods of capturing domain state
|
||||
|
||||
`Domain state capture <domainstatecapture.html>`__
|
||||
Comparison between different methods of capturing domain state
|
||||
`RPM deployment <rpm-deployment.html>`__
|
||||
Explanation of the different RPM packages and illustration of which to
|
||||
pick for installation
|
||||
|
||||
`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.
|
||||
|
||||
`Backing chain management <backing_chains.html>`__
|
||||
Explanation of how disk backing chain specification impacts libvirt's
|
||||
behaviour and basic troubleshooting steps of disk problems.
|
||||
`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.
|
||||
|
||||
`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.
|
||||
`Systemtap <systemtap.html>`__
|
||||
Explanation of how to use systemtap for libvirt tracing.
|
||||
|
||||
`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
|
||||
|
||||
`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
|
||||
|
||||
`KVM real time <kvm-realtime.html>`__
|
||||
Run real time workloads in guests on a KVM hypervisor
|
||||
`Incremental backup internals <incrementalbackupinternals.html>`__
|
||||
Incremental backup implementation details relevant for users
|
||||
|
||||
`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>`__
|
||||
`VM migration internals <migrationinternals.html>`__
|
||||
VM migration implementation details, complementing the info in
|
||||
`migration <migration.html>`__
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user