diff options
author | Marin Jankovski <marin@gitlab.com> | 2014-05-27 14:12:15 +0200 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-05-27 14:12:15 +0200 |
commit | f22c709539d06be6fa76f148dedffdef1170936c (patch) | |
tree | e1274499889330e67162494f3e9d2af75f693cf7 /doc/ssh | |
parent | 3bdf0e2921c4cac46084834899302b25858e6bde (diff) | |
download | gitlab-ce-f22c709539d06be6fa76f148dedffdef1170936c.tar.gz |
Add titles to doc pages.
Diffstat (limited to 'doc/ssh')
-rw-r--r-- | doc/ssh/deploy_keys.md | 2 | ||||
-rw-r--r-- | doc/ssh/ssh.md | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/ssh/deploy_keys.md b/doc/ssh/deploy_keys.md index c7125b7949e..e113160c9bc 100644 --- a/doc/ssh/deploy_keys.md +++ b/doc/ssh/deploy_keys.md @@ -1,3 +1,5 @@ +# Deploy keys + Deploy keys allow read-only access one or multiple projects with a single SSH key. This is really useful for cloning repositories to your Continuous Integration (CI) server. diff --git a/doc/ssh/ssh.md b/doc/ssh/ssh.md index 0a38bc16b49..f89b6a14ce1 100644 --- a/doc/ssh/ssh.md +++ b/doc/ssh/ssh.md @@ -1,3 +1,5 @@ +# SSH keys + SSH key allows you to establish a secure connection between your computer and GitLab |