Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
466c2da
docs: add guide for building a scalable notifications center using Ably
splindsay-92 Nov 26, 2025
f4a6666
docs: move navbar location for guides
splindsay-92 Dec 9, 2025
cd6ecfd
docs: add note on resume and show history defaults to 2 mins unless s…
splindsay-92 Dec 10, 2025
1086a39
fixing more PR comments
splindsay-92 Dec 10, 2025
4f2ae60
Simplify token usage section in notifications
splindsay-92 Dec 22, 2025
4e3ddd9
Minor grammar fix
splindsay-92 Dec 22, 2025
f814ef4
reformat and simplify integration options
splindsay-92 Dec 22, 2025
eaf1d23
simplify auth token usage in notifications center guide
splindsay-92 Dec 22, 2025
45d5538
minor grammar fix
splindsay-92 Dec 22, 2025
2d2a391
wip
splindsay-92 Dec 22, 2025
006f8d6
Expand section on offline handling to use message.id for tracking
splindsay-92 Dec 22, 2025
1b18c1f
minor comment fixes
splindsay-92 Dec 22, 2025
5abe093
simplify section title and merge short-term disconnection details int…
splindsay-92 Dec 22, 2025
9dc62d6
fix formatting and minor grammar issues
splindsay-92 Dec 22, 2025
6c96ef6
fix auth token usage
splindsay-92 Dec 22, 2025
e8b2310
add section on using annotations for message tracking and ack
splindsay-92 Dec 24, 2025
9dd4e7c
Update integrations to use streaming
splindsay-92 Dec 24, 2025
065b12b
Rework guide to use inbox pattern and publish via external server.
splindsay-92 Jan 19, 2026
be01ee0
Rework publish approach section
splindsay-92 Jan 20, 2026
d314e63
Rework Ably channel naming conventions and simplify notification publ…
splindsay-92 Jan 20, 2026
218caa6
Simplify message tracking example.
splindsay-92 Jan 20, 2026
af7923a
Correct headings
splindsay-92 Jan 20, 2026
adda090
Add web push mention and links for APNS/Firebase
splindsay-92 Jan 21, 2026
1264ac1
Clarify auth API path in Ably client example
splindsay-92 Jan 21, 2026
5e0512f
wip
splindsay-92 Jan 23, 2026
43aabfa
Correcting sections on cost calculations.
splindsay-92 Jan 23, 2026
5b87063
Update sections on offline handling to focus on push
splindsay-92 Jan 23, 2026
4a3fc7b
Reword and simplify best practices, cost optimization strategies, and…
splindsay-92 Jan 23, 2026
ec868f6
remove em-dash usage
splindsay-92 Jan 23, 2026
2be97c7
wip
splindsay-92 Jan 23, 2026
bf43690
more reworks around push notifications and publish
splindsay-92 Jan 23, 2026
972710b
wip
splindsay-92 Jan 23, 2026
df84cdb
Reword channel publish sections
splindsay-92 Jan 23, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/data/nav/pubsub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,15 @@ export default {
},
],
},
{
name: 'Guides',
pages: [
{
name: 'Notifications center',
link: '/docs/guides/pub-sub/notifications-center',
},
],
},
],
api: [
{
Expand Down
Loading