diff options
author | Alessio Caiazza <acaiazza@gitlab.com> | 2018-12-03 12:05:38 +0100 |
---|---|---|
committer | Alessio Caiazza <acaiazza@gitlab.com> | 2019-01-14 10:14:50 +0000 |
commit | 5e5419db3c141c468dd4eeb81181cad457f7d18c (patch) | |
tree | 52defd31e7c55dd3e3875018ca242c7276b51c4d /GITLAB_PAGES_VERSION | |
parent | 94d05e3c5ce59448d63ee96e3474b0cd3ef2c995 (diff) | |
download | gitlab-ce-5e5419db3c141c468dd4eeb81181cad457f7d18c.tar.gz |
Enable Gitlab-Pages for subgroups
GitLab Pages supports projects hosted under a subgroup, but not subgroup
websites. That means that only the highest-level group supports
i.e.:
You created a group for your engineering department called
`engineering`, a subgroup for all your documentation websites called
`docs`,and a project within this subgroup is called `workflows`.
Your project URL is `https://gitlab.com/engineering/docs/workflows/`.
Once you enable GitLab Pages for this project, the site will live under
`https://engineering.gitlab.io/docs/workflows`.
Diffstat (limited to 'GITLAB_PAGES_VERSION')
-rw-r--r-- | GITLAB_PAGES_VERSION | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GITLAB_PAGES_VERSION b/GITLAB_PAGES_VERSION index 3a3cd8cc8b0..88c5fb891dc 100644 --- a/GITLAB_PAGES_VERSION +++ b/GITLAB_PAGES_VERSION @@ -1 +1 @@ -1.3.1 +1.4.0 |