Skip to content

Commit

Permalink
feat: Private NPM guidance update (#1079)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
JamesACS committed Feb 8, 2024
1 parent 21866f2 commit 40ad726
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/src/pages/getting-started/_meta.json
Expand Up @@ -11,5 +11,5 @@
"usage": "Usage",
"layout": "Layout",
"themes": "Themes",
"private-packages": { "title": "Private packages", "label": "Pro" }
"private-packages": { "title": "Private packages", "label": "Enterprise" }
}
10 changes: 9 additions & 1 deletion 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).

<Callout emoji="⚠️">
This setting is only available on enterprise plans.
</Callout>

## Configuration

## Get started

Expand Down

0 comments on commit 40ad726

Please sign in to comment.