Skip to content

Commit 1b9d0a7

Browse files
m-hulbertAndyTWF
andauthored
[EDU-1941] Add a guide for building livestream chat applications (#2592)
* Add a guide for livestream chat applications * chat: refactor livestream guide This change refactors the livestream guide to take into account feedback from the initial edition. The change includes: - More diagrams - More technical depth on decision points - A stronger focus on how Ably's architecture works and the USPs of the product * chat: add review changes to use-case guide --------- Co-authored-by: Andy Ford <[email protected]>
1 parent 9bbc844 commit 1b9d0a7

File tree

3 files changed

+384
-0
lines changed

3 files changed

+384
-0
lines changed

src/data/nav/chat.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,15 @@ export default {
118118
},
119119
],
120120
},
121+
{
122+
name: 'Guides',
123+
pages: [
124+
{
125+
name: 'Livestream chat',
126+
link: '/docs/guides/chat/build-livestream',
127+
},
128+
],
129+
},
121130
],
122131
api: [
123132
{
Loading

0 commit comments

Comments
 (0)