File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ <% wrap_layout :inner do %>
2
+ <% content_for :sidebar do %>
3
+ <div class ="docs-sidebar hidden-print affix-top " role ="complementary ">
4
+ < ul class ="nav docs-sidenav ">
5
+ < li <%= sidebar_current ( "docs-home" ) %> >
6
+ < a href ="/docs/providers/index.html "> All Providers</ a >
7
+ </ li >
8
+
9
+ < li <%= sidebar_current ( "docs-gitlab-index" ) %> >
10
+ < a href ="/docs/providers/gitlab/index.html "> Gitlab Provider</ a >
11
+ </ li >
12
+
13
+ < li <%= sidebar_current ( "docs-gitlab-resource" ) %> >
14
+ < a href ="# "> Resources</ a >
15
+ < ul class ="nav nav-visible ">
16
+ < li <%= sidebar_current ( "docs-gitlab-resource-deploy_key" ) %> >
17
+ < a href ="/docs/providers/gitlab/r/deploy_key.html "> gitlab_deploy_key</ a >
18
+ </ li >
19
+ < li <%= sidebar_current ( "docs-gitlab-resource-group" ) %> >
20
+ < a href ="/docs/providers/gitlab/r/group.html "> gitlab_group</ a >
21
+ </ li >
22
+ < li <%= sidebar_current ( "docs-gitlab-resource-project-hook" ) %> >
23
+ < a href ="/docs/providers/gitlab/r/project_hook.html "> gitlab_project_hook</ a >
24
+ </ li >
25
+ < li <%= sidebar_current ( "docs-gitlab-resource-project-x" ) %> >
26
+ < a href ="/docs/providers/gitlab/r/project.html "> gitlab_project</ a >
27
+ </ li >
28
+ </ ul >
29
+ </ li >
30
+ </ ul >
31
+ </ div >
32
+ <% end %>
33
+
34
+ <%= yield %>
35
+ <% end %>
You can’t perform that action at this time.
0 commit comments