diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2018-04-25 17:40:34 +0000 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2018-04-25 17:40:34 +0000 |
commit | 5f51935f4835e007a8f2200b9ecd2a850a99d06f (patch) | |
tree | 0e19dcd03c5a51819492000b3c3f5ea1383ca6ab /doc | |
parent | c5f6c811eec6bca7952f84af9e30f3fafb848352 (diff) | |
parent | 671ec71e165bb0773ccd5e15dc62ed86f06e225f (diff) | |
download | gitlab-ce-5f51935f4835e007a8f2200b9ecd2a850a99d06f.tar.gz |
Merge branch 'docs-add-snippets-api-index' into 'master'
Link to Snippets API docs from API index
See merge request gitlab-org/gitlab-ce!18536
Diffstat (limited to 'doc')
-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 ae4481b400e..9879c667150 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -13,6 +13,7 @@ following locations: - [Broadcast Messages](broadcast_messages.md) - [Project-level Variables](project_level_variables.md) - [Group-level Variables](group_level_variables.md) +- [Code Snippets](snippets.md) - [Commits](commits.md) - [Custom Attributes](custom_attributes.md) - [Deployments](deployments.md) |