From 83a8054c8576456fdc180b1f4a5f2e525a78fd3f Mon Sep 17 00:00:00 2001 From: MuteBefehl Date: Thu, 7 Nov 2024 00:47:04 +0100 Subject: [PATCH] fixed install android faq & removed play/app store from index --- docs/how-to-install.md | 36 ++++++++++++++++++------------------ docs/index.md | 2 -- mkdocs.yml | 1 - 3 files changed, 18 insertions(+), 21 deletions(-) diff --git a/docs/how-to-install.md b/docs/how-to-install.md index 95eba17..47eac8b 100644 --- a/docs/how-to-install.md +++ b/docs/how-to-install.md @@ -38,26 +38,26 @@ VShop is no longer available on the Google Play Store. To install VShop on your 3. Open the downloaded APK file and follow the prompts to install it. -
-Permission issues on Android? +??? note + **For Android 8.0 (Oreo) and Later:** -### Android 8.0 (Oreo) and Later -1. Open **Settings**. -2. Navigate to **Apps & notifications**. -3. Tap on **Advanced**. -4. Select **Special app access**. -5. Choose **Install unknown apps**. -6. Select the browser you used to download the app (e.g., Chrome). -7. Toggle on **Allow from this source**. + 1. Open **Settings**. + 2. Navigate to **Apps & notifications**. + 3. Tap on **Advanced**. + 4. Select **Special app access**. + 5. Choose **Install unknown apps**. + 6. Select the browser you used to download the app (e.g., Chrome). + 7. Toggle on **Allow from this source**. -### Android 7.0 (Nougat) and Earlier -1. Open **Settings**. -2. Scroll down to **Security**. -3. Enable **Unknown sources**. -4. Confirm the prompt by tapping **OK**. + **For Android 7.0 (Nougat) and Earlier:** -**Note:** Some manufacturers may disable the option to install apps from unknown sources entirely. If you cannot find the settings mentioned above, your device might have this restriction. In such cases, consult your device's user manual or contact the manufacturer's support for guidance. + 1. Open **Settings**. + 2. Scroll down to **Security**. + 3. Enable **Unknown sources**. + 4. Confirm the prompt by tapping **OK**. + + **Note:** Some manufacturers may disable the option to install apps from unknown sources entirely. If you cannot find the settings mentioned above, your device might have this restriction. In such cases, consult your device's user manual or contact the manufacturer's support for guidance. + + **Caution:** Always exercise caution when installing apps from unknown sources, as they can pose security risks. Ensure that the app is from a trusted developer and source before proceeding. -**Caution:** Always exercise caution when installing apps from unknown sources, as they can pose security risks. Ensure that the app is from a trusted developer and source before proceeding. -
diff --git a/docs/index.md b/docs/index.md index c42b653..9b1c8ce 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,8 +12,6 @@ VShop is a mobile app for iOS & Android which makes it possible to check your Valorant store as easy as it can be. **We believe in privacy**. Therefore, we do not store any data on our servers. All data is stored locally on your device. For more information, see our documentation under [Security](https://docs.vshop.one/security). -You can download VShop via [Google Play Store](https://play.google.com/store/apps/details?id=dev.vasc.vshop) and [Apple App Store](https://apps.apple.com/us/app/vshop-for-valorant/id1636765187). - For additional support, please join our [Discord server](https://vshop.one/discord). diff --git a/mkdocs.yml b/mkdocs.yml index aaf1065..70c4822 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -28,7 +28,6 @@ extra: social: - icon: fontawesome/brands/discord link: https://vshop.one/discord - text: "Last updated on {date}" generator: false markdown_extensions: - admonition