Skip to content

Commit

Permalink
Deployed 42bc89f to alpha-7 with MkDocs 1.5.3 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HHDocs committed Aug 14, 2024
1 parent 570f57f commit e338335
Show file tree
Hide file tree
Showing 6 changed files with 104 additions and 86 deletions.
10 changes: 5 additions & 5 deletions alpha-7/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1207,22 +1207,22 @@


<h1 id="introduction">Introduction</h1>
<p>Hedgehog Open Network Fabric is an open networking platform that brings the user experience enjoyed by so many in the
<p>The Hedgehog Open Network Fabric is an open networking platform that brings the user experience enjoyed by so many in the
public cloud to private environments. It comes without vendor lock-in.</p>
<p>Fabric is built around the concept of VPCs (Virtual Private Clouds), similar to the public clouds. It provides a
multi-tenant API to define the user intent on network isolation and connectivity, which gets automatically transformed
<p>The Fabric is built around the concept of VPCs (Virtual Private Clouds), similar to public cloud offerings. It provides a
multi-tenant API to define the user intent on network isolation and connectivity, which is automatically transformed
into configuration for switches and software appliances.</p>
<p>You can read more about its <a href="concepts/overview/">concepts</a> and <a href="architecture/overview/">architecture</a> in the
documentation.</p>
<p>You can find how to <a href="getting-started/download/">download</a> and try Fabric on the self-hosted
<p>You can find out how to <a href="getting-started/download/">download</a> and try the Fabric on the self-hosted
<a href="vlab/overview/">fully virtualized lab</a> or on <a href="install-upgrade/overview/">hardware</a>.</p>

<hr>
<div class="md-source-file">
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">May 6, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">August 2, 2024</span>

<br>
Created:
Expand Down
20 changes: 19 additions & 1 deletion alpha-7/reference/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6767,6 +6767,18 @@ <h4 id="switchprofileportprofile">SwitchProfilePortProfile</h4>
<td></td>
<td></td>
</tr>
<tr>
<td><code>autoNegAllowed</code> <em>boolean</em></td>
<td>AutoNegAllowed defines if configuring auto-negotiation is allowed for the port</td>
<td></td>
<td></td>
</tr>
<tr>
<td><code>autoNegDefault</code> <em>boolean</em></td>
<td>AutoNegDefault defines the default auto-negotiation state for the port</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="switchprofileportprofilebreakout">SwitchProfilePortProfileBreakout</h4>
Expand Down Expand Up @@ -7052,6 +7064,12 @@ <h4 id="switchspec">SwitchSpec</h4>
<td></td>
<td></td>
</tr>
<tr>
<td><code>portAutoNegs</code> <em>object (keys:string, values:boolean)</em></td>
<td>PortAutoNegs is a map of port auto negotiation, key is the port name, value is true or false</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="switchstatus">SwitchStatus</h4>
Expand Down Expand Up @@ -7163,7 +7181,7 @@ <h4 id="vlannamespacestatus">VLANNamespaceStatus</h4>
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">July 8, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">August 14, 2024</span>

<br>
Created:
Expand Down
Loading

1 comment on commit e338335

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.