close #1584
This commit is contained in:
parent
b0f3936dfb
commit
5aeed24e38
3 changed files with 12 additions and 17 deletions
|
@ -67,9 +67,6 @@ sidebar_pages:
|
||||||
-
|
-
|
||||||
title: ntrboot
|
title: ntrboot
|
||||||
url: ntrboot
|
url: ntrboot
|
||||||
-
|
|
||||||
title: Installing boot9strap (DSiWare)
|
|
||||||
url: installing-boot9strap-(dsiware)
|
|
||||||
-
|
-
|
||||||
title: Installing boot9strap (Seedminer)
|
title: Installing boot9strap (Seedminer)
|
||||||
url: installing-boot9strap-(seedminer)
|
url: installing-boot9strap-(seedminer)
|
||||||
|
|
|
@ -128,7 +128,6 @@ $(document).ready(function(){
|
||||||
"installing-boot9strap-(browser)": "2",
|
"installing-boot9strap-(browser)": "2",
|
||||||
"homebrew-launcher-(soundhax)": "3",
|
"homebrew-launcher-(soundhax)": "3",
|
||||||
"homebrew-launcher-(alternatives)": "4",
|
"homebrew-launcher-(alternatives)": "4",
|
||||||
"installing-boot9strap-(dsiware)": "5",
|
|
||||||
"installing-boot9strap-(dsiware-game-injection)": "6",
|
"installing-boot9strap-(dsiware-game-injection)": "6",
|
||||||
"installing-boot9strap-(dsiware-save-injection)": "7",
|
"installing-boot9strap-(dsiware-save-injection)": "7",
|
||||||
"installing-boot9strap-(soundhax)": "8",
|
"installing-boot9strap-(soundhax)": "8",
|
||||||
|
@ -161,18 +160,17 @@ $(document).ready(function(){
|
||||||
"2": ["installing-boot9strap-(browser)", "finalizing-setup"],
|
"2": ["installing-boot9strap-(browser)", "finalizing-setup"],
|
||||||
"3": ["homebrew-launcher-(soundhax)", "installing-boot9strap-(homebrew-launcher)", "finalizing-setup"],
|
"3": ["homebrew-launcher-(soundhax)", "installing-boot9strap-(homebrew-launcher)", "finalizing-setup"],
|
||||||
"4": ["homebrew-launcher-(alternatives)", "installing-boot9strap-(homebrew-launcher)", "finalizing-setup"],
|
"4": ["homebrew-launcher-(alternatives)", "installing-boot9strap-(homebrew-launcher)", "finalizing-setup"],
|
||||||
"5": ["installing-boot9strap-(dsiware)", "multiple-options", "finalizing-setup"],
|
"5": ["installing-boot9strap-(dsiware-game-injection)", "finalizing-setup"],
|
||||||
"6": ["installing-boot9strap-(dsiware)", "installing-boot9strap-(dsiware-game-injection)", "finalizing-setup"],
|
"6": ["installing-boot9strap-(dsiware-save-injection)", "finalizing-setup"],
|
||||||
"7": ["installing-boot9strap-(dsiware)", "installing-boot9strap-(dsiware-save-injection)", "finalizing-setup"],
|
"7": ["installing-boot9strap-(soundhax)", "finalizing-setup"],
|
||||||
"8": ["installing-boot9strap-(soundhax)", "finalizing-setup"],
|
"8": ["ntrboot", "multiple-options", "installing-boot9strap-(ntrboot)", "finalizing-setup"],
|
||||||
"9": ["ntrboot", "multiple-options", "installing-boot9strap-(ntrboot)", "finalizing-setup"],
|
"9": ["ntrboot", "flashing-ntrboot-(3ds-single-system)", "installing-boot9strap-(ntrboot)", "finalizing-setup"],
|
||||||
"10": ["ntrboot", "flashing-ntrboot-(3ds-single-system)", "installing-boot9strap-(ntrboot)", "finalizing-setup"],
|
"10": ["ntrboot", "flashing-ntrboot-(3ds-multi-system)", "installing-boot9strap-(ntrboot)", "finalizing-setup"],
|
||||||
"11": ["ntrboot", "flashing-ntrboot-(3ds-multi-system)", "installing-boot9strap-(ntrboot)", "finalizing-setup"],
|
"11": ["ntrboot", "flashing-ntrboot-(dsi)", "installing-boot9strap-(ntrboot)", "finalizing-setup"],
|
||||||
"12": ["ntrboot", "flashing-ntrboot-(dsi)", "installing-boot9strap-(ntrboot)", "finalizing-setup"],
|
"12": ["ntrboot", "flashing-ntrboot-(nds)", "installing-boot9strap-(ntrboot)", "finalizing-setup"],
|
||||||
"13": ["ntrboot", "flashing-ntrboot-(nds)", "installing-boot9strap-(ntrboot)", "finalizing-setup"],
|
"13": ["ntrboot", "flashing-ntrboot-(powersaves)", "installing-boot9strap-(ntrboot)", "finalizing-setup"],
|
||||||
"14": ["ntrboot", "flashing-ntrboot-(powersaves)", "installing-boot9strap-(ntrboot)", "finalizing-setup"],
|
"14": ["installing-boot9strap-(hardmod)", "finalizing-setup"],
|
||||||
"15": ["installing-boot9strap-(hardmod)", "finalizing-setup"],
|
"15": ["installing-boot9strap-(seedminer)", "finalizing-setup"],
|
||||||
"16": ["installing-boot9strap-(seedminer)", "finalizing-setup"],
|
|
||||||
};
|
};
|
||||||
unhide = unhide.concat(route[method]);
|
unhide = unhide.concat(route[method]);
|
||||||
if(typeof unhide !== 'undefined' && unhide.length > 0){
|
if(typeof unhide !== 'undefined' && unhide.length > 0){
|
||||||
|
|
2
assets/js/main.min.js
vendored
2
assets/js/main.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue