mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
docs: 📝 Initial WebSockets extension
This commit is contained in:
parent
94149042fe
commit
252bfc0974
2 changed files with 61 additions and 0 deletions
|
|
@ -276,6 +276,10 @@ export const navigation: NavGroup[] = [
|
|||
{ title: "Patches", href: "/entities/patches" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Extensions",
|
||||
links: [{ title: "WebSockets", href: "/extensions/websockets" }],
|
||||
},
|
||||
];
|
||||
|
||||
export function Navigation(props: ComponentPropsWithoutRef<"nav">) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue