[documentation/develop-kde-org] content/docs/packaging/android: tutorials: move android porting content to the top
Thiago Sueto <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 8bf4024b923d885e9affb1264042578fe40fff3f by Thiago Sueto, on behalf of Darshan Phaldesai. Committed on 24/07/2026 at 19:03. Pushed by thiagosueto into branch 'master'. tutorials: move android porting content to the top M +1 -1 content/docs/packaging/android/building_applications/index.md M +1 -1 content/docs/packaging/android/googleplay/_index.md M +1 -1 content/docs/packaging/android/packaging_applications/index.md M +1 -1 content/docs/packaging/android/porting_applications/_index.md https://invent.kde.org/documentation/develop-kde-org/-/commit/8bf4024b923d885e9affb1264042578fe40fff3f diff --git a/content/docs/packaging/android/building_applications/index.md b/content/docs/packaging/android/building_applications/index.md index 5831d9830..835ac4a70 100644 --- a/content/docs/packaging/android/building_applications/index.md +++ b/content/docs/packaging/android/building_applications/index.md @@ -1,7 +1,7 @@ --- title: "Building applications for Android" linkTitle: "Building applications for Android" -weight: 1 +weight: 2 description: > Learn how to build your applications for Android --- diff --git a/content/docs/packaging/android/googleplay/_index.md b/content/docs/packaging/android/googleplay/_index.md index f7cdb324c..2a7e9b33c 100644 --- a/content/docs/packaging/android/googleplay/_index.md +++ b/content/docs/packaging/android/googleplay/_index.md @@ -1,7 +1,7 @@ --- title: Publishing applications on Google Play linkTitle: Publishing on Google Play -weight: 3 +weight: 4 description: > Learn how to publish your applications on Google Play authors: diff --git a/content/docs/packaging/android/packaging_applications/index.md b/content/docs/packaging/android/packaging_applications/index.md index 7f2309fd4..02f28701f 100644 --- a/content/docs/packaging/android/packaging_applications/index.md +++ b/content/docs/packaging/android/packaging_applications/index.md @@ -1,7 +1,7 @@ --- title: "Packaging and publishing applications for Android" linkTitle: "Packaging and publishing" -weight: 2 +weight: 3 description: > Learn how to package and publish your applications for Android authors: diff --git a/content/docs/packaging/android/porting_applications/_index.md b/content/docs/packaging/android/porting_applications/_index.md index fd3068791..9f5033c23 100644 --- a/content/docs/packaging/android/porting_applications/_index.md +++ b/content/docs/packaging/android/porting_applications/_index.md @@ -1,7 +1,7 @@ --- title: "Porting Applications to Android" linkTitle: "Porting Applications to Android" -weight: 10 +weight: 1 description: > Learn how to port your applications to the most widely used mobile platform ---