Skip to content

Commit cbe0398

Browse files
committed
Add JVM getting started guide to Chat landing page
1 parent c47ee25 commit cbe0398

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

src/pages/docs/chat/getting-started/index.mdx

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
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."
44
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"
55
---
66

7-
Get started with Ably Chat by choosing your language or framework.
7+
Getting started with Ably Chat by choosing your language or framework.
88

99
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.
1010

@@ -33,10 +33,16 @@ These are your first steps towards building a Chat application that can effortle
3333
link: '/docs/chat/getting-started/react-native',
3434
},
3535
{
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.',
3838
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',
4046
},
4147
{
4248
title: 'Swift',
@@ -49,7 +55,7 @@ These are your first steps towards building a Chat application that can effortle
4955

5056
## React components
5157

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.
5359

5460
<Tiles>
5561
{[

src/pages/docs/getting-started/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
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."
44
meta_keywords: "Pub/Sub, Ably SDKs, realtime messaging, publish subscribe, getting started guides, realtime communication, Ably tutorial, message history, presence API, Ably CLI Pub/Sub"
55
redirect_from:
66
- /docs/quick-start-guide
@@ -9,7 +9,7 @@ redirect_from:
99
- /docs/getting-started/setup
1010
---
1111

12-
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.
1313

1414
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.
1515

0 commit comments

Comments
 (0)