diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2017-08-17 06:43:06 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2017-08-17 06:43:06 +0000 |
commit | 36ba84cb94dd377a9995b5cdaba9021974fc0489 (patch) | |
tree | 8d3f35386f149ae479d575571496e4e8cf9725ab /doc/gitlab-basics | |
parent | ec34b2d051c16a351387fbaedb5542654810b8a5 (diff) | |
parent | aa8592eb872413a83341e49d01edb8a01c4f8ae3 (diff) | |
download | gitlab-ce-36ba84cb94dd377a9995b5cdaba9021974fc0489.tar.gz |
Merge branch 'bvl-docs-add-reserved-names-to-docs' into 'master'
Add reserved names to docs
See merge request !13583
Diffstat (limited to 'doc/gitlab-basics')
-rw-r--r-- | doc/gitlab-basics/create-project.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/gitlab-basics/create-project.md b/doc/gitlab-basics/create-project.md index 2513f4b420a..763ebc70ed0 100644 --- a/doc/gitlab-basics/create-project.md +++ b/doc/gitlab-basics/create-project.md @@ -1,5 +1,9 @@ # How to create a project in GitLab +>**Notes:** +- For a list of words that are not allowed to be used as project names see the + [reserved names][reserved]. + 1. In your dashboard, click the green **New project** button or use the plus icon in the upper right corner of the navigation bar. @@ -26,3 +30,4 @@ 1. Click **Create project**. [import it]: ../workflow/importing/README.md +[reserved]: ../user/reserved_names.md |