From 695329088b5f57d2a1e2d6848e44a0e54b9c40f6 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Tue, 17 Dec 2024 23:25:40 +0100 Subject: [PATCH] docs: Navigate to next sub-page and explain mounting [skip ci] --- docs/2_1_patching.md | 13 +++++++------ docs/2_2_managing.md | 4 ++-- docs/2_3_updating.md | 4 ++-- docs/2_4_settings.md | 4 ++-- docs/2_usage.md | 4 ++-- 5 files changed, 15 insertions(+), 14 deletions(-) diff --git a/docs/2_1_patching.md b/docs/2_1_patching.md index 93dd2046..8e0e844b 100644 --- a/docs/2_1_patching.md +++ b/docs/2_1_patching.md @@ -26,20 +26,21 @@ Learn how to use ReVanced Manager to patch apps. 5. Tap on the **Done** then **Patch** button > ⚠️ Warning - > The patching process may take ~5 minutes. Exiting the app may cancel patching or increase the time it takes to patch significantly. + > The patching process may take ~5 minutes. Exiting the app may cancel patching or significantly increase the time it takes to patch. 6. Tap on the **Install** button > ℹ️ Note - > If you are rooted, you can mount the patched app on top of the original app.[^3] + > If you are rooted, you can mount[^3] the patched app on top of the original app.[^4] > Optionally, you may export the patched app to storage using the option in the bottom left corner. -[^1]: You can select installed apps or select APK files from storage. ReVanced does not provide any APK files, which is why you have to source them yourself. +[^1]: You can select installed apps from the list of installed apps or APK files from device storage. ReVanced does not provide any APK files, so you must source them yourself. [^2]: It is suggested to use the default set of patches by tapping on the **Default** button above the list of patches. -[^3]: Mounting the patched app on top of the original app will only work if the installed app version matches the version of the app selected in step 3. above. +[^3]: Mounting refers to using Linux's mounting mechanism to layer the patched app on top of the existing installed app. +[^4]: Mounting the patched app on top of the original app may only work if the installed app version matches the version of the app selected in step 3. above. ## ⏭️ What's next -The next page will lead back to the usage page. +The next page will explain how to view, open and uninstall patched apps. -Continue: [🛠️ Usage](2_usage.md) +Continue: [🧰 Managing patched apps](2_2_managing.md) diff --git a/docs/2_2_managing.md b/docs/2_2_managing.md index 2b2a683b..73cd4f7b 100644 --- a/docs/2_2_managing.md +++ b/docs/2_2_managing.md @@ -10,6 +10,6 @@ Learn how to view, open and uninstall patched apps. ## ⏭️ What's next -The next page will lead back to the usage page. +The next page will explain how to update ReVanced Manager. -Continue: [🛠️ Usage](2_usage.md) +Continue: [🔄 Updating ReVanced Manager](2_3_updating.md) diff --git a/docs/2_3_updating.md b/docs/2_3_updating.md index c8fb854e..d851bef0 100644 --- a/docs/2_3_updating.md +++ b/docs/2_3_updating.md @@ -9,6 +9,6 @@ Learn how to update ReVanced Manager. ## ⏭️ What's next -The next page will lead back to the usage page. +The next page will explain how to configure ReVanced Manager. -Continue: [🛠️ Usage](2_usage.md) +Continue: [⚙️ Configuring ReVanced Manager](2_4_settings.md) diff --git a/docs/2_4_settings.md b/docs/2_4_settings.md index 44bfa695..02da996d 100644 --- a/docs/2_4_settings.md +++ b/docs/2_4_settings.md @@ -61,6 +61,6 @@ Learn how to configure ReVanced Manager. ## ⏭️ What's next -The next page will lead back to the usage page. +The next page will explain how to troubleshoot issues with ReVanced Manager. -Continue: [🛠️ Usage](2_usage.md) +Continue: [❔ Troubleshooting](3_troubleshooting.md) diff --git a/docs/2_usage.md b/docs/2_usage.md index d40c3b34..c57235b8 100644 --- a/docs/2_usage.md +++ b/docs/2_usage.md @@ -11,6 +11,6 @@ Learn how to use ReVanced Manager to manage and patch apps or update ReVanced Ma ## ⏭️ What's next -The next page will explain how to troubleshoot issues with ReVanced Manager. +The next page will explain how to use ReVanced Manager to patch apps. -Continue: [❔ Troubleshooting](3_troubleshooting.md) +Continue: [🧩 Patching apps](2_1_patching.md)