Skip to content

Commit d429ee3

Browse files
Document npm upstreaming (#24109)
* Swap ecosystem toggles screenshot Swapped in new screenshot with NPM upstreaming * Initial description of npm upstreaming Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
1 parent be4249b commit d429ee3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed
79.3 KB
Loading
110 KB
Loading

content/admin/packages/configuring-package-ecosystem-support-for-your-enterprise.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ To prevent new packages from being uploaded, you can set an ecosystem you previo
2323
{% data reusables.enterprise_site_admin_settings.access-settings %}
2424
{% data reusables.enterprise_site_admin_settings.management-console %}
2525
{% data reusables.enterprise_site_admin_settings.packages-tab %}
26-
1. Under "Ecosystem Toggles", for each package type, select **Enabled**, **Read-Only**, or **Disabled**.
27-
![Ecosystem toggles](/assets/images/enterprise/site-admin-settings/ecosystem-toggles.png)
26+
1. Under "Ecosystem Toggles", for each package type, select **Enabled**, **Read-Only**, or **Disabled**.{% ifversion ghes > 3.1 %}
27+
![Ecosystem toggles](/assets/images/enterprise/site-admin-settings/ecosystem-toggles.png){% else %}
28+
![Ecosystem toggles](/assets/images/enterprise/3.1/site-admin-settings/ecosystem-toggles.png){% endif %}
2829
{% data reusables.enterprise_management_console.save-settings %}
2930

3031
{% 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
4243

4344
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/.
4445

46+
If you wish to enable npm upstream sources, select `Enabled` for `npm upstreaming`.
47+
4548
{% endif %}
4649

4750
## Next steps

0 commit comments

Comments
 (0)