Skip to content

Commit 2ea855c

Browse files
committed
docs: switch to @tool-ui installs and pin chart recharts v2
1 parent a4aaf10 commit 2ea855c

File tree

31 files changed

+48
-31
lines changed

31 files changed

+48
-31
lines changed

app/docs/approval-card/content.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { ApprovalCard } from "@/components/tool-ui/approval-card";
1616
Run this once from your project root.
1717

1818
```bash
19-
npx shadcn@latest add https://tool-ui.com/r/approval-card.json
19+
npx shadcn@latest add @tool-ui/approval-card
2020
```
2121

2222
</Step>

app/docs/audio/content.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { Audio } from "@/components/tool-ui/audio";
1616
Run this once from your project root.
1717

1818
```bash
19-
npx shadcn@latest add https://tool-ui.com/r/audio.json
19+
npx shadcn@latest add @tool-ui/audio
2020
```
2121

2222
</Step>

app/docs/chart/content.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { DocsHeader } from "../_components/docs-header";
1515
Run this once from your project root.
1616

1717
```bash
18-
npx shadcn@latest add https://tool-ui.com/r/chart.json
18+
npx shadcn@latest add @tool-ui/chart
1919
```
2020

2121
</Step>

app/docs/citation/content.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { Citation } from "@/components/tool-ui/citation";
1616
Run this once from your project root.
1717

1818
```bash
19-
npx shadcn@latest add https://tool-ui.com/r/citation.json
19+
npx shadcn@latest add @tool-ui/citation
2020
```
2121

2222
</Step>

app/docs/code-block/content.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { DocsHeader } from "../_components/docs-header";
1515
Run this once from your project root.
1616

1717
```bash
18-
npx shadcn@latest add https://tool-ui.com/r/code-block.json
18+
npx shadcn@latest add @tool-ui/code-block
1919
```
2020

2121
</Step>

app/docs/data-table/content.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import {
2929
Run this once from your project root.
3030

3131
```bash
32-
npx shadcn@latest add https://tool-ui.com/r/data-table.json
32+
npx shadcn@latest add @tool-ui/data-table
3333
```
3434

3535
</Step>

app/docs/image-gallery/content.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { ImageGallery } from "@/components/tool-ui/image-gallery";
1616
Run this once from your project root.
1717

1818
```bash
19-
npx shadcn@latest add https://tool-ui.com/r/image-gallery.json
19+
npx shadcn@latest add @tool-ui/image-gallery
2020
```
2121

2222
</Step>

app/docs/image/content.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { Image } from "@/components/tool-ui/image";
1616
Run this once from your project root.
1717

1818
```bash
19-
npx shadcn@latest add https://tool-ui.com/r/image.json
19+
npx shadcn@latest add @tool-ui/image
2020
```
2121

2222
</Step>

app/docs/instagram-post/content.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { InstagramPost } from "@/components/tool-ui/instagram-post";
1616
Run this once from your project root.
1717

1818
```bash
19-
npx shadcn@latest add https://tool-ui.com/r/instagram-post.json
19+
npx shadcn@latest add @tool-ui/instagram-post
2020
```
2121

2222
</Step>

app/docs/item-carousel/content.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { DocsHeader } from "../_components/docs-header";
1515
Run this once from your project root.
1616

1717
```bash
18-
npx shadcn@latest add https://tool-ui.com/r/item-carousel.json
18+
npx shadcn@latest add @tool-ui/item-carousel
1919
```
2020

2121
</Step>

0 commit comments

Comments
 (0)