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/pages
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-03-08 17:20:11 +0300
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-02-01 01:55:32 +0300
commit873eacaf8c7e4612a3800a65038e24508558d06c (patch)
treed1dc13fe9be5598ebe612a0a45d5c1d41da6c24e /doc/pages
parent9a8818f87f8bfc34e900b8fa2903a313980cd0fc (diff)
Mention that shared runners on GitLab.com are enabled by default
[ci skip]
Diffstat (limited to 'doc/pages')
-rw-r--r--doc/pages/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/pages/README.md b/doc/pages/README.md
index 0f37cce2c8f..9377135be7d 100644
--- a/doc/pages/README.md
+++ b/doc/pages/README.md
@@ -390,10 +390,10 @@ to your project's **Settings > Pages** and hit **Remove pages**. Simple as that.
If you are using GitLab.com to host your website, then:
-- The general domain name for GitLab Pages on GitLab.com is `gitlab.io`
-- Shared runners are provided for free and can be used to build your website
- if you cannot or don't want to set up your own Runner
-- Custom domains and TLS support are enabled
+- The general domain name for GitLab Pages on GitLab.com is `gitlab.io`.
+- Custom domains and TLS support are enabled.
+- Shared runners are enabled by default, provided for free and can be used to
+ build your website. If you want you can still bring your own Runner.
The rest of the guide still applies.