From ddd11f2588dc88cbf607aedef58d319631de38f9 Mon Sep 17 00:00:00 2001
From: awa <36525308+Akiawa@users.noreply.github.com>
Date: Thu, 19 Jun 2025 14:47:08 -0400
Subject: [PATCH 1/2] Patches
typo and mistakes pointed out by Celarye
---
src/.vitepress/config/sidebar/en.ts | 4 ++--
src/getting-started/installation/index.md | 2 +-
.../installation/sideloading.md | 9 ++++----
.../installation/testflight.md | 6 ++---
src/guides/themes.md | 23 ++-----------------
5 files changed, 11 insertions(+), 33 deletions(-)
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..45581ada 100644
--- a/src/getting-started/installation/sideloading.md
+++ b/src/getting-started/installation/sideloading.md
@@ -7,19 +7,18 @@ 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..f8c9b8d4 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.
\ No newline at end of file
From d884d703f38cea0c344db9221b039c2357e00270 Mon Sep 17 00:00:00 2001
From: awa <36525308+Akiawa@users.noreply.github.com>
Date: Thu, 19 Jun 2025 14:49:15 -0400
Subject: [PATCH 2/2] missing space
prettier
---
src/getting-started/installation/sideloading.md | 1 -
src/guides/themes.md | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/getting-started/installation/sideloading.md b/src/getting-started/installation/sideloading.md
index 45581ada..1d9643d5 100644
--- a/src/getting-started/installation/sideloading.md
+++ b/src/getting-started/installation/sideloading.md
@@ -21,4 +21,3 @@ Sideloading is a manual method using tools like [AltStore](https://altstore.io)
- Apps installed via sideloading expire after 7 days (free account).
- You must re-sign and re-install regularly.
-
diff --git a/src/guides/themes.md b/src/guides/themes.md
index f8c9b8d4..535adc55 100644
--- a/src/guides/themes.md
+++ b/src/guides/themes.md
@@ -5,4 +5,4 @@ description: Personalize your app's appearance by applying custom themes to suit
# TBA.
-TBA.
\ No newline at end of file
+TBA.