Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@vanlanduyt.co>2017-08-16 11:05:44 +0300
committerBob Van Landuyt <bob@vanlanduyt.co>2017-08-16 15:51:51 +0300
commitaa8592eb872413a83341e49d01edb8a01c4f8ae3 (patch)
treef68b335fa7e06f727ed2ece933a4382b56d7cae1 /doc/gitlab-basics
parent04f7f394d3825e3290f523dce28d42b7c87fc9bb (diff)
Add reserved names to docs
Diffstat (limited to 'doc/gitlab-basics')
-rw-r--r--doc/gitlab-basics/create-project.md5
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