diff --git a/src/.vitepress/config/sidebar/en.ts b/src/.vitepress/config/sidebar/en.ts index 9b104608..5e5be155 100644 --- a/src/.vitepress/config/sidebar/en.ts +++ b/src/.vitepress/config/sidebar/en.ts @@ -5,7 +5,7 @@ export default [ collapsed: false, items: [ { - text: "Download", + text: "Installation", link: "/getting-started/installation/", collapsed: true, items: [ @@ -74,7 +74,7 @@ export default [ link: "/guides/merging", }, { - text: "Changing the Theme", + text: "Using themes", link: "/guides/themes", }, ], diff --git a/src/getting-started/installation/index.md b/src/getting-started/installation/index.md index 15f8da94..59aa8ffe 100644 --- a/src/getting-started/installation/index.md +++ b/src/getting-started/installation/index.md @@ -11,7 +11,7 @@ There are three methods to install Paperback: - [**TestFlight**](./testflight.md): Grants access to alpha/beta builds via Discord/Patreon. - [**Sideloading**](./sideloading.md): Manual install for advanced users. -::: info Device Support (0.8) +::: info Device Support The latest Paperback version (v0.8) is compatible with: - iPhones running iOS 13.4 or later diff --git a/src/getting-started/installation/sideloading.md b/src/getting-started/installation/sideloading.md index d0cbe227..1d9643d5 100644 --- a/src/getting-started/installation/sideloading.md +++ b/src/getting-started/installation/sideloading.md @@ -7,19 +7,17 @@ description: How to sideload Paperback using an .ipa file. Sideloading is a manual method using tools like [AltStore](https://altstore.io) or [Sideloadly](https://sideloadly.io) to install the `.ipa` file on your device. -📦・[Download the latest .ipa](https://github.com/Paperback-iOS/app/releases/latest) +・[Download the latest .ipa](https://github.com/Paperback-iOS/app/releases/latest) > We recommend the App Store or TestFlight unless you're experienced with sideloading. -### 🧰・Requirements +### Requirements -- macOS or Windows PC +- Mac or Windows PC - Apple ID - AltStore or Sideloadly -### 🚨・Limitations +### Limitations - Apps installed via sideloading expire after 7 days (free account). - You must re-sign and re-install regularly. - -> For support, check the official tool documentation or ask in the Paperback Discord server. diff --git a/src/getting-started/installation/testflight.md b/src/getting-started/installation/testflight.md index 77694b75..b916f1fc 100644 --- a/src/getting-started/installation/testflight.md +++ b/src/getting-started/installation/testflight.md @@ -13,12 +13,10 @@ TestFlight builds are only available to [Patreon supporters](https://patreon.com 1. Join the [Official Discord server](https://discord.paperback.moe). 2. Become an active [Patreon supporter](https://www.patreon.com/FaizanDurrani) or [Discord booster](https://discord.paperback.moe). -3. Link your Discord on [Patreon settings](https://www.patreon.com/settings/apps). +3. (For Patreons) Link your Discord on [Patreon settings](https://www.patreon.com/settings/apps). 4. Click the `Request Testflight invitation` button in `📨・testflight`. -> Your email stays private. Learn more [here](https://support.discord.com/hc/en-us/articles/1500000580222-Ephemeral-Messages-FAQ). - -### 📺・TestFlight Tutorial +### TestFlight Tutorial :::: tabs diff --git a/src/guides/themes.md b/src/guides/themes.md index 7c1c034a..535adc55 100644 --- a/src/guides/themes.md +++ b/src/guides/themes.md @@ -3,25 +3,6 @@ title: Changing the Theme description: Personalize your app's appearance by applying custom themes to suit your preferences. --- - +# TBA. -# Changing the Theme - -Bellow you can find a list of all publicly available themes. You can find info regarding making your own theme at the bottom of the page as well. - -## Available Themes - - - -## Making Themes - - - -For more info on making themes you can check the follow GitHub repositories: - -1. [Paperback Themes:](https://github.com/Celarye/Paperback-themes) Offers an advanced command-line interface program for editing and creating themes. -2. [Paperback Themes GUI:](https://github.com/LucifersCircle/paperback-themes-gui) A user-friendly graphical interface for editing and creating themes. +TBA.