Adding all of the gitlab resources to the sidebar
This commit is contained in:
parent
60b162de45
commit
96e5ed1d93
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
layout: "gitlab"
|
layout: "gitlab"
|
||||||
page_title: "GitLab: gitlab_project"
|
page_title: "GitLab: gitlab_project"
|
||||||
sidebar_current: "docs-gitlab-resource-project"
|
sidebar_current: "docs-gitlab-resource-project-x"
|
||||||
description: |-
|
description: |-
|
||||||
Creates and manages projects within Github organizations
|
Creates and manages projects within Github organizations
|
||||||
---
|
---
|
||||||
|
|
|
@ -13,7 +13,16 @@
|
||||||
<li<%= sidebar_current("docs-gitlab-resource") %>>
|
<li<%= sidebar_current("docs-gitlab-resource") %>>
|
||||||
<a href="#">Resources</a>
|
<a href="#">Resources</a>
|
||||||
<ul class="nav nav-visible">
|
<ul class="nav nav-visible">
|
||||||
<li<%= sidebar_current("docs-gitlab-resource-project") %>>
|
<li<%= sidebar_current("docs-gitlab-resource-deploy_key") %>>
|
||||||
|
<a href="/docs/providers/gitlab/r/deploy_key.html">gitlab_deploy_key</a>
|
||||||
|
</li>
|
||||||
|
<li<%= sidebar_current("docs-gitlab-resource-group") %>>
|
||||||
|
<a href="/docs/providers/gitlab/r/group.html">gitlab_group</a>
|
||||||
|
</li>
|
||||||
|
<li<%= sidebar_current("docs-gitlab-resource-project-hook") %>>
|
||||||
|
<a href="/docs/providers/gitlab/r/project_hook.html">gitlab_project_hook</a>
|
||||||
|
</li>
|
||||||
|
<li<%= sidebar_current("docs-gitlab-resource-project-x") %>>
|
||||||
<a href="/docs/providers/gitlab/r/project.html">gitlab_project</a>
|
<a href="/docs/providers/gitlab/r/project.html">gitlab_project</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in New Issue