docs(message-bus + notifications): add arch doc

This commit is contained in:
Edouard Vanbelle
2026-09-13 14:12:47 +02:00
parent 4840930767
commit 03f2956457
3 changed files with 650 additions and 0 deletions
+4
View File
@@ -176,6 +176,10 @@ export default defineConfig({
{ text: "Authentication model", link: "/architecture/auth-model" },
{ text: "Magic-link auth", link: "/architecture/magic-link-auth" },
{ text: "Background jobs", link: "/architecture/jobs" },
{
text: "Message bus & notifications",
link: "/architecture/message-bus-and-notifications",
},
{ text: "UI diagnostics", link: "/architecture/ui-diagnostics" },
],
},