Skip to content

Commit

Permalink
Merge pull request #349 from terraform-providers/docs
Browse files Browse the repository at this point in the history
Adding the automation resources to the sidebar
  • Loading branch information
tombuildsstuff authored Sep 20, 2017
2 parents 6d083ca + 89de12a commit 82ed4e0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions website/azurerm.erb
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,29 @@
</ul>
</li>

<li<%= sidebar_current("docs-azurerm-resource-automation") %>>
<a href="#">Automation Resources</a>
<ul class="nav nav-visible">

<li<%= sidebar_current("docs-azurerm-resource-automation-account") %>>
<a href="/docs/providers/azurerm/r/automation_account.html">azurerm_automation_account</a>
</li>

<li<%= sidebar_current("docs-azurerm-resource-automation-credential") %>>
<a href="/docs/providers/azurerm/r/automation_credential.html">azurerm_automation_credential</a>
</li>

<li<%= sidebar_current("docs-azurerm-resource-automation-runbook") %>>
<a href="/docs/providers/azurerm/r/automation_runbook.html">azurerm_automation_runbook</a>
</li>

<li<%= sidebar_current("docs-azurerm-resource-automation-schedule") %>>
<a href="/docs/providers/azurerm/r/automation_schedule.html">azurerm_automation_schedule</a>
</li>

</ul>
</li>

<li<%= sidebar_current("docs-azurerm-resource-application-insights") %>>
<a href="#">Application Insights Resources</a>
<ul class="nav nav-visible">
Expand Down

0 comments on commit 82ed4e0

Please sign in to comment.