diff options
author | Francisco Javier López <fjlopez@gitlab.com> | 2018-07-30 13:20:11 -0400 |
---|---|---|
committer | Francisco Javier López <fjlopez@gitlab.com> | 2018-07-30 13:20:11 -0400 |
commit | aea22c36364cd5a9baf5755baa0c15644eb3cbe1 (patch) | |
tree | cf3c023df28cbe9bb0683270d53c90d85acd6cba /doc/administration | |
parent | 5eda3273ada329269c20704cb427b5966ef81267 (diff) | |
download | gitlab-ce-aea22c36364cd5a9baf5755baa0c15644eb3cbe1.tar.gz |
Changed docs
Diffstat (limited to 'doc/administration')
-rw-r--r-- | doc/administration/index.md | 4 |
1 files changed, 4 insertions, 0 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. |