mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 20:27:44 +00:00
docs: add ai tooling (#4859)
This commit is contained in:
29
docs/components/mdx/add-to-cursor.tsx
Normal file
29
docs/components/mdx/add-to-cursor.tsx
Normal file
@@ -0,0 +1,29 @@
|
||||
import Link from "next/link";
|
||||
|
||||
export const AddToCursor = () => {
|
||||
return (
|
||||
<div className="w-max">
|
||||
<Link
|
||||
href="cursor://anysphere.cursor-deeplink/mcp/install?name=Better%20Auth&config=eyJ1cmwiOiJodHRwczovL21jcC5jaG9ua2llLmFpL2JldHRlci1hdXRoL2JldHRlci1hdXRoLWJ1aWxkZXIvbWNwIn0%3D"
|
||||
className="dark:hidden"
|
||||
>
|
||||
<img
|
||||
src="https://cursor.com/deeplink/mcp-install-dark.svg"
|
||||
alt="Add Better Auth MCP to Cursor"
|
||||
height="32"
|
||||
/>
|
||||
</Link>
|
||||
|
||||
<Link
|
||||
href="cursor://anysphere.cursor-deeplink/mcp/install?name=Better%20Auth&config=eyJ1cmwiOiJodHRwczovL21jcC5jaG9ua2llLmFpL2JldHRlci1hdXRoL2JldHRlci1hdXRoLWJ1aWxkZXIvbWNwIn0%3D"
|
||||
className="dark:block hidden"
|
||||
>
|
||||
<img
|
||||
src="https://cursor.com/deeplink/mcp-install-light.svg"
|
||||
alt="Add Better Auth MCP to Cursor"
|
||||
height="32"
|
||||
/>
|
||||
</Link>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user