Skip to content

Commit 0dd54ac

Browse files
committed
docs: fix broken relative links and rename recommendations to production guide
1 parent 63b057f commit 0dd54ac

File tree

13 files changed

+26
-135
lines changed

13 files changed

+26
-135
lines changed

android-sdk/core-module/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Dynamic updates without republishing. See the step-by-step guide in [**Usage**](
168168

169169
## Next steps
170170

171-
- Not sure which artifact to use? See ['overview`](./about.mdx)
171+
- Not sure which artifact to use? See [overview](../about.mdx)
172172
- Learn how to fetch and render translations in Views: [`Usage`](./usage.mdx)
173-
- Using Compose? Start here: [`Jetpack Installation`](./jetpack/installation.mdx)
173+
- Using Compose? Start here: [Jetpack Installation](../jetpack/installation.mdx)
174174
- Having issues? Check [`Troubleshooting`](./troubleshooting.mdx)

android-sdk/core-module/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ See also: [Android XML format](/platform/formats/android_xml) · [Tolgee Univers
9393
- Usage (Views): [Usage](./usage.mdx)
9494
- For complete examples of how to use the Tolgee Core module, check out the demo projects:
9595
Traditional Android Views example - https://github.com/tolgee/tolgee-mobile-kotlin-sdk/tree/master/demo/exampleandroid
96-
- Jetpack Compose: [Installation](./jetpack/installation.mdx), [Usage](./jetpack/usage.mdx)
96+
- Jetpack Compose: [Installation](../jetpack/installation.mdx), [Usage](../jetpack/usage.mdx)
9797
- CLI for static strings: [Tolgee CLI](/tolgee-cli/installation)

android-sdk/core-module/usage.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ val textFlow = tolgee.tFlow(context, R.string.string_key)
136136
```
137137

138138
:::note
139-
In Compose, use `collectAsState()` function for a more idiomatic integration. See more in [**Jetpack Compose Usage**](./jetpack/usage.mdx).
139+
In Compose, use `collectAsState()` function for a more idiomatic integration. See more in [**Jetpack Compose Usage**](../jetpack/usage.mdx).
140140
:::
141141

142142
## Plurals
@@ -245,6 +245,6 @@ As mentioned in
245245

246246
## Next Steps
247247

248-
- **Using Compose?** Continue with [Jetpack Compose Usage](./jetpack/usage.mdx)
249-
- **Production deployment?** See [Production Guide](./production.mdx)
248+
- **Using Compose?** Continue with [Jetpack Compose Usage](../jetpack/usage.mdx)
249+
- **Production deployment?** See [Production Guide](/android-sdk/production)
250250
- **Having issues?** Check [Troubleshooting](./troubleshooting.mdx)

android-sdk/get-started.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ Follow these steps to integrate Tolgee into your Android project and start local
1818
title="Quickstart"
1919
emoji="📦"
2020
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' }]}
2222
/>
2323
</div>
2424

2525
## Integration Path
2626

27-
### 1. **[Quickstart](./quickstart)** - Add Tolgee SDK to your project
27+
### 1. **[Quickstart](./core-module/quickstart)** - Add Tolgee SDK to your project
2828

2929
### 2. **Choose your implementation**
3030

@@ -34,7 +34,7 @@ Follow these steps to integrate Tolgee into your Android project and start local
3434
emoji="🚀"
3535
description="Modern declarative UI with reactive translations"
3636
links={[
37-
{ href: '/android-sdk/jetpack', label: 'Overview', color: 'blue' },
37+
{ href: '/android-sdk/jetpack/get-started', label: 'Overview', color: 'blue' },
3838
{
3939
href: '/android-sdk/jetpack/installation',
4040
label: 'Installation',
@@ -49,7 +49,7 @@ Follow these steps to integrate Tolgee into your Android project and start local
4949
title="Android Views"
5050
emoji="📱"
5151
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' }]}
5353
/>
5454

5555
<SystemCard
@@ -85,12 +85,12 @@ After completing the setup, your app will have:
8585
title="Production Guide"
8686
emoji="🚀"
8787
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' }]}
8989
/>
9090
</div>
9191

9292
## Need Help?
9393

9494
- **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)
9696
- **Demo Apps**: Complete example implementations — [Demo Apps](/android-sdk#demo-apps)

android-sdk/jetpack/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
```
6464

6565
:::note
66-
If you use **traditional Android Views**, see the Core variant: [Core Quickstart](/android-sdk/quickstart)
66+
If you use **traditional Android Views**, see the Core variant: [Core Quickstart](/android-sdk/core-module/quickstart)
6767
:::
6868

6969
2. (If needed) Ensure repositories include Maven Central in `settings.gradle.kts` or `build.gradle.kts`:

android-sdk/jetpack/overview.mdx

Lines changed: 0 additions & 108 deletions
This file was deleted.

android-sdk/jetpack/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ See also: [Android XML format](/platform/formats/android_xml) · [Tolgee Univers
8989

9090
## Useful links
9191

92-
- Views troubleshooting: [/android-sdk/troubleshooting](/android-sdk/troubleshooting)
92+
- Views troubleshooting: [Core Module Troubleshooting](/android-sdk/core-module/troubleshooting)
9393
- Quickstart (Compose): [Installation](./installation.mdx)
9494
- Usage (Compose): [Usage](./usage.mdx)
9595
- For complete examples of how to use the Tolgee Compose module, check out the demo projects:

android-sdk/jetpack/usage.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,6 @@ Handy for **observing locale changes** in real time, **keeping track of current
164164

165165
## Next Steps
166166

167-
- **Using traditional Views?** See [Core Module Usage](/android-sdk/usage)
168-
- **Production deployment?** Check [Production Guide](../production.mdx)
167+
- **Using traditional Views?** See [Core Module Usage](/android-sdk/core-module/usage)
168+
- **Production deployment?** Check [Production Guide](/android-sdk/production)
169169
- **Having issues?** See [Troubleshooting](./troubleshooting.mdx)

android-sdk/reccomendations.mdx renamed to android-sdk/production.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
id: reccomendations
3-
title: Reccomendations
2+
id: production
3+
title: Production
44
description: OTA updates, caching, formatting, and deployment tips for shipping to production.
55
---
66

7-
# Reccomendations
7+
# Production
88

99
This guide summarizes recommendations for using Tolgee Android SDK in production.
1010

platform/faq.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Yes. Tolgee provides a native [iOS SDK](/ios-sdk) that integrates with your app
3232

3333
Yes. Tolgee provides a native [Android SDK](/android-sdk) that integrates with your app and supports Jetpack Compose.
3434

35-
- Get started: [Quickstart](/android-sdk/quickstart)
36-
- Use translations: [Usage](/android-sdk/usage)
35+
- Get started: [Quickstart](/android-sdk/core-module/quickstart)
36+
- Use translations: [Usage](/android-sdk/core-module/usage)
3737
- Compose UI: [Jetpack Compose](/android-sdk/jetpack/installation)
3838
- File format details: [Android Resources XML](/platform/formats/android_xml)
3939

0 commit comments

Comments
 (0)