Skip to content

Commit

Permalink
Merge pull request #52 from jakobhoeg/develop
Browse files Browse the repository at this point in the history
docs: update documentation url
  • Loading branch information
jakobhoeg authored Sep 16, 2024
2 parents a0061d8 + e515194 commit 6b5b82b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ https://github.com/user-attachments/assets/b137f6a2-4565-4b4a-8a58-a8dfe0b66a7a

Build an AI support chatbot from scratch in less than five minutes! Find the code from the video [here](https://github.com/jakobhoeg/shadcn-chat/tree/master/examples/shadcn-chat-example-vercel-ai).

# Installation
# Documentation

Check out the full documentation and API reference [here](https://docs-shadcn-chat.vercel.app/).

Check out the full documentation and API reference [here](https://docsshadcn-chat.vercel.app/).
# Installation

> [!NOTE]
> Some of the components rely on [shadcn-ui](https://ui.shadcn.com/docs/installation), so make sure to have it installed.
Expand Down
4 changes: 2 additions & 2 deletions apps/www/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ export default function RootLayout({
. Check out the{" "}
<a
className="font-semibold"
href="https://docsshadcn-chat.vercel.app/"
href="https://docs-shadcn-chat.vercel.app/"
>
documentation
</a>
.
to get started.
</p>
<p className="max-w-[150px] sm:max-w-lg text-right">
Source code available on{" "}
Expand Down
6 changes: 4 additions & 2 deletions packages/cli/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

A CLI for adding **chat** components to your project.

# Installation
# Documentation

Check out the full documentation and API reference [here](https://docs-shadcn-chat.vercel.app/).

Check out the full documentation and API reference [here](https://docsshadcn-chat.vercel.app/).
# Installation

> Some of the components rely on [shadcn-ui](https://ui.shadcn.com/docs/installation), so make sure to have it installed.
Expand Down

0 comments on commit 6b5b82b

Please sign in to comment.