docs: added cloud notifications guide (#12756)

* docs: added cloud notifications guide

* fixes
This commit is contained in:
Shahed Nasser
2025-06-17 17:23:27 +03:00
committed by GitHub
parent f12fb7dfad
commit 4443d74b61
5 changed files with 87 additions and 1 deletions
+12
View File
@@ -39,6 +39,18 @@ export const sidebar = [
},
],
},
{
type: "category",
title: "Monitoring & Support",
initialOpen: true,
children: [
{
type: "link",
title: "Notifications",
path: "/notifications",
},
],
},
],
},
]