Put visibility info closer to decision info
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user