From 6416dd6d83ac16adb4788e3696fe2c4456fe7364 Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Tue, 24 Sep 2024 21:26:32 -0700 Subject: [PATCH] docs: conditionally enable the prev/next buttons These only make sense in the Aroma pages; the rest aren't chronological paths. --- docs/.vitepress/config.mjs | 4 ++++ docs/aroma/autobooting.md | 5 +++++ docs/aroma/browser-exploit.md | 5 +++++ docs/aroma/finalizing-setup.md | 4 ++++ docs/aroma/getting-started.md | 4 ++++ docs/aroma/installing-payloadloader.md | 5 +++++ docs/aroma/nand-backup.md | 5 +++++ docs/aroma/sd-preparation.md | 5 +++++ 8 files changed, 37 insertions(+) diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index 96715ade35a..76f4e446458 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -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' } diff --git a/docs/aroma/autobooting.md b/docs/aroma/autobooting.md index 97da9806cb8..bf92125812d 100644 --- a/docs/aroma/autobooting.md +++ b/docs/aroma/autobooting.md @@ -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. diff --git a/docs/aroma/browser-exploit.md b/docs/aroma/browser-exploit.md index 87d323f7214..388bf2d7d24 100644 --- a/docs/aroma/browser-exploit.md +++ b/docs/aroma/browser-exploit.md @@ -1,3 +1,8 @@ +--- +prev: true +next: true +--- + # Browser Exploit Make sure your Wii U has internet access for this step. diff --git a/docs/aroma/finalizing-setup.md b/docs/aroma/finalizing-setup.md index 24f1a83db57..0a1cbd7322b 100644 --- a/docs/aroma/finalizing-setup.md +++ b/docs/aroma/finalizing-setup.md @@ -1,3 +1,7 @@ +--- +prev: true +--- + # Finalizing Setup Now that PayloadLoader, Environment Loader and Aroma are installed, we are going to finalize the setup. diff --git a/docs/aroma/getting-started.md b/docs/aroma/getting-started.md index eef716011e6..676ab0f23e6 100644 --- a/docs/aroma/getting-started.md +++ b/docs/aroma/getting-started.md @@ -1,3 +1,7 @@ +--- +next: true +--- + # Aroma Aroma is a work-in-progress environment and the successor to Tiramisu. diff --git a/docs/aroma/installing-payloadloader.md b/docs/aroma/installing-payloadloader.md index 1c194da6461..90a22c7b8ac 100644 --- a/docs/aroma/installing-payloadloader.md +++ b/docs/aroma/installing-payloadloader.md @@ -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. diff --git a/docs/aroma/nand-backup.md b/docs/aroma/nand-backup.md index 6b99a6ec3ca..cca72ca6393 100644 --- a/docs/aroma/nand-backup.md +++ b/docs/aroma/nand-backup.md @@ -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. diff --git a/docs/aroma/sd-preparation.md b/docs/aroma/sd-preparation.md index 8bcb532be02..7b91091373a 100644 --- a/docs/aroma/sd-preparation.md +++ b/docs/aroma/sd-preparation.md @@ -1,3 +1,8 @@ +--- +prev: true +next: true +--- + # SD Preparation We will now place the required Aroma files on the SD Card.