Skip to content

Commit f467473

Browse files
committed
Add JVM getting started guide to Chat landing page
1 parent 2b65fc9 commit f467473

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,11 +33,17 @@ 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',
4040
},
41+
{
42+
tile: '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',
46+
}
4147
{
4248
title: 'Swift',
4349
description: 'Start building Chat applications using Ably\'s Swift SDK.',

0 commit comments

Comments
 (0)