summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/gitlab-basics/README.md35
-rw-r--r--doc/intro/README.md40
2 files changed, 52 insertions, 23 deletions
diff --git a/doc/gitlab-basics/README.md b/doc/gitlab-basics/README.md
index 493e1d1b09c..115480d210b 100644
--- a/doc/gitlab-basics/README.md
+++ b/doc/gitlab-basics/README.md
@@ -2,26 +2,15 @@
Step-by-step guides on the basics of working with Git and GitLab.
-* [Start using Git on the command line](start-using-git.md)
-
-* [Create and add your SSH Keys](create-your-ssh-keys.md)
-
-* [Command Line basic commands](command-line-commands.md)
-
-* [Basic Git commands](basic-git-commands.md)
-
-* [Create a project](create-project.md)
-
-* [Create a group](create-group.md)
-
-* [Create a branch](create-branch.md)
-
-* [Fork a project](fork-project.md)
-
-* [Add a file](add-file.md)
-
-* [Add an image](add-image.md)
-
-* [Create a Merge Request](add-merge-request.md)
-
-* [Create an Issue](create-issue.md)
+- [Start using Git on the command line](start-using-git.md)
+- [Create and add your SSH Keys](create-your-ssh-keys.md)
+- [Command Line basic commands](command-line-commands.md)
+- [Basic Git commands](basic-git-commands.md)
+- [Create a project](create-project.md)
+- [Create a group](create-group.md)
+- [Create a branch](create-branch.md)
+- [Fork a project](fork-project.md)
+- [Add a file](add-file.md)
+- [Add an image](add-image.md)
+- [Create a Merge Request](add-merge-request.md)
+- [Create an Issue](create-issue.md)
diff --git a/doc/intro/README.md b/doc/intro/README.md
new file mode 100644
index 00000000000..864d5812ed8
--- /dev/null
+++ b/doc/intro/README.md
@@ -0,0 +1,40 @@
+## Organize
+
+> Create projects and groups
+
+- [Create a new project](../gitlab-basics/create-project.md)
+- [Create a new group](../gitlab-basics/create-group.md)
+
+## Prioritize
+
+> Create issues, labels, milestones, voting, and review issues
+
+- [Create a new issue](../gitlab-basics/create-issue.md)
+- [Assign labels to issues](../workflow/labels.md)
+- [Use milestones as an overview of your project's tracker](../workflow/milestones.md)
+- Use voting to express your like/dislike to the issue in demand
+
+## Collaborate
+
+> Create merge requests, diffs, commits, and review code
+
+- [Create a new merge request](../gitlab-basics/add-merge-request.md)
+- Review merge requests easily using inline comments
+
+## Deploy
+
+> Use built-in continuous integration in GitLab, or use your favorite CI tool.
+
+- [GitLab CI quick start guide](../ci/quick_start/README.md)
+
+## Install
+
+> Install and update your GitLab installation.
+
+- Install GitLab
+ - Omnibus
+ - [Source](../install/installation.md)
+- Upgrade GitLab
+- Learn about GitLab Omnibus architecture
+- GitLab Omnibus configuration options
+- Migrating from source installation to GitLab Omnibus