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:
Matthias Bolte 2010-12-23 16:56:11 +01:00
parent 2412babedb
commit e1cee1085a
2 changed files with 7 additions and 1 deletions

View File

@ -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>

View File

@ -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>