Skip to content

Commit

Permalink
Merge pull request #52 from ably/add-blog-post-links
Browse files Browse the repository at this point in the history
Add blog post links
  • Loading branch information
QuintinWillison authored Sep 27, 2022
2 parents dbd0fd9 + c27ae4e commit 9415be2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ function compareKeys(a, b) {
*/
function titleForLink(url) {
const titlesForPrefixes = [
['ably.com/blog', 'blog'],
['ably.com/docs', 'docs'],
['faqs.ably.com', 'faq'],
];
Expand Down
4 changes: 4 additions & 0 deletions sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ Realtime:
Deltas:
.documentation:
- https://ably.com/docs/realtime/channels/channel-parameters/deltas
- https://ably.com/blog/message-delta-compression
.specification: [RTL16, RTL18, RTL19, RTL20, PC1, PC2, PC3, TO3o, TM2i, TB2c, RTS3c]
.synopsis: |
VCDiff-encoded delta streams.
Expand All @@ -274,6 +275,7 @@ Realtime:
Rewind:
.documentation:
- https://ably.com/docs/realtime/channels/channel-parameters/rewind
- https://ably.com/blog/channel-rewind
.specification: [RTL16, TB2c, RTS3c]
.synopsis: |
The option to specify that attachment to this channel start from a given number of messages or point in time in the past.
Expand Down Expand Up @@ -398,6 +400,8 @@ REST:
.synopsis: |
Send a message on this channel.
Idempotence:
.documentation:
- https://ably.com/blog/introducing-idempotent-publishing
.specification: [RSL1k, RTL6a1, TO3n]
.synopsis: |
Makes REST publish operations idempotent.
Expand Down

0 comments on commit 9415be2

Please sign in to comment.