docs: 📝 Document the Note entity

This commit is contained in:
Jesse Wierzbinski 2024-07-24 15:31:45 +02:00
parent 6b0e6785e2
commit b321eb2c1d
No known key found for this signature in database
3 changed files with 165 additions and 3 deletions

View file

@ -260,7 +260,10 @@ export const navigation: NavGroup[] = [
},
{
title: "Entities",
links: [{ title: "Users", href: "/entities/users" }],
links: [
{ title: "Users", href: "/entities/users" },
{ title: "Notes", href: "/entities/notes" },
],
},
];