Commit 66131e58 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'docs/add-group-name-restricted-chars-ee' into 'master'

EE port: List group name restrictions

See merge request gitlab-org/gitlab-ee!11466
parents 942acc29 804a9a48
...@@ -82,14 +82,21 @@ Add the following information: ...@@ -82,14 +82,21 @@ Add the following information:
![new group info](img/create_new_group_info.png) ![new group info](img/create_new_group_info.png)
1. The **Group name** will populate the path automatically. Optionally, you can 1. The **Group name** will populate the URL automatically. Optionally, you can change it.
change it. This is the name that will me displayed in the group views. This is the name that is displayed in the group views.
1. Set the **Group URL** which will be the **namespace** under which your projects The name can contain only:
will be hosted (path can contain only letters, digits, underscores, dashes - Alphanumeric characters.
and dots; it cannot start with dashes or end in dot). - Underscores.
1. Optionally, you can add a description so that others can briefly understand - 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. 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). 1. Choose the [visibility level](../../public_access/public_access.md).
## Add users to a group ## Add users to a group
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment