docs: add security section

This commit is contained in:
Bereket Engida
2024-10-11 14:38:31 +03:00
parent 1e6870294b
commit 95d457f0c0
4 changed files with 17 additions and 6 deletions

View File

@@ -5,6 +5,7 @@ import {
Mailbox,
Phone,
ScanFace,
ShieldCheck,
UserCircle,
Users2,
UserSquare2,
@@ -691,6 +692,11 @@ export const contents: Content[] = [
</svg>
),
},
{
title: "Security",
href: "/docs/reference/security",
icon: () => <ShieldCheck className="text-current w-4 h-4" />,
},
],
},
];