mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
feat: ✨ Move Delegation to an extension
Also adds a <Warning> MDX component.
This commit is contained in:
parent
3117b376c9
commit
72039874ab
5 changed files with 125 additions and 26 deletions
|
|
@ -267,7 +267,6 @@ export const navigation: NavGroup[] = [
|
|||
{ title: "HTTP", href: "/federation/http" },
|
||||
{ title: "Validation", href: "/federation/validation" },
|
||||
{ title: "Discovery", href: "/federation/discovery" },
|
||||
{ title: "Delegation", href: "/federation/delegation" },
|
||||
{ title: "Example", href: "/federation/example" },
|
||||
],
|
||||
},
|
||||
|
|
@ -295,6 +294,7 @@ export const navigation: NavGroup[] = [
|
|||
title: "Extensions",
|
||||
links: [
|
||||
{ title: "Custom Emojis", href: "/extensions/custom-emojis" },
|
||||
{ title: "Delegation", href: "/extensions/delegation" },
|
||||
{ title: "Groups", href: "/extensions/groups" },
|
||||
{
|
||||
title: "Instance Messaging",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue