On 4/15/19 10:28 PM, Han Han wrote:
Because the page of QEMU and KVM use the same doc drvqemu.html, merge
the into
one and name it as QEMU/KVM.
Signed-off-by: Han Han <hhan(a)redhat.com>
---
docs/index.html.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/index.html.in b/docs/index.html.in
index f593445d06..97a4e9eef7 100644
--- a/docs/index.html.in
+++ b/docs/index.html.in
@@ -31,8 +31,8 @@
<li>is a toolkit to manage <a
href="platforms.html">virtualization platforms</a></li>
<li>is accessible from C, Python, Perl, Java and more</li>
<li>is licensed under open source licenses</li>
- <li>supports <a href="drvqemu.html">KVM</a>,
- <a href="drvqemu.html">QEMU</a>, <a
href="drvxen.html">Xen</a>,
+ <li>supports <a href="drvqemu.html">QEMU/KVM</a>,
+ <a href="drvxen.html">Xen</a>,
<a href="drvvirtuozzo.html">Virtuozzo</a>,
<a href="drvesx.html">VMWare ESX</a>,
<a href="drvlxc.html">LXC</a>,
This was added with the frontpage rewrite in:
commit b17a97f223ad2feb587ee677246cec8ec968e7df
Author: Daniel P. Berrange <berrange(a)redhat.com>
Date: Wed Oct 26 10:37:06 2016 +0200
docs: rewrite content on front page to be more useful
The previous content had joined QEMU/KVM link text, but that commit
explicitly separated them. Maybe for marketing reasons. Dan?
- Cole