Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
20 changes: 10 additions & 10 deletions src/data/languages/languageData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import { LanguageData } from './types';

export default {
platform: {
javascript: '2.19',
nodejs: '2.19',
typescript: '2.19',
react: '2.19',
javascript: '2.20',
nodejs: '2.20',
typescript: '2.20',
react: '2.20',
csharp: '1.2',
flutter: '1.2',
java: '1.6',
Expand All @@ -19,10 +19,10 @@ export default {
go: '1.3',
},
pubsub: {
javascript: '2.19',
nodejs: '2.19',
typescript: '2.19',
react: '2.19',
javascript: '2.20',
nodejs: '2.20',
typescript: '2.20',
react: '2.20',
csharp: '1.2',
flutter: '1.2',
java: '1.6',
Expand All @@ -43,7 +43,7 @@ export default {
android: '1.2',
},
aiTransport: {
javascript: '2.19',
javascript: '2.20',
java: '1.6',
python: '3.1',
swift: '1.2',
Expand All @@ -53,7 +53,7 @@ export default {
react: '0.5',
},
liveObjects: {
javascript: '2.19',
javascript: '2.20',
swift: '0.3',
java: '1.6',
},
Expand Down
4 changes: 1 addition & 3 deletions src/pages/docs/liveobjects/batch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ meta_description: "Group multiple objects operations into a single channel messa
---

<If lang="javascript">
<Aside data-type='public-preview'>
LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.

<Aside data-type='note'>
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
</Aside>
</If>
Expand Down
4 changes: 1 addition & 3 deletions src/pages/docs/liveobjects/concepts/billing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ meta_description: "Understand how LiveObjects operations contribute to your Ably
---

<If lang="javascript">
<Aside data-type='public-preview'>
LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.

<Aside data-type='note'>
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
</Aside>
</If>
Expand Down
4 changes: 1 addition & 3 deletions src/pages/docs/liveobjects/concepts/instance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ meta_description: "Learn about Instance, a reference to a specific LiveObject in
---

<If lang="javascript">
<Aside data-type='public-preview'>
LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.

<Aside data-type='note'>
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
</Aside>
</If>
Expand Down
4 changes: 1 addition & 3 deletions src/pages/docs/liveobjects/concepts/objects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ meta_description: "Learn how data is represented as objects in Ably LiveObjects"
---

<If lang="javascript">
<Aside data-type='public-preview'>
LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.

<Aside data-type='note'>
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
</Aside>
</If>
Expand Down
4 changes: 1 addition & 3 deletions src/pages/docs/liveobjects/concepts/operations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ meta_description: "Learn how objects are updated by operations in Ably LiveObjec
---

<If lang="javascript">
<Aside data-type='public-preview'>
LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.

<Aside data-type='note'>
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
</Aside>
</If>
Expand Down
4 changes: 1 addition & 3 deletions src/pages/docs/liveobjects/concepts/path-object.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ meta_description: "Learn about PathObject, a path-based API for accessing and ma
---

<If lang="javascript">
<Aside data-type='public-preview'>
LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.

<Aside data-type='note'>
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
</Aside>
</If>
Expand Down
4 changes: 1 addition & 3 deletions src/pages/docs/liveobjects/concepts/synchronization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ meta_description: "Learn how data is synchronized between clients."
---

<If lang="javascript">
<Aside data-type='public-preview'>
LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.

<Aside data-type='note'>
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
</Aside>
</If>
Expand Down
4 changes: 1 addition & 3 deletions src/pages/docs/liveobjects/counter.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ meta_description: "Create, update and receive updates for a numerical counter th
---

<If lang="javascript">
<Aside data-type='public-preview'>
LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.

<Aside data-type='note'>
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
</Aside>
</If>
Expand Down
4 changes: 1 addition & 3 deletions src/pages/docs/liveobjects/inband-objects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ meta_description: "Subscribe to LiveObjects updates from Pub/Sub SDKs."
---

<If lang="javascript">
<Aside data-type='public-preview'>
LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.

<Aside data-type='note'>
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
</Aside>
</If>
Expand Down
4 changes: 1 addition & 3 deletions src/pages/docs/liveobjects/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ meta_description: "Learn about Ably LiveObjects, its features, use cases, and ho
---

<If lang="javascript">
<Aside data-type='public-preview'>
LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.

<Aside data-type='note'>
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
</Aside>
</If>
Expand Down
4 changes: 1 addition & 3 deletions src/pages/docs/liveobjects/lifecycle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ meta_description: "Understand lifecycle events for Objects, LiveMap and LiveCoun
---

<If lang="javascript">
<Aside data-type='public-preview'>
LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.

<Aside data-type='note'>
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
</Aside>
</If>
Expand Down
4 changes: 1 addition & 3 deletions src/pages/docs/liveobjects/map.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ meta_description: "Create, update and receive updates for a key/value data struc
---

<If lang="javascript">
<Aside data-type='public-preview'>
LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.

<Aside data-type='note'>
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
</Aside>
</If>
Expand Down
4 changes: 1 addition & 3 deletions src/pages/docs/liveobjects/quickstart/javascript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ redirect_from:
- /docs/liveobjects/quickstart
---

<Aside data-type='public-preview'>
LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.

<Aside data-type='note'>
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
</Aside>

Expand Down
4 changes: 1 addition & 3 deletions src/pages/docs/liveobjects/typing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ meta_description: "Type objects on a channel for type safety and code autocomple
---

<If lang="javascript">
<Aside data-type='public-preview'>
LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.

<Aside data-type='note'>
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
</Aside>
</If>
Expand Down
Loading