Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/.vitepress/config/sidebar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default [
collapsed: false,
items: [
{
text: "Download",
text: "Installation",
link: "/getting-started/installation/",
collapsed: true,
items: [
Expand Down Expand Up @@ -74,7 +74,7 @@ export default [
link: "/guides/merging",
},
{
text: "Changing the Theme",
text: "Using themes",
link: "/guides/themes",
},
],
Expand Down
2 changes: 1 addition & 1 deletion src/getting-started/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 4 additions & 6 deletions src/getting-started/installation/sideloading.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
6 changes: 2 additions & 4 deletions src/getting-started/installation/testflight.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
23 changes: 2 additions & 21 deletions src/guides/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,6 @@ title: Changing the Theme
description: Personalize your app's appearance by applying custom themes to suit your preferences.
---

<script setup>
import ThemesListParser from '../.vitepress/components/ThemesListParser.vue'
</script>
# 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

<ThemesListParser />

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the relevant .vue source code as well.


## Making Themes

<!-- You can make your own theme as well. We recommend that you check out our Themes Creator tool for more info.

[Go to Tools](/tools/) -->

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.