mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
refactor: ♻️ Move Groups to an extension
This commit is contained in:
parent
46297d538c
commit
fe451d018c
6 changed files with 38 additions and 14 deletions
|
|
@ -284,7 +284,6 @@ export const navigation: NavGroup[] = [
|
|||
{ title: "Follow", href: "/entities/follow" },
|
||||
{ title: "FollowAccept", href: "/entities/follow-accept" },
|
||||
{ title: "FollowReject", href: "/entities/follow-reject" },
|
||||
{ title: "Group", href: "/entities/group" },
|
||||
{ title: "Notes", href: "/entities/note" },
|
||||
{ title: "InstanceMetadata", href: "/entities/instance-metadata" },
|
||||
{ title: "Unfollow", href: "/entities/unfollow" },
|
||||
|
|
@ -295,6 +294,7 @@ export const navigation: NavGroup[] = [
|
|||
title: "Extensions",
|
||||
links: [
|
||||
{ title: "Custom Emojis", href: "/extensions/custom-emojis" },
|
||||
{ title: "Groups", href: "/extensions/groups" },
|
||||
{
|
||||
title: "Instance Messaging",
|
||||
href: "/extensions/instance-messaging",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue