diff --git a/docs/2_3_managing_patches.md b/docs/2_3_managing_patches.md index dce3389c..2236a17e 100644 --- a/docs/2_3_managing_patches.md +++ b/docs/2_3_managing_patches.md @@ -16,7 +16,7 @@ Learn how to add new, manage existing or remove patches. ## ⏭️ What's next -The next page will explain how to update ReVanced Manager. +The next page will explain how to manage downloaders. -Continue: [🔄 Updating ReVanced Manager](2_4_updating.md) +Continue: [🔄 Updating ReVanced Manager](2_4_managing_downloaders.md) diff --git a/docs/2_4_managing_downloaders.md b/docs/2_4_managing_downloaders.md new file mode 100644 index 00000000..174fd60f --- /dev/null +++ b/docs/2_4_managing_downloaders.md @@ -0,0 +1,15 @@ +# 🧩 Managing downloaders + +Learn how to manage downloaders. +Refer to the [template](https://github.com/ReVanced/revanced-manager-downloader-template) if you are developer who wants to create a plugin. + +Downloaders are Apk files and are installed, updated and uninstalled just like regular Android apps. +Downloaders can execute arbitrary code inside ReVanced Manager and must be marked as trusted before use. Manager will show a notification in the dashboard when a new downloader is discovered. +Trust can also be granted and revoked under `Settings` > `Downloads`. + +## ⏭️ What's next + +The next page will explain how to update ReVanced Manager. + +Continue: [🔄 Updating ReVanced Manager](2_5_updating.md) + diff --git a/docs/2_4_updating.md b/docs/2_5_updating.md similarity index 88% rename from docs/2_4_updating.md rename to docs/2_5_updating.md index 52fa94d2..eb190e86 100644 --- a/docs/2_4_updating.md +++ b/docs/2_5_updating.md @@ -15,4 +15,4 @@ and let you when an update is available. The next page will explain how to configure ReVanced Manager. -Continue: [⚙️ Configuring ReVanced Manager](2_5_settings.md) +Continue: [⚙️ Configuring ReVanced Manager](2_6_settings.md) diff --git a/docs/2_5_settings.md b/docs/2_6_settings.md similarity index 100% rename from docs/2_5_settings.md rename to docs/2_6_settings.md