feat: 📝 Document Delete entity

This commit is contained in:
Jesse Wierzbinski 2024-08-13 15:59:25 +02:00
parent 6db5aee6cd
commit 4b773e114a
No known key found for this signature in database
6 changed files with 56 additions and 7 deletions

View file

@ -271,12 +271,13 @@ export const navigation: NavGroup[] = [
{
title: "Entities",
links: [
{ title: "Users", href: "/entities/users" },
{ title: "Notes", href: "/entities/notes" },
{ title: "Delete", href: "/entities/deletes" },
{ title: "Follow", href: "/entities/follows" },
{ title: "FollowAccept", href: "/entities/follow-accepts" },
{ title: "FollowReject", href: "/entities/follow-rejects" },
{ title: "Notes", href: "/entities/notes" },
{ title: "Unfollow", href: "/entities/unfollows" },
{ title: "Users", href: "/entities/users" },
],
},
{