mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
feat: 📝 Document Delete entity
This commit is contained in:
parent
6db5aee6cd
commit
4b773e114a
6 changed files with 56 additions and 7 deletions
|
|
@ -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" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue