diff options
author | Marcia Ramos <marcia@gitlab.com> | 2019-04-26 17:37:20 +0000 |
---|---|---|
committer | Marcia Ramos <marcia@gitlab.com> | 2019-04-26 17:37:20 +0000 |
commit | 4e3d650c660e61a6a470dc3f205d04e796379c9f (patch) | |
tree | b0ba8fd554813eb9dc4b53f365881943eadabbd4 | |
parent | 5805a1ab9eda9fee489d789c2cf96cff22109db4 (diff) | |
parent | 5d4efe4250fdf88f60bad647fe0e6c7286f75e82 (diff) | |
download | gitlab-ce-4e3d650c660e61a6a470dc3f205d04e796379c9f.tar.gz |
Merge branch 'docs/add-group-name-restricted-chars' into 'master'
List group name restrictions
Closes #60341
See merge request gitlab-org/gitlab-ce!27609
-rw-r--r-- | doc/user/group/index.md | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/doc/user/group/index.md b/doc/user/group/index.md index 6054ab97dc1..2d887673fd6 100644 --- a/doc/user/group/index.md +++ b/doc/user/group/index.md @@ -68,7 +68,7 @@ together in a single list view. You can create a group in GitLab from: -1. The Groups page: expand the left menu, click **Groups**, and click the green button **New group**: +1. The Groups page: from the top menu, click **Groups**, and click the green button **New group**: ![new group from groups page](img/new_group_from_groups.png) @@ -80,14 +80,21 @@ Add the following information: ![new group info](img/create_new_group_info.png) -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 +1. The **Group name** will populate the URL automatically. Optionally, you can change it. + This is the name that is displayed in the group views. + The name can contain only: + - Alphanumeric characters. + - Underscores. + - Dashes and dots. + - Spaces. +1. The **Group URL**, which will be the namespace under which your projects will be hosted. + The URL can contain only: + - Alphanumeric characters. + - Underscores. + - Dashes and dots. It cannot start with dashes or end in dot. +1. Optionally, you can add a brief description to tell others what this group is about. -1. Optionally, choose an avatar for your project. +1. Optionally, choose an avatar for your group. 1. Choose the [visibility level](../../public_access/public_access.md). ## Add users to a group |