docs: 📝 Add Patch documentation

This commit is contained in:
Jesse Wierzbinski 2024-07-31 19:34:41 +02:00
parent 396187fdbe
commit 52a30d3de5
No known key found for this signature in database
2 changed files with 70 additions and 0 deletions

View file

@ -272,6 +272,7 @@ export const navigation: NavGroup[] = [
links: [
{ title: "Users", href: "/entities/users" },
{ title: "Notes", href: "/entities/notes" },
{ title: "Patches", href: "/entities/patches" },
],
},
];