docs(crud): add implementation examples and complete docs task

This commit is contained in:
2026-02-11 12:10:28 +01:00
parent 5872593b01
commit 7b4b23fc4f
5 changed files with 73 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ export default defineConfig({
{ text: "Architecture", link: "/architecture" },
{ text: "Better Auth Baseline", link: "/product-engineering/auth-baseline" },
{ text: "CRUD Baseline", link: "/product-engineering/crud-baseline" },
{ text: "CRUD Examples", link: "/product-engineering/crud-examples" },
{ text: "i18n Baseline", link: "/product-engineering/i18n-baseline" },
{ text: "i18n Conventions", link: "/product-engineering/i18n-conventions" },
{ text: "RBAC And Permissions", link: "/product-engineering/rbac-permission-model" },