Skip to content

Commit f511667

Browse files
committed
Remove references to example app from LiveObjects docs
The examples for LiveObjects will be added in a separate PR [1] and require a new examples page structure released in production. In order to allow us to release the LiveObjects docs, we remove the references to the example apps for now. Will revert this commit and set the correct links once new examples page structure is released. [1] #2437
1 parent 0cd5dcd commit f511667

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

content/liveobjects/index.textile

-7
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,3 @@ h3(#batch). Batch operations
6262
"Batching":/docs/liveobjects/batch enables multiple LiveObjects operations to be grouped into a single channel message, ensuring atomic application of grouped operations. This prevents partial updates of your data and ensures consistency across all users.
6363

6464
Batching is particularly useful in scenarios where multiple dependent updates need to be processed together, ensuring a seamless experience for users.
65-
66-
h2(#examples). Examples
67-
68-
Take a look at the LiveObjects examples to help you get started:
69-
70-
* "Voting system powered by LiveCounter":https://examples.ably.dev/liveobjects-live-counter : Demonstrates how to use a LiveCounter to track votes in a realtime poll.
71-
* "Realtime Task Board powered by LiveMap":https://examples.ably.dev/liveobjects-live-map : Demonstrates how LiveMap can be used to store and manage shared list of tasks between users.

content/liveobjects/quickstart.textile

-1
Original file line numberDiff line numberDiff line change
@@ -196,5 +196,4 @@ This quickstart introduced the basic concepts of LiveObjects and demonstrated ho
196196
* Read more about "LiveCounter":/docs/liveobjects/counter and "LiveMap":/docs/liveobjects/map.
197197
* Learn about "Batching Operations":/docs/liveobjects/batch.
198198
* Learn about "Objects Lifecycle Events":/docs/liveobjects/lifecycle.
199-
* Explore "LiveObjects examples":https://examples.ably.dev.
200199
* Add "Typings":/docs/liveobjects/typing for your LiveObjects.

0 commit comments

Comments
 (0)