diff --git a/content/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise.md b/content/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise.md index 1ad518dd0f..d5d41ee13a 100644 --- a/content/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise.md +++ b/content/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise.md @@ -1,6 +1,6 @@ --- title: Configuring GitHub Pages for your enterprise -intro: 'You can enable or disable {% data variables.product.prodname_pages %} for your enterprise and choose whether to make sites publicly accessible.' +intro: 'You can enable or disable {% data variables.product.prodname_pages %} for your enterprise{% ifversion ghes %} and choose whether to make sites publicly accessible{% endif %}.' redirect_from: - /enterprise/admin/guides/installation/disabling-github-enterprise-pages/ - /enterprise/admin/guides/installation/configuring-github-enterprise-pages/ @@ -18,9 +18,12 @@ topics: - Pages shortTitle: Configure GitHub Pages --- + +{% ifversion ghes %} + ## Enabling public sites for {% data variables.product.prodname_pages %} -{% ifversion ghes %}If private mode is enabled on your enterprise, the {% else %}The {% endif %}public cannot access {% data variables.product.prodname_pages %} sites hosted by your enterprise unless you enable public sites. +If private mode is enabled on your enterprise, the public cannot access {% data variables.product.prodname_pages %} sites hosted by your enterprise unless you enable public sites. {% warning %} @@ -28,42 +31,35 @@ shortTitle: Configure GitHub Pages {% endwarning %} -{% ifversion ghes %} {% data reusables.enterprise_site_admin_settings.access-settings %} {% data reusables.enterprise_site_admin_settings.management-console %} {% data reusables.enterprise_management_console.pages-tab %} 4. Select **Public Pages**. ![Checkbox to enable Public Pages](/assets/images/enterprise/management-console/public-pages-checkbox.png) {% data reusables.enterprise_management_console.save-settings %} -{% elsif ghae %} -{% data reusables.enterprise-accounts.access-enterprise %} -{% data reusables.enterprise-accounts.policies-tab %} -{% data reusables.enterprise-accounts.pages-tab %} -5. Under "Pages policies", select **Public {% data variables.product.prodname_pages %}**. - ![Checkbox to enable public {% data variables.product.prodname_pages %}](/assets/images/enterprise/business-accounts/public-github-pages-checkbox.png) -{% data reusables.enterprise-accounts.pages-policies-save %} -{% endif %} ## Disabling {% data variables.product.prodname_pages %} for your enterprise -{% ifversion ghes %} If subdomain isolation is disabled for your enterprise, you should also disable {% data variables.product.prodname_pages %} to protect yourself from potential security vulnerabilities. For more information, see "[Enabling subdomain isolation](/admin/configuration/enabling-subdomain-isolation)." -{% endif %} -{% ifversion ghes %} {% data reusables.enterprise_site_admin_settings.access-settings %} {% data reusables.enterprise_site_admin_settings.management-console %} {% data reusables.enterprise_management_console.pages-tab %} 4. Unselect **Enable Pages**. ![Checkbox to disable {% data variables.product.prodname_pages %}](/assets/images/enterprise/management-console/pages-select-button.png) {% data reusables.enterprise_management_console.save-settings %} -{% elsif ghae %} + +{% endif %} + +{% ifversion ghae %} + {% data reusables.enterprise-accounts.access-enterprise %} {% data reusables.enterprise-accounts.policies-tab %} {% data reusables.enterprise-accounts.pages-tab %} 5. Under "Pages policies", deselect **Enable {% data variables.product.prodname_pages %}**. ![Checkbox to disable {% data variables.product.prodname_pages %}](/assets/images/enterprise/business-accounts/enable-github-pages-checkbox.png) {% data reusables.enterprise-accounts.pages-policies-save %} + {% endif %} {% ifversion ghes %} diff --git a/content/repositories/creating-and-managing-repositories/transferring-a-repository.md b/content/repositories/creating-and-managing-repositories/transferring-a-repository.md index 4948034d55..651ec1b4dd 100644 --- a/content/repositories/creating-and-managing-repositories/transferring-a-repository.md +++ b/content/repositories/creating-and-managing-repositories/transferring-a-repository.md @@ -30,7 +30,8 @@ Prerequisites for repository transfers: - When you transfer a repository that you own to another user account, the new owner will receive a confirmation email.{% ifversion fpt or ghec %} The confirmation email includes instructions for accepting the transfer. If the new owner doesn't accept the transfer within one day, the invitation will expire.{% endif %} - To transfer a repository that you own to an organization, you must have permission to create a repository in the target organization. - The target account must not have a repository with the same name, or a fork in the same network. -- The original owner of the repository is added as a collaborator on the transferred repository. Other collaborators to the transferred repository remain intact. +- The original owner of the repository is added as a collaborator on the transferred repository. Other collaborators to the transferred repository remain intact.{% ifversion ghec or ghes or ghae %} +- Internal repositories can't be transferred.{% endif %} - Private forks can't be transferred. {% ifversion fpt or ghec %}If you transfer a private repository to a {% data variables.product.prodname_free_user %} user or organization account, the repository will lose access to features like protected branches and {% data variables.product.prodname_pages %}. {% data reusables.gated-features.more-info %}{% endif %} diff --git a/data/learning-tracks/admin.yml b/data/learning-tracks/admin.yml index 49d2d06fcb..b918b1009b 100644 --- a/data/learning-tracks/admin.yml +++ b/data/learning-tracks/admin.yml @@ -1,6 +1,9 @@ get_started_with_github_ae: title: 'Get started with {% data variables.product.prodname_ghe_managed %}' description: 'Learn about {% data variables.product.prodname_ghe_managed %} and complete the initial configuration of a new enterprise.' + featured_track: true + versions: + ghae: '*' guides: - /admin/overview/about-github-ae - /admin/overview/about-data-residency @@ -12,6 +15,8 @@ deploy_an_instance: title: 'Deploy an instance' description: 'Install {% data variables.product.prodname_ghe_server %} on your platform of choice and configure SAML authentication.' featured_track: true + versions: + ghes: '*' guides: - /admin/overview/system-overview - /admin/installation @@ -23,6 +28,8 @@ deploy_an_instance: upgrade_your_instance: title: 'Upgrade your instance' description: 'Test upgrades in staging, notify users of maintenance, and upgrade your instance for the latest features and security updates.' + versions: + ghes: '*' guides: - /admin/enterprise-management/enabling-automatic-update-checks - /admin/installation/setting-up-a-staging-instance @@ -46,6 +53,8 @@ adopting_github_actions_for_your_enterprise: increase_fault_tolerance: title: 'Increase the fault tolerance of your instance' description: "Back up your developers' code and configure high availability (HA) to ensure the reliability of {% data variables.product.prodname_ghe_server %} in your environment." + versions: + ghes: '*' guides: - /admin/configuration/accessing-the-administrative-shell-ssh - /admin/configuration/configuring-backups-on-your-appliance @@ -56,6 +65,8 @@ increase_fault_tolerance: improve_security_of_your_instance: title: 'Improve the security of your instance' description: "Review network configuration and security features, and harden the instance running {% data variables.product.prodname_ghe_server %} to protect your enterprise's data." + versions: + ghes: '*' guides: - /admin/configuration/enabling-private-mode - /admin/guides/installation/configuring-tls @@ -70,6 +81,8 @@ improve_security_of_your_instance: configure_github_actions: title: 'Configure {% data variables.product.prodname_actions %}' description: 'Allow your developers to create, automate, customize, and execute powerful software development workflows for {% data variables.product.product_location %} with {% data variables.product.prodname_actions %}.' + versions: + ghes: '*' guides: - /admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server - /admin/github-actions/enforcing-github-actions-policies-for-your-enterprise @@ -81,6 +94,8 @@ configure_github_actions: configure_github_advanced_security: title: 'Configure {% data variables.product.prodname_GH_advanced_security %}' description: "Improve the quality and security of your developers' code with {% data variables.product.prodname_GH_advanced_security %}." + versions: + ghes: '*' guides: - /admin/advanced-security/about-licensing-for-github-advanced-security - /admin/advanced-security/enabling-github-advanced-security-for-your-enterprise @@ -91,6 +106,9 @@ configure_github_advanced_security: get_started_with_your_enterprise_account: title: 'Get started with your enterprise account' description: 'Get started with your enterprise account to centrally manage multiple organizations on {% data variables.product.product_name %}.' + versions: + ghes: '*' + ghec: '*' guides: - /admin/overview/about-enterprise-accounts - /billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise