Skip to content

Commit 5adeb04

Browse files
Create docs structure
1 parent f5dd206 commit 5adeb04

File tree

5 files changed

+36
-0
lines changed

5 files changed

+36
-0
lines changed

docs/user/notifications/inbox.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Notifications inbox

docs/user/notifications/legacy.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Notifications Legacy
2+
3+
Reference Web-push notifications from PWA section
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Notifications Overview
2+
3+
Reference Web-push notifications from PWA section
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Notifications Settings
2+
3+
## Notifications settings during installation

sidebars.js

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,32 @@ const sidebars = {
401401
},
402402
],
403403
},
404+
{
405+
type: "category",
406+
label: "Notifications",
407+
items: [
408+
{
409+
type: "doc",
410+
label: "Overview",
411+
id: "user/notifications/overview",
412+
},
413+
{
414+
type: "doc",
415+
label: "Inbox",
416+
id: "user/notifications/inbox",
417+
},
418+
{
419+
type: "doc",
420+
label: "Settings",
421+
id: "user/notifications/settings",
422+
},
423+
{
424+
type: "doc",
425+
label: "Legacy",
426+
id: "user/notifications/legacy",
427+
},
428+
],
429+
},
404430
{
405431
type: "category",
406432
label: "Ethical metrics",

0 commit comments

Comments
 (0)