feat: 📝 Document Vanity extension

This commit is contained in:
Jesse Wierzbinski 2024-08-09 22:57:18 +02:00
parent fba00bb82c
commit 96a66ecc5e
No known key found for this signature in database
2 changed files with 140 additions and 0 deletions

View file

@ -280,6 +280,7 @@ export const navigation: NavGroup[] = [
title: "Extensions",
links: [
{ title: "Likes", href: "/extensions/likes" },
{ title: "Vanity", href: "/extensions/vanity" },
{ title: "WebSockets", href: "/extensions/websockets" },
],
},