diff --git a/docs/user-guide/aroma/sd-preparation.md b/docs/user-guide/aroma/sd-preparation.md
index 02381d9d0..6b7b13547 100644
--- a/docs/user-guide/aroma/sd-preparation.md
+++ b/docs/user-guide/aroma/sd-preparation.md
@@ -22,3 +22,42 @@ We will now place the required Aroma files on the SD Card.
- The two `wiiu` folders should be merged if not done automatically.
?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes.
+----------
+
+### SD Card Layout {docsify-ignore}
+
+
+Click here to show the final SD Card layout.
+
+```
+💾sd:
+ ┗ 📂wiiu
+ ┣ 📂apps
+ ┃ ┣ 📜AromaUpdater.wuhb
+ ┃ ┣ 📜PayloadLoaderInstaller.wuhb
+ ┃ ┗ (All other apps should be here too)
+ ┣ 📂environments
+ ┃ ┗ 📂aroma
+ ┃ ┣ 📂modules
+ ┃ ┃ ┣ 📂setup
+ ┃ ┃ ┃ ┣ 📜00_mocha.rpx
+ ┃ ┃ ┃ ┣ 📜10_wums_loader.rpx
+ ┃ ┃ ┃ ┗ 📜99_autoboot.rpx
+ ┃ ┃ ┗ (All other Aroma modules ending with .wms should be here too)
+ ┃ ┣ 📂plugins
+ ┃ ┃ ┣ 📜AromaBasePlugin.wps
+ ┃ ┃ ┣ 📜drc_region_free.wps
+ ┃ ┃ ┣ 📜homebrew_on_menu.wps
+ ┃ ┃ ┣ 📜regionfree.wps
+ ┃ ┃ ┗ (All other Aroma plugins ending with .wps should be here too)
+ ┃ ┗ 📜root.rpx
+ ┣ 📂payloads
+ ┃ ┣ 📂default
+ ┃ ┃ ┗ 📜payload.elf
+ ┃ ┗ 📂nanddumper
+ ┃ ┗ 📜payload.elf
+ ┣ 📜payload.rpx
+ ┗ 📜payload.elf
+```
+
+
diff --git a/docs/user-guide/tiramisu/sd-preparation.md b/docs/user-guide/tiramisu/sd-preparation.md
index ec3e4c5e0..2ee920ef7 100644
--- a/docs/user-guide/tiramisu/sd-preparation.md
+++ b/docs/user-guide/tiramisu/sd-preparation.md
@@ -27,3 +27,46 @@ We will now place the required CFW files and some additional homebrew files on t
1. Copy the `01_sigpatches.rpx` file to `/wiiu/environments/tiramisu/modules/setup` on your SD Card.
?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes.
+----------
+
+### SD Card Layout {docsify-ignore}
+
+
+Click here to show the final SD Card layout.
+
+```
+💾sd:
+ ┗ 📂wiiu
+ ┣ 📂apps
+ ┃ ┣ 📂homebrew_launcher
+ ┃ ┃ ┣ 📜homebrew_launcher.elf
+ ┃ ┃ ┣ 📜icon.png
+ ┃ ┃ ┗ 📜meta.xml
+ ┃ ┣ 📜PayloadLoaderInstaller.wuhb
+ ┃ ┗ (All other apps should be here too)
+ ┣ 📂environments
+ ┃ ┣ 📂installer
+ ┃ ┃ ┗ 📂modules
+ ┃ ┃ ┗ 📂setup
+ ┃ ┃ ┣ 📜00_mocha.rpx
+ ┃ ┃ ┗ 📜90_launch_installer.rpx
+ ┃ ┗ 📂tiramisu
+ ┃ ┣ 📂modules
+ ┃ ┃ ┗ 📂setup
+ ┃ ┃ ┣ 📜00_mocha.rpx
+ ┃ ┃ ┣ 📜01_sigpatches.rpx
+ ┃ ┃ ┣ 📜50_hbl_installer.rpx
+ ┃ ┃ ┗ 📜99_autoboot.rpx
+ ┃ ┗ 📜root.rpx
+ ┣ 📂payloads
+ ┃ ┣ 📂default
+ ┃ ┃ ┗ 📜payload.elf
+ ┃ ┣ 📂fw_img_loader
+ ┃ ┃ ┗ 📜payload.elf
+ ┃ ┗ 📂nanddumper
+ ┃ ┗ 📜payload.elf
+ ┣ 📜payload.rpx
+ ┗ 📜payload.elf
+```
+
+