website: Add sidebar links to GitHub webhook resource pages

These resources and their documentation were added in
https://github.com/hashicorp/terraform/pull/12924. Add sidebar links to the
docs pages to make them easier to find.
This commit is contained in:
Jenny Duckett 2017-04-12 16:43:43 +01:00 committed by Martin Atkins
parent 519a0fe97f
commit e57790e636
1 changed files with 6 additions and 0 deletions

View File

@ -16,12 +16,18 @@
<li<%= sidebar_current("docs-github-resource-membership") %>>
<a href="/docs/providers/github/r/membership.html">github_membership</a>
</li>
<li<%= sidebar_current("docs-github-resource-organization-webhook") %>>
<a href="/docs/providers/github/r/organization_webhook.html">github_organization_webhook</a>
</li>
<li<%= sidebar_current("docs-github-resource-repository") %>>
<a href="/docs/providers/github/r/repository.html">github_repository</a>
</li>
<li<%= sidebar_current("docs-github-resource-repository-collaborator") %>>
<a href="/docs/providers/github/r/repository_collaborator.html">github_repository_collaborator</a>
</li>
<li<%= sidebar_current("docs-github-resource-repository-webhook") %>>
<a href="/docs/providers/github/r/repository_webhook.html">github_repository_webhook</a>
</li>
<li<%= sidebar_current("docs-github-resource-team") %>>
<a href="/docs/providers/github/r/team.html">github_team</a>
</li>