mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
feat: 📝 Add Like extension
This commit is contained in:
parent
07f8de757b
commit
fba00bb82c
2 changed files with 113 additions and 1 deletions
|
|
@ -278,7 +278,10 @@ export const navigation: NavGroup[] = [
|
|||
},
|
||||
{
|
||||
title: "Extensions",
|
||||
links: [{ title: "WebSockets", href: "/extensions/websockets" }],
|
||||
links: [
|
||||
{ title: "Likes", href: "/extensions/likes" },
|
||||
{ title: "WebSockets", href: "/extensions/websockets" },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue