summaryrefslogtreecommitdiff
path: root/doc/gitlab-basics
diff options
context:
space:
mode:
authorFrancisco Javier López <fjlopez@gitlab.com>2018-07-30 07:43:33 -0400
committerFrancisco Javier López <fjlopez@gitlab.com>2018-07-30 07:43:33 -0400
commit5eda3273ada329269c20704cb427b5966ef81267 (patch)
treead77d7383464de962643d3f0106f23d791b988c0 /doc/gitlab-basics
parent26d142e3a833c2ed75c9c5767c5fd3482a9d0744 (diff)
downloadgitlab-ce-5eda3273ada329269c20704cb427b5966ef81267.tar.gz
Updated doc
Diffstat (limited to 'doc/gitlab-basics')
-rw-r--r--doc/gitlab-basics/create-project.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/gitlab-basics/create-project.md b/doc/gitlab-basics/create-project.md
index 3a3303d3a4e..faa07e0732e 100644
--- a/doc/gitlab-basics/create-project.md
+++ b/doc/gitlab-basics/create-project.md
@@ -41,7 +41,10 @@
When you create a new project, creating it based on custom project templates is a convenient option to bootstrap from an existing project boilerplate. The administration setting to configure a GitLab group that serves as template source can be found under **Admin > Settings > Custom project templates**.
-Within this section, you can configure the group where all the custom project templates are sourced. Every project under the group namespace will be available to the user if they have access to them. For example: Every public project in the group will be available to the user. However, private projects will be available only if the user is authorized.
+Within this section, you can configure the group where all the custom project templates are sourced. Every project direcly under the group namespace will be available to the user if they have access to them. For example: Every public project in the group will be available to the user. However, private projects will be available only if the user is authorized.
+Projects below subgroups of the template group are not supported.
+
+Repository and database information that are copied over to your template instance are identical to our GitLab project export. See the [Project import/export documentation](../user/project/settings/import_export.md) for reference.
## Push to create a new project