From 4cb3ab8372694036a25e0b4943fc9dde0265d015 Mon Sep 17 00:00:00 2001 From: Brandon Houghton <3753196-bhoughton@users.noreply.gitlab.com> Date: Wed, 17 Apr 2019 16:39:30 +0000 Subject: Clarify instructions for making user/group site --- doc/user/project/pages/getting_started_part_two.md | 5 +++-- 1 file 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..bb3be9a5ba8 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** + and expand **Advanced**. Scroll down to **Rename repository** and change +both the project name and 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 -- cgit v1.2.1 From 9c298fe4afbac548b6fb23214c58571ee9357fc4 Mon Sep 17 00:00:00 2001 From: Marcia Ramos Date: Tue, 30 Apr 2019 15:37:23 +0100 Subject: Need to change only the path --- doc/user/project/pages/getting_started_part_two.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/user/project/pages/getting_started_part_two.md b/doc/user/project/pages/getting_started_part_two.md index bb3be9a5ba8..faf51154e3b 100644 --- a/doc/user/project/pages/getting_started_part_two.md +++ b/doc/user/project/pages/getting_started_part_two.md @@ -94,9 +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`: go to your project's **Settings** - and expand **Advanced**. Scroll down to **Rename repository** and change -both the project name and the path to `namespace.gitlab.io`. + - 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 -- cgit v1.2.1