diff --git a/docs/en_US/install/3ds.md b/docs/en_US/install/3ds.md index 6e91b5f..7065783 100644 --- a/docs/en_US/install/3ds.md +++ b/docs/en_US/install/3ds.md @@ -1,16 +1,23 @@ # 3DS/2DS Family
-
+- `SD:/luma/titles/000400300000BC02/code.ips` (Miiverse, JPN)
+- `SD:/luma/titles/000400300000BD02/code.ips` (Miiverse, USA)
+- `SD:/luma/titles/000400300000BE02/code.ips` (Miiverse, EUR)
+- `SD:/luma/sysmodules/0004013000002F02.ips` (SSL)
+- `SD:/luma/sysmodules/0004013000003202.ips` (FRD/Friends)
+- `SD:/luma/sysmodules/0004013000003802.ips` (ACT/NNID)
+- `SD:/3ds/juxt-prod.pem` (Juxtaposition certificate)
-Place your SD card back into your console.
+If not installed through Universal-Updater, ensure at least one of the following also exists
+
+- `SD:/cias/nimbus.cia`
+- `SD:/3ds/nimbus.3dsx`
+
+Insert your SD card back into your console.
## Luma patches
@@ -38,15 +55,15 @@ In order to make use of the Pretendo Network service, you will need to enable Lu
On the screen that is displayed, make sure that these following options are enabled:
-* `Enable loading external FIRMS and modules`
-* `Enable game patching`
+- `Enable loading external FIRMS and modules`
+- `Enable game patching`
Press `START` to save and continue with these changes.
## Installing Nimbus to HOME Menu
-
-Select the `martini-juxt-patcher.rpx` to download it
-
-
-
-Copy `martini-juxt-patcher.rpx` and place it on your SD card at `sd:/wiiu/apps/`
-
-
-
-Place your SD card back into your console and boot like normal.
-
-Open the Homebrew Launcher and launch `martini-juxt-patcher.rpx`
-
-
-
-After confirming the state of the Miiverse applet, press A to apply the patches.
-
-
-
-Once the patcher is done running and your console has rebooted, you're done! Have fun in Juxt!
-
-
-
-If you encountered any errors, try [searching](/docs/search) for the error code. If that doesn't work, get in touch with a developer in our [Discord](https://invite.gg/pretendo).
-
# 3DS
+
-
-Place your SD card back into your console. Boot your console and ensure Luma patches are enabled.
-
-That's it! Have fun in Juxt!
+Miiverse content inside of games is not supported on the 3DS at this time.
diff --git a/docs/en_US/install/wiiu.md b/docs/en_US/install/wiiu.md
index 562f346..00399bc 100644
--- a/docs/en_US/install/wiiu.md
+++ b/docs/en_US/install/wiiu.md
@@ -40,11 +40,11 @@ Place your SD card back into your console and boot like normal.
ℹ️ Already have Pretendo installed? Skip ahead to PNID Setup!
-To connect to Pretendo Network you must use the [Inkay](https://github.com/PretendoNetwork/Inkay) plugin with Aroma.
+To connect to Pretendo Network you must use the [Inkay](https://github.com/PretendoNetwork/Inkay) plugin with Aroma.
The stable version is recommended for most users, however betatesters and others may be interested in the bleeding edge version.
## Stable
-Navigate to [Inkay's latest release](https://github.com/PretendoNetwork/Inkay/releases/latest) on GitHub and download the `Inkay-pretendo.wps` file from the latest release.
+The stable builds have been widely tested to ensure everything works as intended. Navigate to [Inkay's latest release](https://github.com/PretendoNetwork/Inkay/releases/latest) on GitHub and download the `Inkay-pretendo.wps` file from the latest release.
@@ -59,19 +59,7 @@ Place your SD card back into your console and boot like normal. If it worked, yo
You are now connected to Pretendo Network and can continue with [PNID Setup](#pnid-setup).
## Bleeding Edge
-Navigate to the [actions](https://github.com/PretendoNetwork/Inkay/actions) page on the Aroma GitHub repository.
-
-
-
-Select the `Inkay-CI` workflow and select the latest workflow run. _**Note:** At this stage you may also use the provided filters to only grab builds from specific branches, events, etc. By default the latest build, regardless of branch, is always shown._
-
-
-
-Select the `inkay` artifact. This will download a `inkay.zip` zip file.
-
-
-
-Extract `inkay.zip` and place the extracted `Inkay-pretendo.wps` file on your SD card at `sd:/wiiu/environments/aroma/plugins`.
+Bleeding edge builds have not been widely tested, and do not guarantee any stability. Download the latest build from nightly. Extract `inkay.zip` and place the extracted `Inkay-pretendo.wps` file on your SD card at `sd:/wiiu/environments/aroma/plugins`.
@@ -90,7 +78,7 @@ You will want to register an account from [here](/account) and click `Don't have
-Right before registering a PNID, please make sure to save your password on some sort of note. This isn't necessary, but it prevents having to reset your password if you forget it. After registering just simply change your birth date, gender, timezone, country/region, etc to what you see fit. Once you have it set up we can switch back to the Wii U. Within your Wii U you will want to reconnect to Pretendo.
+Right before registering a PNID, please make sure to save your password on some sort of note. This isn't necessary, but it prevents having to reset your password if you forget it. After registering just simply change your birth date, gender, timezone, country/region, etc to what you see fit. Once you have it set up we can switch back to the Wii U. Within your Wii U you will want to reconnect to Pretendo.
_**Note:** How you reconnect to Pretendo depends on how you installed it on your Wii U!_
diff --git a/public/assets/css/documentation.css b/public/assets/css/documentation.css
index 0b3e11a..824e6ef 100644
--- a/public/assets/css/documentation.css
+++ b/public/assets/css/documentation.css
@@ -166,6 +166,9 @@ button#openSidebar {
background: var(--accent-shade-2);
opacity: 1;
}
+.docs-wrapper .content-inner div.tip.yellow::after {
+ background: var(--yellow-shade-1);
+}
.docs-wrapper .content-inner div.tip.red::after {
background: var(--red-shade-1);
}
diff --git a/public/assets/css/main.css b/public/assets/css/main.css
index ca92cc6..2432f10 100644
--- a/public/assets/css/main.css
+++ b/public/assets/css/main.css
@@ -23,6 +23,7 @@
--green-shade-1: #59c9a5;
--red-shade-1: #a9375b;
+ --yellow-shade-1: #ffd966;
--border: rgba(255, 255, 255, 0.1);
}
diff --git a/public/assets/images/docs/install/3ds/sd-card-3ds.png b/public/assets/images/docs/install/3ds/sd-card-3ds.png
deleted file mode 100644
index 42b9e08..0000000
Binary files a/public/assets/images/docs/install/3ds/sd-card-3ds.png and /dev/null differ
diff --git a/public/assets/images/docs/install/3ds/sd-card-luma.png b/public/assets/images/docs/install/3ds/sd-card-luma.png
deleted file mode 100644
index 855c9e9..0000000
Binary files a/public/assets/images/docs/install/3ds/sd-card-luma.png and /dev/null differ
diff --git a/public/assets/images/docs/install/wiiu/aroma/actions-highlight.png b/public/assets/images/docs/install/wiiu/aroma/actions-highlight.png
deleted file mode 100644
index 6f37071..0000000
Binary files a/public/assets/images/docs/install/wiiu/aroma/actions-highlight.png and /dev/null differ
diff --git a/public/assets/images/docs/install/wiiu/aroma/artifact-highlight.png b/public/assets/images/docs/install/wiiu/aroma/artifact-highlight.png
deleted file mode 100644
index f4ae5c8..0000000
Binary files a/public/assets/images/docs/install/wiiu/aroma/artifact-highlight.png and /dev/null differ
diff --git a/public/assets/images/docs/install/wiiu/aroma/workflow-highlight.png b/public/assets/images/docs/install/wiiu/aroma/workflow-highlight.png
deleted file mode 100644
index b983740..0000000
Binary files a/public/assets/images/docs/install/wiiu/aroma/workflow-highlight.png and /dev/null differ
diff --git a/views/partials/docs-sidebar.handlebars b/views/partials/docs-sidebar.handlebars
index 3a3a1f9..138615d 100644
--- a/views/partials/docs-sidebar.handlebars
+++ b/views/partials/docs-sidebar.handlebars
@@ -12,7 +12,7 @@
3DS
Cemu
Citra
- Juxt
+ Miiverse