Changed docs

parent 5eda3273
......@@ -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.
......
......@@ -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.
......
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