website: Add nav items for Terraform Recommended Practices guide to guides.erb (#16398)

This commit is contained in:
Nick Fagerlund 2017-10-19 09:43:15 -07:00 committed by Clint
parent 31912956ce
commit 7d9152850a
1 changed files with 13 additions and 0 deletions

View File

@ -4,6 +4,19 @@
<li<%= sidebar_current("guides-getting-started") %>>
<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>
<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>
</ul>
</li>
<li<%= sidebar_current("guides-writing-custom-terraform-providers") %>>
<a href="/guides/writing-custom-terraform-providers.html">Writing Custom Providers</a>
</li>