diff --git a/assets/images/enterprise/3.1/site-admin-settings/ecosystem-toggles.png b/assets/images/enterprise/3.1/site-admin-settings/ecosystem-toggles.png new file mode 100644 index 000000000000..d0ff4e6e9279 Binary files /dev/null and b/assets/images/enterprise/3.1/site-admin-settings/ecosystem-toggles.png differ diff --git a/assets/images/enterprise/site-admin-settings/ecosystem-toggles.png b/assets/images/enterprise/site-admin-settings/ecosystem-toggles.png index d0ff4e6e9279..c396731c0102 100644 Binary files a/assets/images/enterprise/site-admin-settings/ecosystem-toggles.png and b/assets/images/enterprise/site-admin-settings/ecosystem-toggles.png differ diff --git a/content/admin/packages/configuring-package-ecosystem-support-for-your-enterprise.md b/content/admin/packages/configuring-package-ecosystem-support-for-your-enterprise.md index e4a9d4e8a013..7ee3e6fde674 100644 --- a/content/admin/packages/configuring-package-ecosystem-support-for-your-enterprise.md +++ b/content/admin/packages/configuring-package-ecosystem-support-for-your-enterprise.md @@ -23,8 +23,9 @@ To prevent new packages from being uploaded, you can set an ecosystem you previo {% data reusables.enterprise_site_admin_settings.access-settings %} {% data reusables.enterprise_site_admin_settings.management-console %} {% data reusables.enterprise_site_admin_settings.packages-tab %} -1. Under "Ecosystem Toggles", for each package type, select **Enabled**, **Read-Only**, or **Disabled**. - ![Ecosystem toggles](/assets/images/enterprise/site-admin-settings/ecosystem-toggles.png) +1. Under "Ecosystem Toggles", for each package type, select **Enabled**, **Read-Only**, or **Disabled**.{% ifversion ghes > 3.1 %} + ![Ecosystem toggles](/assets/images/enterprise/site-admin-settings/ecosystem-toggles.png){% else %} + ![Ecosystem toggles](/assets/images/enterprise/3.1/site-admin-settings/ecosystem-toggles.png){% endif %} {% data reusables.enterprise_management_console.save-settings %} {% ifversion ghes = 3.0 or ghes > 3.0 %} @@ -42,6 +43,8 @@ To allow network connections to the npm registry, you will need to configure net Note that connections to `registry.npmjs.com` traverse through the Cloudflare network, and subsequently do not connect to a single static IP address; instead, a connection is made to an IP address within the CIDR ranges listed here: https://www.cloudflare.com/ips/. +If you wish to enable npm upstream sources, select `Enabled` for `npm upstreaming`. + {% endif %} ## Next steps