summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-03-19 15:07:00 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-03-19 15:07:00 +0200
commitce13cfc6263fd602f31ce71f1e62e7da547824ca (patch)
tree57d244b7fef42323e1e48198289d480a02989e46
parentc8265f13ca0ad7d1bd04a699b61b3aa2f3d1e4e7 (diff)
downloadgitlab-ce-ce13cfc6263fd602f31ce71f1e62e7da547824ca.tar.gz
Add more options and missing links
[ci skip]
-rw-r--r--doc/intro/README.md22
1 files changed, 12 insertions, 10 deletions
diff --git a/doc/intro/README.md b/doc/intro/README.md
index 864d5812ed8..77be030bea1 100644
--- a/doc/intro/README.md
+++ b/doc/intro/README.md
@@ -7,7 +7,7 @@
## Prioritize
-> Create issues, labels, milestones, voting, and review issues
+> Create issues, labels, milestones, cast your vote and review issues
- [Create a new issue](../gitlab-basics/create-issue.md)
- [Assign labels to issues](../workflow/labels.md)
@@ -18,23 +18,25 @@
> Create merge requests, diffs, commits, and review code
+- [Fork a project and contribute to it](../workflow/forking_workflow.md)
- [Create a new merge request](../gitlab-basics/add-merge-request.md)
-- Review merge requests easily using inline comments
+- [Automatically close issues from merge requests](../customization/issue_closing.md)
+- [Automatically merge when your builds succeed](../workflow/merge_when_build_succeeds.md)
+- [Revert any commit](../workflow/revert_changes.md)
-## Deploy
+## Test and Deploy
-> Use built-in continuous integration in GitLab, or use your favorite CI tool.
+> Use the built-in continuous integration in GitLab
- [GitLab CI quick start guide](../ci/quick_start/README.md)
-## Install
+## Install and Update
> Install and update your GitLab installation.
- Install GitLab
- - Omnibus
+ - [Omnibus](https://about.gitlab.com/downloads/)
- [Source](../install/installation.md)
-- Upgrade GitLab
-- Learn about GitLab Omnibus architecture
-- GitLab Omnibus configuration options
-- Migrating from source installation to GitLab Omnibus
+- [Update GitLab](update/README.md)
+- [GitLab Omnibus configuration options](http://doc.gitlab.com/omnibus/settings/configuration.html)
+- [Migrating from source installation to GitLab Omnibus](http://doc.gitlab.com/omnibus/update/README.html)