summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-03-26 12:08:28 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-03-26 12:08:28 +0000
commit00009f287f7cf65efc79c44ab2874539fbed4062 (patch)
tree7c1d255c7bfd7ae388311a7620066244813b8340
parent30479246ed4ed2cdbadb4d359a38e592ffef2fe5 (diff)
parent31892c664ae3c6b6b1aac6fbcc44690c07597b85 (diff)
downloadgitlab-ce-00009f287f7cf65efc79c44ab2874539fbed4062.tar.gz
Merge branch 'docs/project-template-sources' into 'master'
Add pages group for templates information Closes #58692 See merge request gitlab-org/gitlab-ce!26205
-rw-r--r--doc/gitlab-basics/create-project.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/gitlab-basics/create-project.md b/doc/gitlab-basics/create-project.md
index 3d4259ab7d3..3e99496d531 100644
--- a/doc/gitlab-basics/create-project.md
+++ b/doc/gitlab-basics/create-project.md
@@ -42,7 +42,9 @@ Project templates can pre-populate your project with necessary files to get you
There are two types of project templates:
-- [Built-in templates](#built-in-templates), sourced from the [`project-templates`](https://gitlab.com/gitlab-org/project-templates) group.
+- [Built-in templates](#built-in-templates), sourced from the following groups:
+ - [`project-templates`](https://gitlab.com/gitlab-org/project-templates)
+ - [`pages`](https://gitlab.com/pages)
- [Custom project templates](#custom-project-templates-premium-only), for custom templates configured by GitLab administrators and users.
### Built-in templates
@@ -50,7 +52,7 @@ There are two types of project templates:
Built-in templates are project templates that are:
- Developed and maintained in the
- [`project-templates`](https://gitlab.com/gitlab-org/project-templates) group.
+ [`project-templates`](https://gitlab.com/gitlab-org/project-templates) and [`pages`](https://gitlab.com/pages) groups.
- Released with GitLab.
To use a built-in template on the **New project** page:
@@ -64,7 +66,7 @@ To use a built-in template on the **New project** page:
TIP: **Tip:**
You can improve the existing built-in templates or contribute new ones on the
-[`project-templates`](https://gitlab.com/gitlab-org/project-templates) group.
+[`project-templates`](https://gitlab.com/gitlab-org/project-templates) and [`pages`](https://gitlab.com/pages) groups.
### Custom project templates **[PREMIUM ONLY]**