Skip to content

Commit b594f33

Browse files
committed
Vitepress fucking sucks and doesn't support variables so i gotta hard code everything
1 parent 93d10b9 commit b594f33

4 files changed

Lines changed: 3 additions & 13 deletions

File tree

docs/.vitepress/config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export default defineConfig({
1919

2020
// Theme configuration
2121
themeConfig: {
22-
latestFirm: '13.00',
2322
// https://vitepress.dev/reference/default-theme-config
2423
nav: [
2524
{ text: 'Home', link: '/' },

docs/_includes/min-firm-ver.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
<script setup>
2-
import { useData } from 'vitepress'
3-
const { theme } = useData()
4-
</script>
5-
61
> [!TIP]
7-
> To jailbreak your PS4, you need firmware {{theme.latestFirm}} or lower.
2+
> To jailbreak your PS4, you need firmware <Badge type="tip" text="13.00" /> or lower.
83
>
94
> Refer to [Modded Warfare](https://www.youtube.com/@MODDEDWARFARE) YT channel to mod your console.
105

docs/_includes/payloads.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
<script setup>
2-
import { useData } from 'vitepress'
3-
const { theme } = useData()
4-
</script>
51
## Launching Linux Rescue Shell
62
After that, either launch your payload with a payload website to load them, or use "Payload Guest" app if the website doesn't work for you.
73

@@ -14,7 +10,7 @@ After that, either launch your payload with a payload website to load them, or u
1410
1511
### Payload website hosts
1612

17-
::: details Firmware 7.00 - {{theme.latestFirm}}
13+
::: details Firmware 7.00 - <Badge type="tip" text="13.00" />
1814

1915
> [!WARNING]
2016
> You MUST use a 1GB VRAM payload for installation and first boot. Afterwards, 2GB is recommended.

docs/information.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For the external drive method your HDD isn't even touched at all.
1414
TLDR: yes it is reversible, and no you won't lose any data.
1515
:::
1616

17-
::: details What consoles are compatible?
17+
::: details What consoles are compatible? <Badge type="tip" text="Up to 13.00" />
1818
All consoles that can run a homebrew enabler (like GoldHEN or ps4hen) are able to run Linux.
1919

2020
<!-- @include: /_includes/min-firm-ver.md -->

0 commit comments

Comments
 (0)