docs: 📝 Initial WebSockets extension

This commit is contained in:
Jesse Wierzbinski 2024-08-06 17:18:57 +02:00
parent 94149042fe
commit 252bfc0974
No known key found for this signature in database
2 changed files with 61 additions and 0 deletions

View file

@ -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">) {