Commit 4261a5a1eac0692d9d6a488cc86047bd582145de

Authored by TJ Biddle
1 parent 20365121

Adding links to the merge requests and group documentation.

app/views/help/_api_layout.html.haml
@@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
5 Back to help 5 Back to help
6 %br 6 %br
7 %ul.nav.nav-pills.nav-stacked 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 %li{class: file == @category ? 'active' : nil} 9 %li{class: file == @category ? 'active' : nil}
10 = link_to file.titleize, help_api_file_path(file) 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,6 +74,7 @@ When listing resources you can pass the following parameters:
74 + [Projects](projects.md) 74 + [Projects](projects.md)
75 + [Project Snippets](project_snippets.md) 75 + [Project Snippets](project_snippets.md)
76 + [Repositories](repositories.md) 76 + [Repositories](repositories.md)
  77 ++ [Merge Requests](merge_requests.md)
77 + [Issues](issues.md) 78 + [Issues](issues.md)
78 + [Milestones](milestones.md) 79 + [Milestones](milestones.md)
79 + [Notes](notes.md) 80 + [Notes](notes.md)