1
0
mirror of synced 2025-12-23 03:44:00 -05:00

Put visibility info closer to decision info

This commit is contained in:
Felicity Chapman
2021-01-28 11:52:38 +00:00
parent fe4b7b9ea1
commit ca8b750451
3 changed files with 8 additions and 5 deletions

View File

@@ -25,8 +25,6 @@ Before you can use Jekyll to create a {% data variables.product.prodname_pages %
{% data reusables.pages.new-or-existing-repo %}
{% data reusables.pages.private_pages_are_public_warning %}
{% data reusables.repositories.create_new %}
{% data reusables.repositories.owner-drop-down %}
{% data reusables.pages.create-repo-name %}
@@ -36,6 +34,8 @@ Before you can use Jekyll to create a {% data variables.product.prodname_pages %
{% data reusables.pages.must-have-repo-first %}
{% data reusables.pages.private_pages_are_public_warning %}
{% data reusables.command_line.open_the_multi_os_terminal %}
2. If you don't already have a local copy of your repository, navigate to the location where you want to store your site's source files, replacing _PARENT-FOLDER_ with the folder you want to contain the folder for your repository.
```shell

View File

@@ -20,8 +20,6 @@ versions:
{% data reusables.pages.new-or-existing-repo %}
{% data reusables.pages.private_pages_are_public_warning %}
{% data reusables.repositories.create_new %}
{% data reusables.repositories.owner-drop-down %}
{% data reusables.pages.create-repo-name %}
@@ -33,6 +31,8 @@ versions:
{% data reusables.pages.must-have-repo-first %}
{% data reusables.pages.private_pages_are_public_warning %}
{% data reusables.pages.navigate-site-repo %}
{% data reusables.pages.decide-publishing-source %}
3. If your chosen publishing source already exists, navigate to the publishing source. If your chosen publishing source doesn't exist, create the publishing source.