bb3 nav
This commit is contained in:
parent
ddd81daa15
commit
eda0f6953f
3 changed files with 8 additions and 6 deletions
|
@ -67,14 +67,14 @@ sidebar_pages:
|
|||
title: ntrboot
|
||||
url: ntrboot
|
||||
-
|
||||
title: BannerBomb3
|
||||
url: bannerbomb3
|
||||
title: Seedminer
|
||||
url: seedminer
|
||||
-
|
||||
title: DSiDumper
|
||||
url: dsidumper
|
||||
-
|
||||
title: Seedminer
|
||||
url: seedminer
|
||||
title: BannerBomb3
|
||||
url: bannerbomb3
|
||||
-
|
||||
title: Multiple Options
|
||||
url: multiple-options
|
||||
|
|
|
@ -139,6 +139,7 @@ $(document).ready(function(){
|
|||
"seedminer": "15",
|
||||
"homebrew-launcher-(steelhax)": "16",
|
||||
"installing-boot9strap-(fredtool)": "17",
|
||||
"bannerbomb3": "18",
|
||||
};
|
||||
|
||||
for(var method in methods){
|
||||
|
@ -170,7 +171,8 @@ $(document).ready(function(){
|
|||
"14": ["installing-boot9strap-(hardmod)", "finalizing-setup"],
|
||||
"15": ["seedminer", "multiple-options", "finalizing-setup"],
|
||||
"16": ["seedminer", "homebrew-launcher-(steelhax)", "installing-boot9strap-(frogtool)", "finalizing-setup"],
|
||||
"17": ["seedminer", "installing-boot9strap-(fredtool)", "finalizing-setup"],
|
||||
"17": ["seedminer", "multiple-options", "installing-boot9strap-(fredtool)", "finalizing-setup"],
|
||||
"18": ["seedminer", "bannerbomb3", "installing-boot9strap-(fredtool)", "finalizing-setup"],
|
||||
};
|
||||
unhide = unhide.concat(route[method]);
|
||||
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