diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2017-02-20 13:26:22 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2017-02-20 13:26:22 +0000 |
commit | bc0b438d13f6bffd8e837f551a5415173f43f9f3 (patch) | |
tree | 0218cbd37c409551e0c1fdde938adc2319e382f7 /doc/README.md | |
parent | e03a7c53aedfb8f5c9afcf71e1e2e071084b3f56 (diff) | |
parent | c9d687d6fed8ee9d0b9dfd1ebb55ddbb30b39fe2 (diff) | |
download | gitlab-ce-bc0b438d13f6bffd8e837f551a5415173f43f9f3.tar.gz |
Merge branch '21240_snippets_line_ending' into 'master'
Download snippets with LF line-endings by default
Closes #21240
See merge request !8999
Diffstat (limited to 'doc/README.md')
-rw-r--r-- | doc/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/README.md b/doc/README.md index 1943d656aa7..2712206373d 100644 --- a/doc/README.md +++ b/doc/README.md @@ -21,6 +21,7 @@ - [Profile Settings](profile/README.md) - [Project Services](user/project/integrations//project_services.md) Integrate a project with external services, such as CI and chat. - [Public access](public_access/public_access.md) Learn how you can allow public and internal access to projects. +- [Snippets](user/snippets.md) Snippets allow you to create little bits of code. - [SSH](ssh/README.md) Setup your ssh keys and deploy keys for secure access to your projects. - [Webhooks](user/project/integrations/webhooks.md) Let GitLab notify you when new code has been pushed to your project. - [Workflow](workflow/README.md) Using GitLab functionality and importing projects from GitHub and SVN. |