docs: 📝 Add ContentFormat docs

This commit is contained in:
Jesse Wierzbinski 2024-07-22 20:21:38 +02:00
parent eb5a58621a
commit 9b75c25fa0
No known key found for this signature in database
4 changed files with 187 additions and 18 deletions

View file

@ -255,20 +255,17 @@ export const navigation: NavGroup[] = [
{ title: "Webhooks", href: "/webhooks" }, */
],
},
{
title: "Structures",
links: [
{ title: "ContentFormat", href: "/structures/content-format" },
{ title: "Collection", href: "/structures/collection" },
],
},
{
title: "Entities",
links: [{ title: "Users", href: "/entities/users" }],
},
/* {
title: "Resources",
links: [
{ title: "Contacts", href: "/contacts" },
{ title: "Conversations", href: "/conversations" },
{ title: "Messages", href: "/messages" },
{ title: "Groups", href: "/groups" },
{ title: "Attachments", href: "/attachments" },
],
}, */
];
export function Navigation(props: ComponentPropsWithoutRef<"nav">) {