Commit 4261a5a1eac0692d9d6a488cc86047bd582145de
1 parent
20365121
Exists in
master
and in
4 other branches
Adding links to the merge requests and group documentation.
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
app/views/help/_api_layout.html.haml
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | Back to help |
6 | 6 | %br |
7 | 7 | %ul.nav.nav-pills.nav-stacked |
8 | - - %w(README projects project_snippets repositories deploy_keys users session issues milestones notes system_hooks).each do |file| | |
8 | + - %w(README projects project_snippets repositories deploy_keys users groups session issues milestones merge_requests notes system_hooks).each do |file| | |
9 | 9 | %li{class: file == @category ? 'active' : nil} |
10 | 10 | = link_to file.titleize, help_api_file_path(file) |
11 | 11 | ... | ... |
doc/api/README.md
... | ... | @@ -74,6 +74,7 @@ When listing resources you can pass the following parameters: |
74 | 74 | + [Projects](projects.md) |
75 | 75 | + [Project Snippets](project_snippets.md) |
76 | 76 | + [Repositories](repositories.md) |
77 | ++ [Merge Requests](merge_requests.md) | |
77 | 78 | + [Issues](issues.md) |
78 | 79 | + [Milestones](milestones.md) |
79 | 80 | + [Notes](notes.md) | ... | ... |