diff options
author | Brandon Houghton <3753196-bhoughton@users.noreply.gitlab.com> | 2019-04-17 16:39:30 +0000 |
---|---|---|
committer | Brandon Houghton <3753196-bhoughton@users.noreply.gitlab.com> | 2019-04-17 16:39:30 +0000 |
commit | 4cb3ab8372694036a25e0b4943fc9dde0265d015 (patch) | |
tree | 667bfe261fb9828478070c830adb196ff5de67a7 /doc/user/project/pages | |
parent | 055a933325dffa6bef6c3713c1bbed957b0ab80d (diff) | |
download | gitlab-ce-4cb3ab8372694036a25e0b4943fc9dde0265d015.tar.gz |
Clarify instructions for making user/group site
Diffstat (limited to 'doc/user/project/pages')
-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..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 |