Skip to content

Commit 8301bf0

Browse files
committed
warnings and update links
1 parent 8f1ef94 commit 8301bf0

File tree

5 files changed

+16
-2
lines changed

5 files changed

+16
-2
lines changed

.changeset/early-carrots-punch.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@jsrepo/shadcn": patch
3+
"@jsrepo/mcp": patch
4+
---
5+
6+
chore: update docs links
7+

apps/docs/content/docs/outputs/shadcn.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ description: Output your registry as a shadcn registry.
1010

1111
The `@jsrepo/shadcn` is a package that helps you distribute your jsrepo registry as a shadcn registry.
1212

13+
<Callout type="warning">
14+
Users can only use the **shadcn** CLI to add items from a registry output by this plugin.
15+
</Callout>
16+
1317
## Usage
1418

1519
To get started install the package:

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "An MCP server for jsrepo.",
44
"version": "0.0.1-beta.0",
55
"license": "MIT",
6-
"homepage": "https://v3.jsrepo.dev",
6+
"homepage": "https://v3.jsrepo.dev/docs/mcp",
77
"author": {
88
"name": "Aidan Bleser",
99
"url": "https://github.com/ieedan"

packages/shadcn/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

66
A package to help you distribute your jsrepo registry as a shadcn registry.
77

8+
> [!WARNING]
9+
> Users can only use the **shadcn** CLI to add items from a registry output by this plugin.
10+
811
## Usage
912

1013
Install the package:

packages/shadcn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A package to help you distribute your jsrepo registry as a shadcn registry.",
44
"version": "0.0.1-beta.0",
55
"license": "MIT",
6-
"homepage": "https://v3.jsrepo.dev",
6+
"homepage": "https://v3.jsrepo.dev/docs/outputs/shadcn",
77
"author": {
88
"name": "Aidan Bleser",
99
"url": "https://github.com/ieedan"

0 commit comments

Comments
 (0)