Move current guides to begin different language support

This commit is contained in:
BloxerHD 2026-06-28 23:08:43 +01:00
commit 3c3f17fff6
Signed by: bloxerhd018
SSH key fingerprint: SHA256:ItSfcfhpXlfkMK3uQSDYW5X3XKm0hbHWQqWcCK57px8
6 changed files with 4 additions and 2 deletions

View file

@ -5,10 +5,10 @@ const params = new URLSearchParams(window.location.search);
const guideParam = params.get("guide"); const guideParam = params.get("guide");
let guide = "install-wiiu"; let guide = "install-wiiu";
let guidePath = '/md/install-wiiu.md'; let guidePath = '/md/en/install-wiiu.md';
if (guideParam) { if (guideParam) {
guide = guideParam; guide = guideParam;
guidePath = `/md/${guide}.md`; guidePath = `/md/en/${guide}.md`;
} }
fetch(guidePath) fetch(guidePath)

View file

@ -79,6 +79,8 @@ Requirements:
- Wii U - Wii U
- An internet connection - An internet connection
If you have a modded console, it is recommended that you use the Aroma method instead, but if you wish to continue with SSSL anyways, ensure you either disable Pretendo's Inkay if present or make a duplicate environment without the Pretendo Inkay plugin and module. Guides to making a duplicate environment can be found in Step 1 of the Aroma guide above. Note that when switching between servers, you will have to disable or reenable SSSL by following this guide again.
### Step 1: Console Configuration ### Step 1: Console Configuration
SSSL uses the DNS settings of the console to redirect you to our servers. In order to connect, you must configure your active WiFi connection to use this DNS server. SSSL uses the DNS settings of the console to redirect you to our servers. In order to connect, you must configure your active WiFi connection to use this DNS server.