You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/docs/chat/getting-started/index.mdx
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
-
title: "Get started with Chat"
3
-
meta_description: "Get started with Ably Chat in your language or framework of choice. Learn how to send and receive messages, track online presence, fetch message history, implement typing indicators, among other features."
2
+
title: "Getting started with Chat"
3
+
meta_description: "Getting started with Ably Chat in your language or framework of choice. Learn how to send and receive messages, track online presence, fetch message history, implement typing indicators, among other features."
4
4
meta_keywords: "Chat, Ably Chat SDKs, realtime messaging, send and receive messages, getting started guides, realtime communication, Ably tutorial, message history, presence and occupancy APIs, Ably CLI Chat"
5
5
---
6
6
7
-
Get started with Ably Chat by choosing your language or framework.
7
+
Getting started with Ably Chat by choosing your language or framework.
8
8
9
9
You'll learn the essentials of building realtime chat applications, including how to create and manage chat rooms, send and edit messages, implement typing indicators, track user presence, retrieve message history, and send ephemeral reactions. You'll also discover how to use the Ably CLI for testing chat functionality and manage your chat applications through your Ably dashboard.
10
10
@@ -33,10 +33,16 @@ These are your first steps towards building a Chat application that can effortle
33
33
link: '/docs/chat/getting-started/react-native',
34
34
},
35
35
{
36
-
title: 'Kotlin',
37
-
description: 'Start building Chat applications using Ably\'s Kotlin SDK.',
36
+
title: 'Kotlin (Android)',
37
+
description: 'Start building Chat applications for Android using Ably\'s Kotlin SDK.',
38
38
image: 'icon-tech-kotlin',
39
-
link: '/docs/chat/getting-started/kotlin',
39
+
link: '/docs/chat/getting-started/android',
40
+
},
41
+
{
42
+
title: 'Kotlin (JVM)',
43
+
description: 'Start building Chat applications for JVM systems using Ably\'s Kotlin SDK.',
44
+
image: 'icon-tech-kotlin',
45
+
link: '/docs/chat/getting-started/jvm',
40
46
},
41
47
{
42
48
title: 'Swift',
@@ -49,7 +55,7 @@ These are your first steps towards building a Chat application that can effortle
49
55
50
56
## React components
51
57
52
-
Get started with pre-built React components that provide complete chat functionality out-of-the-box, allowing you to quickly integrate chat features into your applications.
58
+
Getting started with pre-built React components that provide complete chat functionality out-of-the-box, allowing you to quickly integrate chat features into your applications.
Copy file name to clipboardExpand all lines: src/pages/docs/getting-started/index.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: "Get started with Pub/Sub"
3
-
meta_description: "Get started with Ably Pub/Sub in your language or framework of choice. Learn how to publish, subscribe, track presence, fetch message history, and manage realtime connections."
2
+
title: "Getting started with Pub/Sub"
3
+
meta_description: "Getting started with Ably Pub/Sub in your language or framework of choice. Learn how to publish, subscribe, track presence, fetch message history, and manage realtime connections."
Get started with Ably Pub/Sub by choosing your language or framework.
12
+
Getting started with Ably Pub/Sub by choosing your language or framework.
13
13
14
14
You'll learn the basics, such as how to connect to Ably, publish and subscribe to messages, and manage the status of clients with presence. You'll also be introduced to the Ably CLI and your Ably dashboard to interact with, and manage your apps.
0 commit comments