From: Peter Krempa Date: Wed, 4 Nov 2020 14:18:29 +0000 (+0100) Subject: docs: kbase: Move index page to docs/kbase X-Git-Tag: v6.10.0-rc1~159 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7462301955825a345036b2212236a0fdad7759a7;p=thirdparty%2Flibvirt.git docs: kbase: Move index page to docs/kbase Move docs/kbase.rst to docs/kbase/index.rst so that the directory itself shows our index page rather than the autogenerated list of files by the webserver. Signed-off-by: Peter Krempa Reviewed-by: Michal Privoznik --- diff --git a/docs/docs.html.in b/docs/docs.html.in index 920a773d79..77d5c78b30 100644 --- a/docs/docs.html.in +++ b/docs/docs.html.in @@ -126,7 +126,7 @@
Driver support
matrix of API support per hypervisor per release
-
Knowledge Base
+
Knowledge Base
Task oriented guides to key features
diff --git a/docs/index.html.in b/docs/index.html.in index 97421c5e7b..3057a052dd 100644 --- a/docs/index.html.in +++ b/docs/index.html.in @@ -64,7 +64,7 @@
Wiki
Read further community contributed content
-
Knowledge base
+
Knowledge base
Learn more about libvirt through knowledge base
diff --git a/docs/kbase.rst b/docs/kbase/index.rst similarity index 57% rename from docs/kbase.rst rename to docs/kbase/index.rst index a6de4b1a1a..cf424bd099 100644 --- a/docs/kbase.rst +++ b/docs/kbase/index.rst @@ -4,50 +4,50 @@ Knowledge base .. container:: panel widepanel - `Debug logs `__ + `Debug logs `__ Configuration of logging and tips on how to file a good bug report. - `Disk locking `__ + `Disk locking `__ Ensuring exclusive guest access to disks with - `virtlockd `__ or - `Sanlock `__ + `virtlockd `__ or + `Sanlock `__ - `Secure usage `__ + `Secure usage `__ Secure usage of the libvirt APIs - `Protected virtualization on s390 `__ + `Protected virtualization on s390 `__ Running secure s390 guests with IBM Secure Execution - `Launch security `__ + `Launch security `__ Securely launching VMs with AMD SEV - `Domain state capture `__ + `Domain state capture `__ Comparison between different methods of capturing domain state - `RPM deployment `__ + `RPM deployment `__ Explanation of the different RPM packages and illustration of which to pick for installation - `Backing chain management `__ + `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 `__ + `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 `__ + `Systemtap `__ Explanation of how to use systemtap for libvirt tracing. - `Virtio-FS `__ + `Virtio-FS `__ Share a filesystem between the guest and the host - `KVM real time `__ + `KVM real time `__ Run real time workloads in guests on a KVM hypervisor - `Incremental backup internals `__ + `Incremental backup internals `__ Incremental backup implementation details relevant for users - `VM migration internals `__ + `VM migration internals `__ VM migration implementation details, complementing the info in `migration `__ diff --git a/docs/kbase/meson.build b/docs/kbase/meson.build index c0fa72ff35..7b4e7abbd3 100644 --- a/docs/kbase/meson.build +++ b/docs/kbase/meson.build @@ -3,6 +3,7 @@ docs_kbase_files = [ 'debuglogs', 'domainstatecapture', 'incrementalbackupinternals', + 'index', 'kvm-realtime', 'launch_security_sev', 'locking-lockd', diff --git a/docs/meson.build b/docs/meson.build index 28914f76f9..5536005125 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -118,7 +118,6 @@ docs_rst_files = [ 'formatdomain', 'glib-adoption', 'hacking', - 'kbase', 'libvirt-go', 'libvirt-go-xml', 'newreposetup',