website: Add TFE beta to sidebar nav

This commit is contained in:
Nick Fagerlund 2017-09-19 07:22:25 -07:00 committed by Martin Atkins
parent 2360f48a7d
commit e71fb8649a
1 changed files with 7 additions and 4 deletions

View File

@ -585,11 +585,14 @@
<hr>
<li<%= sidebar_current("docs-enterprise") %>>
<a href="/docs/enterprise/index.html">Terraform Enterprise</a>
<ul class="nav">
</ul>
<li<%= sidebar_current("docs-enterprise-home") %>>
<a class="back" href="/docs/enterprise/index.html">Terraform Enterprise (classic)</a>
</li>
<li<%= sidebar_current("docs-enterprise2-home") %>>
<a class="back" href="/docs/enterprise-beta/index.html">Terraform Enterprise (beta)</a>
</li>
</ul>
<% end %>