website: Add TFE beta to sidebar nav
This commit is contained in:
parent
2360f48a7d
commit
e71fb8649a
|
@ -585,11 +585,14 @@
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<li<%= sidebar_current("docs-enterprise") %>>
|
<li<%= sidebar_current("docs-enterprise-home") %>>
|
||||||
<a href="/docs/enterprise/index.html">Terraform Enterprise</a>
|
<a class="back" href="/docs/enterprise/index.html">Terraform Enterprise (classic)</a>
|
||||||
<ul class="nav">
|
|
||||||
</ul>
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li<%= sidebar_current("docs-enterprise2-home") %>>
|
||||||
|
<a class="back" href="/docs/enterprise-beta/index.html">Terraform Enterprise (beta)</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue