Updates guides menu to use new TFE paths
This commit is contained in:
parent
f1079257ac
commit
8c2ed71163
|
@ -5,15 +5,15 @@
|
|||
<a href="/intro/getting-started/install.html">Getting Started</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("recommended-practices") %>><a href="/docs/enterprise-beta/guides/recommended-practices/index.html">Terraform Recommended Practices</a>
|
||||
<li<%= sidebar_current("recommended-practices") %>><a href="/docs/enterprise/guides/recommended-practices/index.html">Terraform Recommended Practices</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("recommended-practices-1") %>><a href="/docs/enterprise-beta/guides/recommended-practices/part1.html">Part 1: Workflow Overview</a></li>
|
||||
<li<%= sidebar_current("recommended-practices-2") %>><a href="/docs/enterprise-beta/guides/recommended-practices/part2.html">Part 2: Evaluating Current Practices</a></li>
|
||||
<li<%= sidebar_current("recommended-practices-3-0") %>><a href="/docs/enterprise-beta/guides/recommended-practices/part3.html">Part 3: Evolving Your Practices</a></li>
|
||||
<li<%= sidebar_current("recommended-practices-3-1") %>><a href="/docs/enterprise-beta/guides/recommended-practices/part3.1.html">Part 3.1: From Manual to Semi-Automated</a></li>
|
||||
<li<%= sidebar_current("recommended-practices-3-2") %>><a href="/docs/enterprise-beta/guides/recommended-practices/part3.2.html">Part 3.2: From Semi-Automated to Infrastructure as Code</a></li>
|
||||
<li<%= sidebar_current("recommended-practices-3-3") %>><a href="/docs/enterprise-beta/guides/recommended-practices/part3.3.html">Part 3.3: From Infrastructure as Code to Collaborative IaC</a></li>
|
||||
<li<%= sidebar_current("recommended-practices-3-4") %>><a href="/docs/enterprise-beta/guides/recommended-practices/part3.4.html">Part 3.4: Advanced Improvements</a></li>
|
||||
<li<%= sidebar_current("recommended-practices-1") %>><a href="/docs/enterprise/guides/recommended-practices/part1.html">Part 1: Workflow Overview</a></li>
|
||||
<li<%= sidebar_current("recommended-practices-2") %>><a href="/docs/enterprise/guides/recommended-practices/part2.html">Part 2: Evaluating Current Practices</a></li>
|
||||
<li<%= sidebar_current("recommended-practices-3-0") %>><a href="/docs/enterprise/guides/recommended-practices/part3.html">Part 3: Evolving Your Practices</a></li>
|
||||
<li<%= sidebar_current("recommended-practices-3-1") %>><a href="/docs/enterprise/guides/recommended-practices/part3.1.html">Part 3.1: From Manual to Semi-Automated</a></li>
|
||||
<li<%= sidebar_current("recommended-practices-3-2") %>><a href="/docs/enterprise/guides/recommended-practices/part3.2.html">Part 3.2: From Semi-Automated to Infrastructure as Code</a></li>
|
||||
<li<%= sidebar_current("recommended-practices-3-3") %>><a href="/docs/enterprise/guides/recommended-practices/part3.3.html">Part 3.3: From Infrastructure as Code to Collaborative IaC</a></li>
|
||||
<li<%= sidebar_current("recommended-practices-3-4") %>><a href="/docs/enterprise/guides/recommended-practices/part3.4.html">Part 3.4: Advanced Improvements</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
|
Loading…
Reference in New Issue