mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
docs: 📝 Add ContentFormat docs
This commit is contained in:
parent
eb5a58621a
commit
9b75c25fa0
4 changed files with 187 additions and 18 deletions
|
|
@ -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">) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue