mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 14:28:20 +01:00
Finish adding extensions to sidebar
This commit is contained in:
parent
9c942fdc4a
commit
fc57a7d331
|
|
@ -68,14 +68,20 @@ export default defineConfig({
|
|||
items: [
|
||||
{ text: "Endpoints", link: "/federation/endpoints" },
|
||||
{ text: "User Discovery", link: "/federation/user-discovery" },
|
||||
{ text: "Server Actors", link: "/federation/server-actors" },
|
||||
{ text: "Server Actors", link: "/federation/server-actor" },
|
||||
]
|
||||
},
|
||||
{
|
||||
text: "Extensions",
|
||||
link: "/extensions",
|
||||
items: [
|
||||
{ text: "Custom Emojis", link: "/extensions/custom-emojis" },
|
||||
{ text: "Reactions", link: "/extensions/reactions" },
|
||||
{ text: "Polls", link: "/extensions/polls" },
|
||||
{ text: "Is Cat", link: "/extensions/is-cat" },
|
||||
{ text: "Server Endorsements", link: "/extensions/server-endorsement" },
|
||||
{ text: "Events", link: "/extensions/events" },
|
||||
{ text: "Reports", link: "/extensions/reports" },
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue