Skip to content

Commit 627366b

Browse files
splindsay-92GregHolmes
authored andcommitted
docs: add guide for building a scalable notifications center using Ably
1 parent 9b65ab9 commit 627366b

2 files changed

Lines changed: 522 additions & 0 deletions

File tree

src/data/nav/pubsub.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,15 @@ export default {
502502
},
503503
],
504504
},
505+
{
506+
name: 'Guides',
507+
pages: [
508+
{
509+
name: 'Notifications center',
510+
link: '/docs/guides/pub-sub/notifications-center',
511+
},
512+
],
513+
},
505514
{
506515
name: 'REST API',
507516
link: '/docs/api/rest-api',

0 commit comments

Comments
 (0)