diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-03-31 16:43:45 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-03-31 16:43:45 +0300 |
commit | 8f3701eff005aeedcebff8ce02074f5056a369b3 (patch) | |
tree | d24f416e8c2f11895476507ddbe1eac62d654224 /doc/api/README.md | |
parent | 9b276f0003d19599e6426eb5f58028a81ede4a30 (diff) | |
download | gitlab-ce-8f3701eff005aeedcebff8ce02074f5056a369b3.tar.gz |
Move branches API docs to separate file
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'doc/api/README.md')
-rw-r--r-- | doc/api/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/README.md b/doc/api/README.md index fa5b12af14c..b2edf47fe5c 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -9,6 +9,7 @@ + [Repositories](repositories.md) + [Repository Files](repository_files.md) + [Commits](commits.md) ++ [Branches](branches.md) + [Merge Requests](merge_requests.md) + [Issues](issues.md) + [Milestones](milestones.md) |