From bd9aaa1d5137f8e10475ea57478a67442dc6f107 Mon Sep 17 00:00:00 2001 From: auxbh Date: Sun, 6 Apr 2025 23:14:29 +0200 Subject: [PATCH] Add DDR guide - A20 to WORLD --- docs/games/{ddra20 => ddr/a20}/setup.md | 0 .../games/{ddra20 => ddr/a20}/troubleshooting.md | 0 docs/games/{ddra20plus => ddr/a20plus}/setup.md | 0 .../a20plus}/troubleshooting.md | 0 docs/games/{ddra3 => ddr/a3}/setup.md | 0 docs/games/{ddra3 => ddr/a3}/troubleshooting.md | 0 docs/games/ddr/setup.md | 6 +++--- docs/games/{ddrworld => ddr/world}/setup.md | 0 .../{ddrworld => ddr/world}/troubleshooting.md | 0 mkdocs.yml | 16 ++++++++-------- 10 files changed, 11 insertions(+), 11 deletions(-) rename docs/games/{ddra20 => ddr/a20}/setup.md (100%) rename docs/games/{ddra20 => ddr/a20}/troubleshooting.md (100%) rename docs/games/{ddra20plus => ddr/a20plus}/setup.md (100%) rename docs/games/{ddra20plus => ddr/a20plus}/troubleshooting.md (100%) rename docs/games/{ddra3 => ddr/a3}/setup.md (100%) rename docs/games/{ddra3 => ddr/a3}/troubleshooting.md (100%) rename docs/games/{ddrworld => ddr/world}/setup.md (100%) rename docs/games/{ddrworld => ddr/world}/troubleshooting.md (100%) diff --git a/docs/games/ddra20/setup.md b/docs/games/ddr/a20/setup.md similarity index 100% rename from docs/games/ddra20/setup.md rename to docs/games/ddr/a20/setup.md diff --git a/docs/games/ddra20/troubleshooting.md b/docs/games/ddr/a20/troubleshooting.md similarity index 100% rename from docs/games/ddra20/troubleshooting.md rename to docs/games/ddr/a20/troubleshooting.md diff --git a/docs/games/ddra20plus/setup.md b/docs/games/ddr/a20plus/setup.md similarity index 100% rename from docs/games/ddra20plus/setup.md rename to docs/games/ddr/a20plus/setup.md diff --git a/docs/games/ddra20plus/troubleshooting.md b/docs/games/ddr/a20plus/troubleshooting.md similarity index 100% rename from docs/games/ddra20plus/troubleshooting.md rename to docs/games/ddr/a20plus/troubleshooting.md diff --git a/docs/games/ddra3/setup.md b/docs/games/ddr/a3/setup.md similarity index 100% rename from docs/games/ddra3/setup.md rename to docs/games/ddr/a3/setup.md diff --git a/docs/games/ddra3/troubleshooting.md b/docs/games/ddr/a3/troubleshooting.md similarity index 100% rename from docs/games/ddra3/troubleshooting.md rename to docs/games/ddr/a3/troubleshooting.md diff --git a/docs/games/ddr/setup.md b/docs/games/ddr/setup.md index 2147cd56..7e76530e 100644 --- a/docs/games/ddr/setup.md +++ b/docs/games/ddr/setup.md @@ -143,7 +143,7 @@ #### Patches -!!! info "Go through the [Spice2x Patching](../../extras/patchsp2x.md) page to import patches." +!!! info "Go through the [Spice2x Patching](../../../extras/patchsp2x.md) page to import patches." !!! danger "To prevent issues, avoid patching things you don't need or understand." @@ -202,7 +202,7 @@ ??? tip "Local e-amuse Emulator (Asphyxia)" - This is covered in the [Asphyxia CORE](../../extras/asphyxia.md) page. + This is covered in the [Asphyxia CORE](../../../extras/asphyxia.md) page. --- ### Pre-launch requirements @@ -227,4 +227,4 @@ !!! warning "Have any other issue?" - Check out the [Troubleshooting](troubleshooting.md) and [Error Codes](../../errorcodes/bemani.md) pages. \ No newline at end of file + Check out the [Troubleshooting](troubleshooting.md) and [Error Codes](../../../errorcodes/bemani.md) pages. \ No newline at end of file diff --git a/docs/games/ddrworld/setup.md b/docs/games/ddr/world/setup.md similarity index 100% rename from docs/games/ddrworld/setup.md rename to docs/games/ddr/world/setup.md diff --git a/docs/games/ddrworld/troubleshooting.md b/docs/games/ddr/world/troubleshooting.md similarity index 100% rename from docs/games/ddrworld/troubleshooting.md rename to docs/games/ddr/world/troubleshooting.md diff --git a/mkdocs.yml b/mkdocs.yml index a8cf2ecc..cf0bb6f8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -76,17 +76,17 @@ nav: - "Common Problems/Tips": "games/hellopopn/problems.md" - "DDR": - "DDR A20": - - "Game Setup": "games/ddra20/setup.md" - - "Troubleshooting": "games/ddra20/troubleshooting.md" + - "Game Setup": "games/ddr/a20/setup.md" + - "Troubleshooting": "games/ddr/a20/troubleshooting.md" - "DDR A20 PLUS": - - "Game Setup": "games/ddra20plus/setup.md" - - "Troubleshooting": "games/ddra20plus/troubleshooting.md" + - "Game Setup": "games/ddr/a20plus/setup.md" + - "Troubleshooting": "games/ddr/a20plus/troubleshooting.md" - "DDR A3": - - "Game Setup": "games/ddra3/setup.md" - - "Troubleshooting": "games/ddra3/troubleshooting.md" + - "Game Setup": "games/ddr/a3/setup.md" + - "Troubleshooting": "games/ddr/a3/troubleshooting.md" - "DDR WORLD": - - "Game Setup": "games/ddrworld/setup.md" - - "Troubleshooting": "games/ddrworld/troubleshooting.md" + - "Game Setup": "games/ddr/world/setup.md" + - "Troubleshooting": "games/ddr/world/troubleshooting.md" - "Jubeat": - "Jubeat Clan": - "First Time Setup": "games/jubeatclan/setup.md"