mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 20:27:44 +00:00
docs: community-plugins (#791)
This commit is contained in:
@@ -944,6 +944,35 @@ export const contents: Content[] = [
|
||||
),
|
||||
href: "/docs/plugins/jwt",
|
||||
},
|
||||
{
|
||||
title: "Other",
|
||||
group: true,
|
||||
href: "/docs/plugins/1st-party-plugins",
|
||||
icon: () => <LucideAArrowDown className="w-4 h-4" />,
|
||||
},
|
||||
{
|
||||
title: "Community Plugins",
|
||||
href: "/docs/plugins/community-plugins",
|
||||
icon: () => (
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="1em"
|
||||
height="1em"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
className="lucide lucide-users"
|
||||
>
|
||||
<path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" />
|
||||
<circle cx="9" cy="7" r="4" />
|
||||
<path d="M22 21v-2a4 4 0 0 0-3-3.87" />
|
||||
<path d="M16 3.13a4 4 0 0 1 0 7.75" />
|
||||
</svg>
|
||||
),
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -1027,7 +1056,7 @@ export const contents: Content[] = [
|
||||
{
|
||||
title: "Security",
|
||||
href: "/docs/reference/security",
|
||||
icon: () => <ShieldCheck className="text-current w-4 h-4" />,
|
||||
icon: () => <ShieldCheck className="w-4 h-4 text-current" />,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user