Skip to content

Commit abdc889

Browse files
committed
docs: simplify demo sections by replacing SystemCard components with markdown headings and links
1 parent 4f8114d commit abdc889

File tree

2 files changed

+14
-29
lines changed

2 files changed

+14
-29
lines changed

android-sdk/about.mdx

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -52,25 +52,17 @@ Tolgee Mobile SDK for **Android** and **Compose Multiplatform** lets you localiz
5252

5353
## Demo apps
5454

55-
<div className="grid grid-cols-1 md:grid-cols-2 gap-4 my-6">
56-
<SystemCard
57-
title="Android Views Demo"
58-
emoji="📱"
59-
description="Complete example implementation using Android Views"
60-
links={[
61-
{ href: "https://github.com/tolgee/tolgee-mobile-kotlin-sdk/tree/master/demo/exampleandroid", label: "View Demo", color: "blue" }
62-
]}
63-
/>
64-
65-
<SystemCard
66-
title="Jetpack Compose Demo"
67-
emoji="🚀"
68-
description="Complete example implementation using Jetpack Compose"
69-
links={[
70-
{ href: "https://github.com/tolgee/tolgee-mobile-kotlin-sdk/tree/master/demo/examplejetpack", label: "View Demo", color: "green" }
71-
]}
72-
/>
73-
</div>
55+
### 📱 Android Views Demo
56+
Complete example implementation using Android Views
57+
- [https://github.com/tolgee/tolgee-mobile-kotlin-sdk/tree/master/demo/exampleandroid](https://github.com/tolgee/tolgee-mobile-kotlin-sdk/tree/master/demo/exampleandroid)
58+
59+
### 🚀 Jetpack Compose Demo
60+
Complete example implementation using Jetpack Compose
61+
- [https://github.com/tolgee/tolgee-mobile-kotlin-sdk/tree/master/demo/examplejetpack](https://github.com/tolgee/tolgee-mobile-kotlin-sdk/tree/master/demo/examplejetpack)
62+
63+
### 🌐 Compose Multiplatform Demo
64+
Complete example implementation using Compose Multiplatform
65+
- [https://github.com/tolgee/tolgee-mobile-kotlin-sdk/tree/master/demo/examplecomposemultiplatform](https://github.com/tolgee/tolgee-mobile-kotlin-sdk/tree/master/demo/examplecomposemultiplatform)
7466

7567
## Get Started
7668

android-sdk/jetpack/overview.mdx

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,9 @@ Tolgee integrates with Compose's state system to ensure UI updates happen automa
8585

8686
Explore our complete Jetpack Compose demo to see all features in action:
8787

88-
<div className="grid grid-cols-1 gap-4 my-6">
89-
<SystemCard
90-
title="Jetpack Compose Demo"
91-
emoji="🚀"
92-
description="Complete example implementation with all Compose features"
93-
links={[
94-
{ href: "https://github.com/tolgee/tolgee-mobile-kotlin-sdk/tree/master/demo/examplejetpack", label: "View Demo", color: "green" }
95-
]}
96-
/>
97-
</div>
88+
### 🚀 Jetpack Compose Demo
89+
Complete example implementation with all Compose features
90+
- [https://github.com/tolgee/tolgee-mobile-kotlin-sdk/tree/master/demo/examplejetpack](https://github.com/tolgee/tolgee-mobile-kotlin-sdk/tree/master/demo/examplejetpack)
9891

9992
## Integration Path
10093

0 commit comments

Comments
 (0)