diff options
author | Evan Read <eread@gitlab.com> | 2019-05-02 22:29:16 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-05-02 22:29:16 +0000 |
commit | 3309eb25affcd6b05e26c9aad748d8f8f3ca8e93 (patch) | |
tree | 846e24481bd6500f4fa59b8fe1c0688585936119 | |
parent | 206504008cb8dbcddd05545d71c644c059801250 (diff) | |
parent | 9c298fe4afbac548b6fb23214c58571ee9357fc4 (diff) | |
download | gitlab-ce-3309eb25affcd6b05e26c9aad748d8f8f3ca8e93.tar.gz |
Merge branch 'docs-update-pages-comm-contribution' into 'master'
Docs: update Pages - make user/group website
See merge request gitlab-org/gitlab-ce!27903
-rw-r--r-- | doc/user/project/pages/getting_started_part_two.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/user/project/pages/getting_started_part_two.md b/doc/user/project/pages/getting_started_part_two.md index 1034ba1733d..faf51154e3b 100644 --- a/doc/user/project/pages/getting_started_part_two.md +++ b/doc/user/project/pages/getting_started_part_two.md @@ -94,8 +94,9 @@ You can also take some **optional** further steps: - _Make it a user or group website._ To turn a **project website** forked from the Pages group into a **user/group** website, you'll need to: - - Rename it to `namespace.gitlab.io`: navigate to project's **Settings** > - expand **Advanced settings** > and scroll down to **Rename repository**. + - Rename it to `namespace.gitlab.io`: go to your project's + **Settings > General** and expand **Advanced**. Scroll down to + **Rename repository** and change the path to `namespace.gitlab.io`. - Adjust your SSG's [base URL](#urls-and-baseurls) from `"project-name"` to `""`. This setting will be at a different place for each SSG, as each of them have their own structure and file tree. Most likely, it will be in the SSG's |