summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJob van der Voort <job@gitlab.com>2015-06-23 17:55:45 +0000
committerJob van der Voort <job@gitlab.com>2015-06-23 17:55:45 +0000
commite68f375d573f91967736f8776ecf1cd50842bd7c (patch)
treee8f5373de40cf62b92de2420fd2578a5bb7c70f9
parent764b5913c8f960d09d4777e3233662f507b0ec13 (diff)
parentd5e6367a0f349a723015224fc49472538a398a82 (diff)
downloadgitlab-ce-e68f375d573f91967736f8776ecf1cd50842bd7c.tar.gz
Merge branch 'k-link-basicdocs' into 'master'
added link to GitLab Basics Added link to GitLab Basics See merge request !1876
-rw-r--r--doc/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/README.md b/doc/README.md
index 28459613252..424b9e9a47e 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -4,6 +4,7 @@
- [API](api/README.md) Automate GitLab via a simple and powerful API.
- [GitLab as OAuth2 authentication service provider](integration/oauth_provider.md). It allows you to login to other applications from GitLab.
+- [GitLab Basics](gitlab_basics/README.md) Find step by step how to start working on your commandline and on GitLab.
- [Importing to GitLab](workflow/importing/README.md).
- [Markdown](markdown/markdown.md) GitLab's advanced formatting system.
- [Permissions](permissions/permissions.md) Learn what each role in a project (guest/reporter/developer/master/owner) can do.