Skip to content

Commit

Permalink
Improve doc
Browse files Browse the repository at this point in the history
  • Loading branch information
franklupo committed Sep 8, 2023
1 parent 52311ee commit cc2e3a6
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -683,8 +683,7 @@
<div class="page-header">
</div>
<h1 id="cv4pve-api-powershell">cv4pve-api-powershell</h1>
<p><a href="LICENSE"><img src="https://img.shields.io/github/license/Corsinvest/cv4pve-api-powershell.svg" alt="License" /></a>
<a href="https://www.powershellgallery.com/packages/Corsinvest.ProxmoxVE.Api/"><img src="https://img.shields.io/powershellgallery/v/Corsinvest.ProxmoxVE.Api" alt="PowerShell Gallery Version" /></a>
<p><a href="https://www.powershellgallery.com/packages/Corsinvest.ProxmoxVE.Api/"><img src="https://img.shields.io/powershellgallery/v/Corsinvest.ProxmoxVE.Api" alt="PowerShell Gallery Version" /></a>
<img src="https://img.shields.io/powershellgallery/dt/Corsinvest.ProxmoxVE.Api" alt="download" /></p>
<p><a href="https://pve.proxmox.com/pve-docs/api-viewer/">ProxmoxVE Api</a></p>
<p><a href="https://www.powershellgallery.com/packages/Corsinvest.ProxmoxVE.Api/">PowerShell Gallery</a></p>
Expand Down Expand Up @@ -750,6 +749,7 @@ <h2 id="main-features">🚀 Main features</h2>
<li>Open Source</li>
<li>Form Proxmox VE 6.2 support Api Token for user</li>
<li>Enter-PveSpice enter Spice VM</li>
<li>Login with One-time password for Two-factor authentication</li>
</ul>
<h2 id="documentation">📙 Documentation</h2>
<p><a href="https://raw.githack.com/Corsinvest/cv4pve-api-powershell/master/doc/index.html">Documentation</a></p>
Expand Down Expand Up @@ -956,7 +956,7 @@ <h3> Syntax </h3>
</div>
<div class='panel panel-default'>
<div class='panel-body'>
<code class='powershell'>Connect-PveCluster [-HostsAndPorts] &lt;String[]&gt; [[-Credentials] &lt;PSCredential&gt;] [[-ApiToken] &lt;String&gt;] [-SkipCertificateCheck] [-SkipRefreshPveTicketLast] [&lt;CommonParameters&gt;]</code>
<code class='powershell'>Connect-PveCluster [-HostsAndPorts] &lt;String[]&gt; [[-Credentials] &lt;PSCredential&gt;] [[-ApiToken] &lt;String&gt;] [[-Otp] &lt;String&gt;] [-SkipCertificateCheck] [-SkipRefreshPveTicketLast] [&lt;CommonParameters&gt;]</code>
</div>
</div>
<div>
Expand Down Expand Up @@ -997,6 +997,14 @@ <h3> Parameters </h3>
<td class='visible-lg'>false</td>
<td class='visible-lg'></td>
</tr>
<tr>
<td class='searchable'><nobr>-Otp</nobr></td>
<td class='visible-lg visible-md searchable'></td>
<td class='searchable'>One-time password for Two-factor authentication.</td>
<td class='visible-lg visible-md'>false</td>
<td class='visible-lg'>false</td>
<td class='visible-lg'></td>
</tr>
<tr>
<td class='searchable'><nobr>-SkipCertificateCheck</nobr></td>
<td class='visible-lg visible-md searchable'></td>
Expand Down

0 comments on commit cc2e3a6

Please sign in to comment.