mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
docs: Make VMware Workstation / Player page appear in the menu
By adding it to sitemap.html.in. Also <ul> can't be nested in <p>.
This commit is contained in:
parent
2412babedb
commit
e1cee1085a
@ -1,6 +1,6 @@
|
|||||||
<html>
|
<html>
|
||||||
<body>
|
<body>
|
||||||
<h1>VMware Workstation/Player hypervisors driver</h1>
|
<h1>VMware Workstation / Player hypervisors driver</h1>
|
||||||
<p>
|
<p>
|
||||||
The libvirt VMware Workstation driver should be able to manage any Workstation and
|
The libvirt VMware Workstation driver should be able to manage any Workstation and
|
||||||
Player version supported by the VMware VIX API. See the compatibility list
|
Player version supported by the VMware VIX API. See the compatibility list
|
||||||
@ -15,10 +15,12 @@
|
|||||||
<p>
|
<p>
|
||||||
The libvirt VMware driver provides per-user drivers (the "session" instance).
|
The libvirt VMware driver provides per-user drivers (the "session" instance).
|
||||||
Two uris are available:
|
Two uris are available:
|
||||||
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>"vmwareplayer" for VMware Player</li>
|
<li>"vmwareplayer" for VMware Player</li>
|
||||||
<li>"vmwarews" for VMware Workstation</li>
|
<li>"vmwarews" for VMware Workstation</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<p>
|
||||||
Some example connection URIs for the driver are:
|
Some example connection URIs for the driver are:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -192,6 +192,10 @@
|
|||||||
<a href="drvesx.html">VMware ESX</a>
|
<a href="drvesx.html">VMware ESX</a>
|
||||||
<span>Driver for VMware ESX</span>
|
<span>Driver for VMware ESX</span>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="drvvmware.html">VMware Workstation / Player</a>
|
||||||
|
<span>Driver for VMware Workstation / Player</span>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
Loading…
Reference in New Issue
Block a user