mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-10 04:19:32 +00:00
docs: add ai chat assistant for better-auth docs (#4735)
This commit is contained in:
committed by
Alex Yang
parent
f1b0a4a627
commit
536c5b5f54
@@ -10,7 +10,11 @@ import {
|
|||||||
} from "@/components/ui/dialog";
|
} from "@/components/ui/dialog";
|
||||||
import { Textarea } from "@/components/ui/textarea";
|
import { Textarea } from "@/components/ui/textarea";
|
||||||
import { cn } from "@/lib/utils";
|
import { cn } from "@/lib/utils";
|
||||||
|
<<<<<<< HEAD
|
||||||
import { Send, Bot, User, AlertCircle } from "lucide-react";
|
import { Send, Bot, User, AlertCircle } from "lucide-react";
|
||||||
|
=======
|
||||||
|
import { Send, Loader2, Bot, User, AlertCircle } from "lucide-react";
|
||||||
|
>>>>>>> 7df69c23b (docs: add ai chat assistant for better-auth docs (#4735))
|
||||||
import { MarkdownRenderer } from "./markdown-renderer";
|
import { MarkdownRenderer } from "./markdown-renderer";
|
||||||
import { betterFetch } from "@better-fetch/fetch";
|
import { betterFetch } from "@better-fetch/fetch";
|
||||||
import { atom } from "jotai";
|
import { atom } from "jotai";
|
||||||
|
|||||||
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
@@ -17605,9 +17605,9 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@babel/core'
|
- '@babel/core'
|
||||||
- bufferutil
|
- bufferutil
|
||||||
|
- bufferutil
|
||||||
- supports-color
|
- supports-color
|
||||||
- utf-8-validate
|
- utf-8-validate
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@react-native/normalize-colors@0.74.89': {}
|
'@react-native/normalize-colors@0.74.89': {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user