Skip to content

Commit

Permalink
website: Add sidebar links to GitHub webhook resource pages
Browse files Browse the repository at this point in the history
These resources and their documentation were added in
#12924. Add sidebar links to the
docs pages to make them easier to find.
  • Loading branch information
jennyd authored and apparentlymart committed Apr 12, 2017
1 parent 519a0fe commit e57790e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/source/layouts/github.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e57790e

Please sign in to comment.