diff options
author | Chris Sanders <christopherfsanders@gmail.com> | 2018-05-16 13:45:58 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-08-29 17:35:40 +0200 |
commit | b79da896ac1e05e41c394ce76667344a2e966ee2 (patch) | |
tree | 98f2a92dc1bd547d0388b174b50c9cc1d7471c30 | |
parent | 0ecc069d4832da9925e277ae94c8419ce23422c6 (diff) | |
download | gitlab-ce-b79da896ac1e05e41c394ce76667344a2e966ee2.tar.gz |
Update doc/administration/pages/index.md to mention the non-support of subgroups
Originally submitted at
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5734.
Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r-- | doc/administration/pages/index.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/administration/pages/index.md b/doc/administration/pages/index.md index eefa86f8e42..d68219bf8ea 100644 --- a/doc/administration/pages/index.md +++ b/doc/administration/pages/index.md @@ -11,6 +11,7 @@ description: 'Learn how to administer GitLab Pages.' - This guide is for Omnibus GitLab installations. If you have installed GitLab from source, follow the [Pages source installation document](source.md). - To learn how to use GitLab Pages, read the [user documentation][pages-userguide]. +- Does NOT support subgroups. See [this issue](https://gitlab.com/gitlab-org/gitlab-ce/issues/30548) for more information and status. This document describes how to set up the _latest_ GitLab Pages feature. Make sure to read the [changelog](#changelog) if you are upgrading to a new GitLab |