summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-03-24 22:59:53 +0000
committerEvan Read <eread@gitlab.com>2019-03-24 22:59:53 +0000
commit83153e65a5249fc16c07a54b9db906a4301c76cd (patch)
tree571d315a7e9c58174734bd5beaa333e37c19d65b
parent19b61288ce599a577327543c4861304e2910b956 (diff)
parent3ba05d4ff4b588f2246d3ff4415f8cbee82fc639 (diff)
downloadgitlab-ce-83153e65a5249fc16c07a54b9db906a4301c76cd.tar.gz
Merge branch 'docs/add-instance-level-templates' into 'master'
Add instance level templates to the examples page. See merge request gitlab-org/gitlab-ce!25927
-rw-r--r--doc/ci/examples/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ci/examples/README.md b/doc/ci/examples/README.md
index a1c997d1de6..7f686781e3c 100644
--- a/doc/ci/examples/README.md
+++ b/doc/ci/examples/README.md
@@ -50,6 +50,10 @@ language users and GitLab by sending a merge request with a guide for that langu
You may want to apply for the [GitLab Community Writers Program](https://about.gitlab.com/community-writers/)
to get paid for writing complete articles for GitLab.
+### Adding templates to your GitLab installation **[PREMIUM ONLY]**
+
+If you want to have customized examples and templates for your own self-managed GitLab instance available to your team, your GitLab administrator can [designate an instance template repository](https://docs.gitlab.com/ee/user/admin_area/settings/instance_template_repository.html) that contains examples and templates specific to your enterprise.
+
## Other resources
This section provides further resources to help you get familiar with different aspects of GitLab CI/CD.