Commit 79923940 authored by Evan Read's avatar Evan Read

Merge branch 'axil-namespaces-clarify' into 'master'

Clarify what namespaces are

See merge request gitlab-org/gitlab!81142
parents 8f840786 3cb8cbf5
...@@ -46,19 +46,16 @@ the immediate parent group. ...@@ -46,19 +46,16 @@ the immediate parent group.
### Namespaces ### Namespaces
In GitLab, a namespace is a unique name and URL for a user, a group, or subgroup. In GitLab, a namespace is a unique name for a user, a group, or subgroup under
which a project can be created.
- `http://gitlab.example.com/username`
- `http://gitlab.example.com/groupname`
- `http://gitlab.example.com/groupname/subgroup_name`
For example, consider a user named Alex: For example, consider a user named Alex:
1. Alex creates an account with the username `alex`: `https://gitlab.example.com/alex` | GitLab URL | Namespace |
1. Alex creates a group for their team with the group name `alex-team`. | ---------- | --------- |
The group and its projects are available at: `https://gitlab.example.com/alex-team` | Alex creates an account with the username `alex`: `https://gitlab.example.com/alex`. | The namespace in this case is `alex`. |
1. Alex creates a subgroup of `alex-team` with the subgroup name `marketing`. | Alex creates a group for their team with the group name `alex-team`. The group and its projects are available at: `https://gitlab.example.com/alex-team`. | The namespace in this cases is `alex-team`. |
The subgroup and its projects are available at: `https://gitlab.example.com/alex-team/marketing` | Alex creates a subgroup of `alex-team` with the subgroup name `marketing`. The subgroup and its projects are available at: `https://gitlab.example.com/alex-team/marketing`. | The namespace in this case is `alex-team/marketing`. |
## Create a group ## Create 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