Skip to content

Commit

Permalink
docs: conditionally enable the prev/next buttons
Browse files Browse the repository at this point in the history
These only make sense in the Aroma pages; the rest aren't chronological
paths.
  • Loading branch information
lifehackerhansol committed Sep 25, 2024
1 parent 9d14d27 commit 6416dd6
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ export default defineConfig({
root: i18n.en_US
},
themeConfig: {
docFooter: {
prev: false,
next: false
},
socialLinks: [
{ icon: 'discord', link: 'https://discord.gg/C29hYvh' },
{ icon: 'github', link: 'https://github.com/hacks-guide/Guide-WiiU' }
Expand Down
5 changes: 5 additions & 0 deletions docs/aroma/autobooting.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
prev: true
next: true
---

# Autobooting Aroma

Currently, every time you want to launch Aroma you will have to launch the Health and Safety information app. If you wish to automatically launch into Aroma on every boot, you can autoboot the Health and Safety Information app.
Expand Down
5 changes: 5 additions & 0 deletions docs/aroma/browser-exploit.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
prev: true
next: true
---

# Browser Exploit

Make sure your Wii U has internet access for this step.
Expand Down
4 changes: 4 additions & 0 deletions docs/aroma/finalizing-setup.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
prev: true
---

# Finalizing Setup

Now that PayloadLoader, Environment Loader and Aroma are installed, we are going to finalize the setup.
Expand Down
4 changes: 4 additions & 0 deletions docs/aroma/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
next: true
---

# Aroma

Aroma is a work-in-progress environment and the successor to Tiramisu.
Expand Down
5 changes: 5 additions & 0 deletions docs/aroma/installing-payloadloader.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
prev: true
next: true
---

# Installing PayloadLoader

Now that you have your NAND backup in case anything goes wrong later, you can install the PayloadLoader on your system.
Expand Down
5 changes: 5 additions & 0 deletions docs/aroma/nand-backup.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
prev: true
next: true
---

# Making a NAND Backup

In case anything should go wrong in the later process and your Wii U ends up bricked, restoring a previously made NAND backup can fix it.
Expand Down
5 changes: 5 additions & 0 deletions docs/aroma/sd-preparation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
prev: true
next: true
---

# SD Preparation

We will now place the required Aroma files on the SD Card.
Expand Down

0 comments on commit 6416dd6

Please sign in to comment.