feat: 📝 Document ServerMetadata

This commit is contained in:
Jesse Wierzbinski 2024-08-14 16:12:49 +02:00
parent 9f3bd64d7d
commit 8de6686a9a
No known key found for this signature in database
4 changed files with 137 additions and 5 deletions

View file

@ -277,6 +277,7 @@ export const navigation: NavGroup[] = [
{ title: "FollowAccept", href: "/entities/follow-accept" },
{ title: "FollowReject", href: "/entities/follow-reject" },
{ title: "Notes", href: "/entities/note" },
{ title: "ServerMetadata", href: "/entities/server-metadata" },
{ title: "Unfollow", href: "/entities/unfollow" },
{ title: "Users", href: "/entities/user" },
],