Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
4261a5a1
Commit
4261a5a1
authored
Jul 26, 2013
by
TJ Biddle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding links to the merge requests and group documentation.
parent
20365121
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
app/views/help/_api_layout.html.haml
app/views/help/_api_layout.html.haml
+1
-1
doc/api/README.md
doc/api/README.md
+1
-0
No files found.
app/views/help/_api_layout.html.haml
View file @
4261a5a1
...
...
@@ -5,7 +5,7 @@
Back to help
%br
%ul
.nav.nav-pills.nav-stacked
-
%w(README projects project_snippets repositories deploy_keys users
session issues milestone
s notes system_hooks)
.
each
do
|
file
|
-
%w(README projects project_snippets repositories deploy_keys users
groups session issues milestones merge_request
s notes system_hooks)
.
each
do
|
file
|
%li
{
class:
file
==
@category
?
'active'
:
nil
}
=
link_to
file
.
titleize
,
help_api_file_path
(
file
)
...
...
doc/api/README.md
View file @
4261a5a1
...
...
@@ -74,6 +74,7 @@ When listing resources you can pass the following parameters:
+
[
Projects
](
projects.md
)
+
[
Project Snippets
](
project_snippets.md
)
+
[
Repositories
](
repositories.md
)
+
[
Merge Requests
](
merge_requests.md
)
+
[
Issues
](
issues.md
)
+
[
Milestones
](
milestones.md
)
+
[
Notes
](
notes.md
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment