Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBrendan O'Leary 🐢 <boleary@gitlab.com>2019-03-25 01:59:53 +0300
committerEvan Read <eread@gitlab.com>2019-03-25 01:59:53 +0300
commit3ba05d4ff4b588f2246d3ff4415f8cbee82fc639 (patch)
tree571d315a7e9c58174734bd5beaa333e37c19d65b /doc
parent19b61288ce599a577327543c4861304e2910b956 (diff)
Add instance level templates to the examples page.
Diffstat (limited to 'doc')
-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.