diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2017-07-16 16:03:39 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2017-07-16 16:03:39 +0000 |
commit | af39e4be091bd9060606ca62e3db3651ac850ee7 (patch) | |
tree | 43a597cb4a2a9c5ffa62c232dbba6d451a712de8 /doc/gitlab-basics | |
parent | 1cfa37d6c7c18904908dbb53df075baea5089f8f (diff) | |
download | gitlab-ce-af39e4be091bd9060606ca62e3db3651ac850ee7.tar.gz |
Refactor groups docs
Diffstat (limited to 'doc/gitlab-basics')
-rw-r--r-- | doc/gitlab-basics/README.md | 2 | ||||
-rw-r--r-- | doc/gitlab-basics/create-group.md | 50 | ||||
-rw-r--r-- | doc/gitlab-basics/img/create_new_group_info.png | bin | 105173 -> 0 bytes | |||
-rw-r--r-- | doc/gitlab-basics/img/create_new_group_sidebar.png | bin | 2682 -> 0 bytes | |||
-rw-r--r-- | doc/gitlab-basics/img/create_new_project_from_group.png | bin | 3194 -> 0 bytes | |||
-rw-r--r-- | doc/gitlab-basics/img/select_group_dropdown.png | bin | 3489 -> 0 bytes |
6 files changed, 2 insertions, 50 deletions
diff --git a/doc/gitlab-basics/README.md b/doc/gitlab-basics/README.md index 12466437edc..3d893ba53dd 100644 --- a/doc/gitlab-basics/README.md +++ b/doc/gitlab-basics/README.md @@ -6,7 +6,7 @@ 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) - [Create a project](create-project.md) -- [Create a group](create-group.md) +- [Create a group](../user/group/index.md#create-a-new-group) - [Create a branch](create-branch.md) - [Fork a project](fork-project.md) - [Add a file](add-file.md) diff --git a/doc/gitlab-basics/create-group.md b/doc/gitlab-basics/create-group.md index b4889bb8818..985a52d88f5 100644 --- a/doc/gitlab-basics/create-group.md +++ b/doc/gitlab-basics/create-group.md @@ -1,50 +1,2 @@ -# How to create a group in GitLab -Your projects in GitLab can be organized in 2 different ways: -under your own namespace for single projects, such as `your-name/project-1` or -under groups. - -If you organize your projects under a group, it works like a folder. You can -manage your group members' permissions and access to the projects. - ---- - -To create a group: - -1. Expand the left sidebar by clicking the three bars at the upper left corner - and then navigate to **Groups**. - - ![Go to groups](img/create_new_group_sidebar.png) - -1. Once in your groups dashboard, click on **New group**. - - ![Create new group information](img/create_new_group_info.png) - -1. Fill out the needed information: - - 1. Set the "Group path" which will be the namespace under which your projects - will be hosted (path can contain only letters, digits, underscores, dashes - and dots; it cannot start with dashes or end in dot). - 1. The "Group name" will populate with the path. Optionally, you can change - it. This is the name that will display in the group views. - 1. Optionally, you can add a description so that others can briefly understand - what this group is about. - 1. Optionally, choose and avatar for your project. - 1. Choose the [visibility level](../public_access/public_access.md). - -1. Finally, click the **Create group** button. - -## Add a new project to a group - -There are 2 different ways to add a new project to a group: - -- Select a group and then click on the **New project** button. - - ![New project](img/create_new_project_from_group.png) - - You can then continue on [creating a project](create-project.md). - -- While you are [creating a project](create-project.md), select a group namespace - you've already created from the dropdown menu. - - ![Select group](img/select_group_dropdown.png) +This document was moved to [another location](../user/group/index.md#create-a-new-group). diff --git a/doc/gitlab-basics/img/create_new_group_info.png b/doc/gitlab-basics/img/create_new_group_info.png Binary files differdeleted file mode 100644 index 8d2501d9f7a..00000000000 --- a/doc/gitlab-basics/img/create_new_group_info.png +++ /dev/null diff --git a/doc/gitlab-basics/img/create_new_group_sidebar.png b/doc/gitlab-basics/img/create_new_group_sidebar.png Binary files differdeleted file mode 100644 index fa88d1d51c0..00000000000 --- a/doc/gitlab-basics/img/create_new_group_sidebar.png +++ /dev/null diff --git a/doc/gitlab-basics/img/create_new_project_from_group.png b/doc/gitlab-basics/img/create_new_project_from_group.png Binary files differdeleted file mode 100644 index c35234660db..00000000000 --- a/doc/gitlab-basics/img/create_new_project_from_group.png +++ /dev/null diff --git a/doc/gitlab-basics/img/select_group_dropdown.png b/doc/gitlab-basics/img/select_group_dropdown.png Binary files differdeleted file mode 100644 index 68fc950304c..00000000000 --- a/doc/gitlab-basics/img/select_group_dropdown.png +++ /dev/null |