@@ -18,13 +18,13 @@ Follow these steps to integrate Tolgee into your Android project and start local
18
18
title = " Quickstart"
19
19
emoji = " 📦"
20
20
description = " Set up dependencies and network security configuration"
21
- links = { [{ href: ' ./quickstart' , label: ' Quickstart Guide' , color: ' blue' }]}
21
+ links = { [{ href: ' ./core-module/ quickstart' , label: ' Quickstart Guide' , color: ' blue' }]}
22
22
/>
23
23
</div >
24
24
25
25
## Integration Path
26
26
27
- ### 1. ** [ Quickstart] ( ./quickstart ) ** - Add Tolgee SDK to your project
27
+ ### 1. ** [ Quickstart] ( ./core-module/ quickstart ) ** - Add Tolgee SDK to your project
28
28
29
29
### 2. ** Choose your implementation**
30
30
@@ -34,7 +34,7 @@ Follow these steps to integrate Tolgee into your Android project and start local
34
34
emoji = " 🚀"
35
35
description = " Modern declarative UI with reactive translations"
36
36
links = { [
37
- { href: ' /android-sdk/jetpack' , label: ' Overview' , color: ' blue' },
37
+ { href: ' /android-sdk/jetpack/get-started ' , label: ' Overview' , color: ' blue' },
38
38
{
39
39
href: ' /android-sdk/jetpack/installation' ,
40
40
label: ' Installation' ,
@@ -49,7 +49,7 @@ Follow these steps to integrate Tolgee into your Android project and start local
49
49
title = " Android Views"
50
50
emoji = " 📱"
51
51
description = " Traditional Android UI with dynamic translations"
52
- links = { [{ href: ' ./usage' , label: ' Usage Guide' , color: ' purple' }]}
52
+ links = { [{ href: ' ./core-module/ usage' , label: ' Usage Guide' , color: ' purple' }]}
53
53
/>
54
54
55
55
<SystemCard
@@ -85,12 +85,12 @@ After completing the setup, your app will have:
85
85
title = " Production Guide"
86
86
emoji = " 🚀"
87
87
description = " Over‑the‑Air (OTA) updates, caching, formatting, and testing for production apps"
88
- links = { [{ href: ' . /production' , label: ' Production Setup' , color: ' blue' }]}
88
+ links = { [{ href: ' /android-sdk /production' , label: ' Production Setup' , color: ' blue' }]}
89
89
/>
90
90
</div >
91
91
92
92
## Need Help?
93
93
94
94
- ** Manage translations collaboratively** : Connect your app to the Tolgee Platform — [ Platform docs] ( ../platform/ )
95
- - ** Troubleshooting** : Common issues and diagnostics — [ Troubleshooting] ( ./troubleshooting )
95
+ - ** Troubleshooting** : Common issues and diagnostics — [ Troubleshooting] ( ./core-module/ troubleshooting )
96
96
- ** Demo Apps** : Complete example implementations — [ Demo Apps] ( /android-sdk#demo-apps )
0 commit comments