Skip to content

Commit

Permalink
CodeDeploy links to the AWS provider sidebar.
Browse files Browse the repository at this point in the history
Missed these when merging #2783.
  • Loading branch information
apparentlymart committed Oct 21, 2015
1 parent 8a60219 commit f790309
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions website/source/layouts/aws.erb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,21 @@
</ul>
</li>

<li<%= sidebar_current(/^docs-aws-resource-codedeploy/) %>>
<a href="#">CodeDeploy Resources</a>
<ul class="nav nav-visible">

<li<%= sidebar_current("docs-aws-resource-codedeploy-app") %>>
<a href="/docs/providers/aws/r/codedeploy_app.html">aws_codedeploy_app</a>
</li>

<li<%= sidebar_current("docs-aws-resource-codedeploy-deployment-group") %>>
<a href="/docs/providers/aws/r/codedeploy_deployment_group.html">aws_codedeploy_deployment_group</a>
</li>

</ul>
</li>

<li<%= sidebar_current(/^docs-aws-resource-directory-service/) %>>
<a href="#">Directory Service Resources</a>
<ul class="nav nav-visible">
Expand Down

0 comments on commit f790309

Please sign in to comment.