feat: 📝 Add security model explanation page

This commit is contained in:
Jesse Wierzbinski 2024-09-20 15:09:30 +02:00
parent 5622705136
commit 08293eebfe
No known key found for this signature in database
4 changed files with 68 additions and 1 deletions

View file

@ -250,6 +250,7 @@ export const navigation: NavGroup[] = [
{ title: "SDKs", href: "/sdks" },
{ title: "Entities", href: "/entities" },
{ title: "Signatures", href: "/signatures" },
{ title: "Security", href: "/security" },
{ title: "Federation", href: "/federation" },
{ title: "Extensions", href: "/extensions" },
],