summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Javier López <fjlopez@gitlab.com>2018-07-30 13:20:11 -0400
committerFrancisco Javier López <fjlopez@gitlab.com>2018-07-30 13:20:11 -0400
commitaea22c36364cd5a9baf5755baa0c15644eb3cbe1 (patch)
treecf3c023df28cbe9bb0683270d53c90d85acd6cba
parent5eda3273ada329269c20704cb427b5966ef81267 (diff)
downloadgitlab-ce-aea22c36364cd5a9baf5755baa0c15644eb3cbe1.tar.gz
Changed docs
-rw-r--r--doc/administration/index.md4
-rw-r--r--doc/gitlab-basics/create-project.md10
2 files changed, 4 insertions, 10 deletions
diff --git a/doc/administration/index.md b/doc/administration/index.md
index 88190b2df5f..804125cb576 100644
--- a/doc/administration/index.md
+++ b/doc/administration/index.md
@@ -107,6 +107,10 @@ created in snippets, wikis, and repos.
- [Default labels](../user/admin_area/labels.html): Create labels that will be automatically added to every new project.
- [Restrict the use of public or internal projects](../public_access/public_access.md#restricting-the-use-of-public-or-internal-projects): Restrict the use of visibility levels for users when they create a project or a snippet.
+With **[GitLab Enterprise Edition](https://about.gitlab.com/pricing)**, you can also:
+
+- [Custom project templates](https://docs.gitlab.com/ee/user/admin_area/custom_project_templates.md): Configure a set of projects to be used as custom template when creating a new project. **[PREMIUM]**
+
### Repository settings
- [Repository checks](repository_checks.md): Periodic Git repository checks.
diff --git a/doc/gitlab-basics/create-project.md b/doc/gitlab-basics/create-project.md
index faa07e0732e..2517908e5b1 100644
--- a/doc/gitlab-basics/create-project.md
+++ b/doc/gitlab-basics/create-project.md
@@ -36,16 +36,6 @@
1. Click **Create project**.
-## Custom project templates
-> [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/issues/6860) in [GitLab Edition Premium][ee] 11.2
-
-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 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
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/26388) in GitLab 10.5.