mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 12:27:43 +00:00
docs: add FAQ page to docs (#875)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import {
|
||||
CircleHelp,
|
||||
Key,
|
||||
LucideAArrowDown,
|
||||
LucideIcon,
|
||||
@@ -1105,6 +1106,11 @@ export const contents: Content[] = [
|
||||
href: "/docs/reference/security",
|
||||
icon: () => <ShieldCheck className="w-4 h-4 text-current" />,
|
||||
},
|
||||
{
|
||||
title: "FAQ",
|
||||
href: "/docs/reference/faq",
|
||||
icon: () => <CircleHelp className="w-4 h-4 text-current" />,
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user