diff options
author | Z.J. van de Weg <zegerjan@gitlab.com> | 2016-09-03 09:57:52 +0200 |
---|---|---|
committer | Z.J. van de Weg <zegerjan@gitlab.com> | 2016-09-03 09:58:03 +0200 |
commit | 61fbe7efe9972bf43287d7ca76d7ec63fd5798a5 (patch) | |
tree | 4530919c44e3bbcaa0de98be31a91b515996c182 | |
parent | 2aaab34b67eb2a6593780eda33d501a715ef0c5f (diff) | |
download | gitlab-ce-61fbe7efe9972bf43287d7ca76d7ec63fd5798a5.tar.gz |
Add link on API docs index pagezj-add-link-docs-index
[ci skip]
-rw-r--r-- | doc/api/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api/README.md b/doc/api/README.md index 3e79cce0120..96d94e08487 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -11,9 +11,10 @@ following locations: - [Award Emoji](award_emoji.md) - [Branches](branches.md) - [Builds](builds.md) -- [Build triggers](build_triggers.md) +- [Build Triggers](build_triggers.md) - [Build Variables](build_variables.md) - [Commits](commits.md) +- [Deployments](deployments.md) - [Deploy Keys](deploy_keys.md) - [Groups](groups.md) - [Group Access Requests](access_requests.md) |