Skip to content

Commit 88803b0

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

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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',

0 commit comments

Comments
 (0)