docs: add FAQ page to docs (#875)

This commit is contained in:
Multinite
2024-12-15 04:30:42 +10:00
committed by GitHub
parent dec5714bdf
commit bf522217d7
4 changed files with 96 additions and 0 deletions

View File

@@ -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" />,
},
],
},
];