2016-03-08 23:05:22 +01:00
|
|
|
<% wrap_layout :inner do %>
|
|
|
|
<% content_for :sidebar do %>
|
|
|
|
<div class="docs-sidebar hidden-print affix-top" role="complementary">
|
|
|
|
<ul class="nav docs-sidenav">
|
|
|
|
<li<%= sidebar_current("docs-home") %>>
|
|
|
|
<a href="/docs/providers/index.html">« Documentation Home</a>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<li<%= sidebar_current("docs-github-index") %>>
|
2016-04-07 16:26:01 +02:00
|
|
|
<a href="/docs/providers/github/index.html">GitHub Provider</a>
|
2016-03-08 23:05:22 +01:00
|
|
|
</li>
|
|
|
|
|
|
|
|
<li<%= sidebar_current(/^docs-github-resource/) %>>
|
|
|
|
<a href="#">Resources</a>
|
|
|
|
<ul class="nav nav-visible">
|
|
|
|
<li<%= sidebar_current("docs-github-resource-membership") %>>
|
|
|
|
<a href="/docs/providers/github/r/membership.html">github_membership</a>
|
|
|
|
</li>
|
2016-10-11 19:16:09 +02:00
|
|
|
<li<%= sidebar_current("docs-github-resource-repository") %>>
|
|
|
|
<a href="/docs/providers/github/r/repository.html">github_repository</a>
|
|
|
|
</li>
|
2016-06-02 02:06:35 +02:00
|
|
|
<li<%= sidebar_current("docs-github-resource-repository-collaborator") %>>
|
|
|
|
<a href="/docs/providers/github/r/repository_collaborator.html">github_repository_collaborator</a>
|
|
|
|
</li>
|
2016-03-08 23:05:22 +01:00
|
|
|
<li<%= sidebar_current("docs-github-resource-team") %>>
|
|
|
|
<a href="/docs/providers/github/r/team.html">github_team</a>
|
|
|
|
</li>
|
|
|
|
<li<%= sidebar_current("docs-github-resource-team-membership") %>>
|
|
|
|
<a href="/docs/providers/github/r/team_membership.html">github_team_membership</a>
|
|
|
|
</li>
|
|
|
|
<li<%= sidebar_current("docs-github-resource-team-repository") %>>
|
|
|
|
<a href="/docs/providers/github/r/team_repository.html">github_team_repository</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<%= yield %>
|
|
|
|
<% end %>
|