提交 06e98c0f 编写于 作者: J Jacob Vosmaer

Merge pull request #4619 from thomasbiddle/merge_request_api

Adding links to the merge requests and group documentation.
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
Back to help Back to help
%br %br
%ul.nav.nav-pills.nav-stacked %ul.nav.nav-pills.nav-stacked
- %w(README projects project_snippets repositories deploy_keys users session issues milestones notes system_hooks).each do |file| - %w(README projects project_snippets repositories deploy_keys users groups session issues milestones merge_requests notes system_hooks).each do |file|
%li{class: file == @category ? 'active' : nil} %li{class: file == @category ? 'active' : nil}
= link_to file.titleize, help_api_file_path(file) = link_to file.titleize, help_api_file_path(file)
......
...@@ -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:
+ [Projects](projects.md) + [Projects](projects.md)
+ [Project Snippets](project_snippets.md) + [Project Snippets](project_snippets.md)
+ [Repositories](repositories.md) + [Repositories](repositories.md)
+ [Merge Requests](merge_requests.md)
+ [Issues](issues.md) + [Issues](issues.md)
+ [Milestones](milestones.md) + [Milestones](milestones.md)
+ [Notes](notes.md) + [Notes](notes.md)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册