From 40ad726a2016e2156b0030444ae9a91b749fdc42 Mon Sep 17 00:00:00 2001 From: James <91065484+JamesACS@users.noreply.github.com> Date: Thu, 8 Feb 2024 14:46:43 +0000 Subject: [PATCH] feat: Private NPM guidance update (#1079) * feat: Remove bold formatting from feature message, add Callout component for warning message and update configuration section heading * feat: Update label for private packages and add private-packages.mdx file --- website/docs/src/pages/getting-started/_meta.json | 2 +- .../src/pages/getting-started/private-packages.mdx | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/website/docs/src/pages/getting-started/_meta.json b/website/docs/src/pages/getting-started/_meta.json index e40cd2f57..b595cb91f 100644 --- a/website/docs/src/pages/getting-started/_meta.json +++ b/website/docs/src/pages/getting-started/_meta.json @@ -11,5 +11,5 @@ "usage": "Usage", "layout": "Layout", "themes": "Themes", - "private-packages": { "title": "Private packages", "label": "Pro" } + "private-packages": { "title": "Private packages", "label": "Enterprise" } } diff --git a/website/docs/src/pages/getting-started/private-packages.mdx b/website/docs/src/pages/getting-started/private-packages.mdx index d4a384d6f..2e3d95a62 100644 --- a/website/docs/src/pages/getting-started/private-packages.mdx +++ b/website/docs/src/pages/getting-started/private-packages.mdx @@ -1,8 +1,16 @@ +import { Callout } from 'nextra-theme-docs' + # Private packages With Sandpack, you can securely consume private npm registries (GitHub packages, npm private registry, custom registries, etc.) within just a few steps. A CodeSandbox internal proxy provides the interface to communicate with a custom private npm registry and retrieve npm packages from any npm registry. -**This feature is available for all Team Pro accounts, and you can access the settings [here](https://codesandbox.io/dashboard/settings/npm-registry).** +You can access the settings [here](https://codesandbox.io/dashboard/settings/npm-registry). + + +This setting is only available on enterprise plans. + + +## Configuration ## Get started