docs(i18n): add conventions guide and wire docs navigation

This commit is contained in:
2026-02-11 12:09:43 +01:00
parent 3b130568e9
commit 5872593b01
5 changed files with 91 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ export default defineConfig({
{ text: "Better Auth Baseline", link: "/product-engineering/auth-baseline" },
{ text: "CRUD Baseline", link: "/product-engineering/crud-baseline" },
{ 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" },
{ text: "Testing Strategy", link: "/product-engineering/testing-strategy" },
{ text: "Workflow", link: "/workflow" },