feat: 📝 Document the Follow stack

This commit is contained in:
Jesse Wierzbinski 2024-08-11 15:51:25 +02:00
parent 909b7ec115
commit 4df2d8194d
No known key found for this signature in database
5 changed files with 237 additions and 0 deletions

View file

@ -273,6 +273,10 @@ export const navigation: NavGroup[] = [
links: [
{ title: "Users", href: "/entities/users" },
{ title: "Notes", href: "/entities/notes" },
{ title: "Follow", href: "/entities/follows" },
{ title: "FollowAccept", href: "/entities/follow-accepts" },
{ title: "FollowReject", href: "/entities/follow-rejects" },
{ title: "Unfollow", href: "/entities/unfollows" },
],
},
{