diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-11 07:11:55 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-11 07:11:55 +0200 |
commit | ec102fe8f1cce1a5b971807232550e3b1e0f9ae6 (patch) | |
tree | 66f66de2631ff95dbf0c57503836c581fc1399e9 /doc | |
parent | c003c894223f76635783b0c878006bff5800f2fe (diff) | |
download | gitlab-ce-ec102fe8f1cce1a5b971807232550e3b1e0f9ae6.tar.gz |
New images for GitLab basics "Create group" docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gitlab-basics/create-group.md | 51 | ||||
-rw-r--r-- | doc/gitlab-basics/img/click-on-new-group.png | bin | 1957 -> 0 bytes | |||
-rw-r--r-- | doc/gitlab-basics/img/create_group.png | bin | 3184 -> 0 bytes | |||
-rw-r--r-- | doc/gitlab-basics/img/create_new_group_info.png | bin | 0 -> 53103 bytes | |||
-rw-r--r-- | doc/gitlab-basics/img/create_new_group_sidebar.png | bin | 0 -> 5396 bytes | |||
-rw-r--r-- | doc/gitlab-basics/img/create_new_project_from_group.png | bin | 0 -> 6545 bytes | |||
-rw-r--r-- | doc/gitlab-basics/img/group_info.png | bin | 15479 -> 0 bytes | |||
-rw-r--r-- | doc/gitlab-basics/img/select-group2.png | bin | 5040 -> 0 bytes | |||
-rw-r--r-- | doc/gitlab-basics/img/select_group_dropdown.png | bin | 0 -> 8038 bytes |
9 files changed, 28 insertions, 23 deletions
diff --git a/doc/gitlab-basics/create-group.md b/doc/gitlab-basics/create-group.md index 05497279959..64274ccd5eb 100644 --- a/doc/gitlab-basics/create-group.md +++ b/doc/gitlab-basics/create-group.md @@ -1,43 +1,48 @@ # How to create a group in GitLab -## Create a group - 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, follow the instructions below: +under your own namespace for single projects, such as `your-name/project-1` or +under groups. -Sign in to [GitLab.com](https://gitlab.com). +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. -When you are on your Dashboard, click on "Groups" on the left menu of your screen: +--- -![Go to groups](img/select-group2.png) +To create a group: -Click on "New group" on the top right side of your screen: +1. Expand the left sidebar by clicking the three bars at the upper left corner + and then navigate to **Groups**. -![New group](img/click-on-new-group.png) + ![Go to groups](img/create_new_group_sidebar.png) -Fill out the information required: +1. Once in your groups dashboard, click on **New group**. -1. Add a group path or group name (you can't add spaces, so you can use hyphens or underscores) + ![Create new group information](img/create_new_group_info.png) -1. Add details or a group description +1. Fill out the needed information: -1. You can choose a group avatar if you'd like + 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. 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. Click on "create group" +1. Finally, click the **Create group** button. -![Group information](img/group_info.png) - -## Add a project to a group +## 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 "New project" on the right side of your screen. Then you can [create a project](create-project.md) +- Select a group and then click on the **New project** button. + + ![New project](img/create_new_project_from_group.png) -![New project](img/new_project.png) + You can then continue on [creating a project](create-project.md). -* When you are [creating a project](create-project.md), click on "create a group" on the bottom right side of your screen +- While you are [creating a project](create-project.md), select a group namespace + you've already created from the dropdown menu. -![Create a group](img/create_group.png) + ![Select group](img/select_group_dropdown.png) diff --git a/doc/gitlab-basics/img/click-on-new-group.png b/doc/gitlab-basics/img/click-on-new-group.png Binary files differdeleted file mode 100644 index 6450deec6fc..00000000000 --- a/doc/gitlab-basics/img/click-on-new-group.png +++ /dev/null diff --git a/doc/gitlab-basics/img/create_group.png b/doc/gitlab-basics/img/create_group.png Binary files differdeleted file mode 100644 index 7ecc3baa990..00000000000 --- a/doc/gitlab-basics/img/create_group.png +++ /dev/null diff --git a/doc/gitlab-basics/img/create_new_group_info.png b/doc/gitlab-basics/img/create_new_group_info.png Binary files differnew file mode 100644 index 00000000000..c8eddfd1bbb --- /dev/null +++ b/doc/gitlab-basics/img/create_new_group_info.png diff --git a/doc/gitlab-basics/img/create_new_group_sidebar.png b/doc/gitlab-basics/img/create_new_group_sidebar.png Binary files differnew file mode 100644 index 00000000000..28017ee02e0 --- /dev/null +++ b/doc/gitlab-basics/img/create_new_group_sidebar.png 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 differnew file mode 100644 index 00000000000..6d41d17f9ca --- /dev/null +++ b/doc/gitlab-basics/img/create_new_project_from_group.png diff --git a/doc/gitlab-basics/img/group_info.png b/doc/gitlab-basics/img/group_info.png Binary files differdeleted file mode 100644 index 2507d6c295b..00000000000 --- a/doc/gitlab-basics/img/group_info.png +++ /dev/null diff --git a/doc/gitlab-basics/img/select-group2.png b/doc/gitlab-basics/img/select-group2.png Binary files differdeleted file mode 100644 index aee22c638db..00000000000 --- a/doc/gitlab-basics/img/select-group2.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 differnew file mode 100644 index 00000000000..7d8b89c2df9 --- /dev/null +++ b/doc/gitlab-basics/img/select_group_dropdown.png |