feat: add Book type to schema and sidebar

- Add BookContentSchema with headline, subtitle, bookBody, reviewBody fields
- Add BookResource type and update GenericResourceSchema
- Add books to sidebar navigation with Bookmark Tabs icon
This commit is contained in:
2026-02-10 18:17:32 +01:00
parent e65938ecc2
commit c232794cc0
5 changed files with 211 additions and 1 deletions

View File

@@ -24,4 +24,9 @@ export const resources = {
name: "Series",
link: "/series",
},
"book": {
emoji: "Bookmark Tabs.png",
name: "Books",
link: "/books",
},
} as const;