Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
5132ce2
Docs: Add data streaming guide
splindsay-92 Nov 25, 2025
965beeb
Docs: Split company intros
splindsay-92 Nov 25, 2025
045927f
Docs: Update checklist
splindsay-92 Nov 25, 2025
02efff9
Docs: Rework use-cases to be more generically app-focused
splindsay-92 Nov 27, 2025
29884a7
Docs: Improve the sections on channel architecture.
splindsay-92 Nov 27, 2025
528738a
wip
splindsay-92 Dec 9, 2025
8c839f2
Update Deltas section per Mittul's commnets
splindsay-92 Dec 11, 2025
3def55a
Update Deltas section to note presence message limitations.
splindsay-92 Dec 11, 2025
98f4c4e
Specifically call out how Ably's delta compression stats.
splindsay-92 Dec 11, 2025
f4e73eb
fixing more PR comments
splindsay-92 Dec 11, 2025
49eb389
Highlight the possible cost savings for SSB clearly.
splindsay-92 Dec 11, 2025
ceb4fe5
Clarify consistent hashing for horizontal channel scalability, and me…
splindsay-92 Dec 11, 2025
25fbbc9
Add Ruby and Go code examples for each feature.
splindsay-92 Dec 11, 2025
c69679a
Add missing punctuation.
splindsay-92 Dec 11, 2025
5f63b4f
Clarify conflation key pattern in pub-sub data streaming guide.
splindsay-92 Dec 12, 2025
9165b43
wip
splindsay-92 Dec 22, 2025
e7b106e
Reducing use of bullet point lists and bold font
splindsay-92 Dec 22, 2025
0636a44
Fixing some bad formatting around line breaks
splindsay-92 Dec 22, 2025
57916bd
Remove bolded headers on `How do I` sections
splindsay-92 Dec 22, 2025
e0e7ba3
Remove duplicate four pillars section
splindsay-92 Dec 22, 2025
4c04730
Remove reference to platform limits in pub-sub guide
splindsay-92 Dec 22, 2025
4514296
Change wording - channel rule -> rule
splindsay-92 Dec 22, 2025
44c20e7
Reformat rate limit note in pub-sub guide
splindsay-92 Dec 22, 2025
6ec2a38
Simplify formatting and section structure
splindsay-92 Dec 22, 2025
bf0caf6
Rework text to be less bullet heavy
splindsay-92 Jan 21, 2026
6f450d2
fixing PR comments
splindsay-92 Feb 2, 2026
28ce9a7
fixing PR comments
splindsay-92 Feb 6, 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: 'Data streaming',
link: '/docs/guides/pub-sub/data-streaming',
},
],
},
],
api: [
{
Expand Down
Loading