summaryrefslogtreecommitdiff
path: root/doc/user/snippets.md
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-02-08 13:57:31 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-02-08 13:57:31 +0000
commit60b3ea9493deae26ab83cadf1d868ee421fcfff5 (patch)
tree3d9efd9146716673c0facaf7b4659a28418a3060 /doc/user/snippets.md
parente04ca9a6c769ceee19aeb41861f94ff4fc0f1fa3 (diff)
downloadgitlab-ce-60b3ea9493deae26ab83cadf1d868ee421fcfff5.tar.gz
Refactor snippets API documentation page
Diffstat (limited to 'doc/user/snippets.md')
-rw-r--r--doc/user/snippets.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/user/snippets.md b/doc/user/snippets.md
index 5c9f6ffb163..569bdc9e2d5 100644
--- a/doc/user/snippets.md
+++ b/doc/user/snippets.md
@@ -4,7 +4,12 @@ With GitLab Snippets you can store and share bits of code and text with other us
![GitLab Snippet](img/gitlab_snippet.png)
-There are 2 types of snippets, personal snippets and project snippets.
+Snippets can be maintained using [snippets API](../api/snippets.md).
+
+There are two types of snippets:
+
+- Personal snippets.
+- Project snippets.
## Personal snippets