mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-29 11:19:56 +02:00
multiple options
This commit is contained in:
@@ -67,6 +67,12 @@ sidebar_pages:
|
|||||||
-
|
-
|
||||||
title: ntrboot
|
title: ntrboot
|
||||||
url: ntrboot
|
url: ntrboot
|
||||||
|
-
|
||||||
|
title: Installing boot9strap (DSiWare)
|
||||||
|
url: installing-boot9strap-(dsiware)
|
||||||
|
-
|
||||||
|
title: Multiple Options
|
||||||
|
url: multiple-options
|
||||||
-
|
-
|
||||||
title: Flashing ntrboot (3DS Single System)
|
title: Flashing ntrboot (3DS Single System)
|
||||||
url: flashing-ntrboot-(3ds-single-system)
|
url: flashing-ntrboot-(3ds-single-system)
|
||||||
@@ -97,9 +103,6 @@ sidebar_pages:
|
|||||||
-
|
-
|
||||||
title: Installing boot9strap (Browser)
|
title: Installing boot9strap (Browser)
|
||||||
url: installing-boot9strap-(browser)
|
url: installing-boot9strap-(browser)
|
||||||
-
|
|
||||||
title: Installing boot9strap (DSiWare)
|
|
||||||
url: installing-boot9strap-(dsiware)
|
|
||||||
-
|
-
|
||||||
title: Installing boot9strap (DSiWare Game Injection)
|
title: Installing boot9strap (DSiWare Game Injection)
|
||||||
url: installing-boot9strap-(dsiware-game-injection)
|
url: installing-boot9strap-(dsiware-game-injection)
|
||||||
|
@@ -20,6 +20,8 @@
|
|||||||
{% for link in site.data.navigation[locale].sidebar_pages %}
|
{% for link in site.data.navigation[locale].sidebar_pages %}
|
||||||
{% if link.url == "/" %}
|
{% if link.url == "/" %}
|
||||||
<li style="display: none;" data-name="home"><a href='{{ domain }}{{ locale_var }}'>{{ link.title }}</a></li>
|
<li style="display: none;" data-name="home"><a href='{{ domain }}{{ locale_var }}'>{{ link.title }}</a></li>
|
||||||
|
{% elsif link.url == "multiple-options" %}
|
||||||
|
<li style="display: none;" data-name="multiple-options"><i>({{ link.title }})</i></li>
|
||||||
{% else %}
|
{% else %}
|
||||||
<li style="display: none;" data-name="{{ site.data.navigation.en_US.sidebar_pages[forloop.index0].url }}"><a href='{{ domain }}{{ locale_var }}{{ link.url }}'>{{ link.title }}</a></li>
|
<li style="display: none;" data-name="{{ site.data.navigation.en_US.sidebar_pages[forloop.index0].url }}"><a href='{{ domain }}{{ locale_var }}{{ link.url }}'>{{ link.title }}</a></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@@ -177,11 +177,11 @@ $(document).ready(function(){
|
|||||||
"0": ["installing-boot9strap-(2xrsa)", "godmode9-usage#restoring-a-nand-backup", "finalizing-setup"],
|
"0": ["installing-boot9strap-(2xrsa)", "godmode9-usage#restoring-a-nand-backup", "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)"],
|
"5": ["installing-boot9strap-(dsiware)", "multiple-options", "finalizing-setup"],
|
||||||
"6": ["installing-boot9strap-(dsiware)", "installing-boot9strap-(dsiware-game-injection)", "finalizing-setup"],
|
"6": ["installing-boot9strap-(dsiware)", "installing-boot9strap-(dsiware-game-injection)", "finalizing-setup"],
|
||||||
"7": ["installing-boot9strap-(dsiware)", "installing-boot9strap-(dsiware-save-injection)", "finalizing-setup"],
|
"7": ["installing-boot9strap-(dsiware)", "installing-boot9strap-(dsiware-save-injection)", "finalizing-setup"],
|
||||||
"8": ["ntr-and-cubic-ninja", "installing-boot9strap-(homebrew-launcher)", "finalizing-setup"],
|
"8": ["ntr-and-cubic-ninja", "installing-boot9strap-(homebrew-launcher)", "finalizing-setup"],
|
||||||
"9": ["ntrboot", "installing-boot9strap-(ntrboot)", "finalizing-setup"],
|
"9": ["ntrboot", "multiple-options", "installing-boot9strap-(ntrboot)", "finalizing-setup"],
|
||||||
"10": ["ntrboot", "flashing-ntrboot-(3ds-single-system)", "installing-boot9strap-(ntrboot)", "finalizing-setup"],
|
"10": ["ntrboot", "flashing-ntrboot-(3ds-single-system)", "installing-boot9strap-(ntrboot)", "finalizing-setup"],
|
||||||
"11": ["ntrboot", "flashing-ntrboot-(3ds-multi-system)", "installing-boot9strap-(ntrboot)", "finalizing-setup"],
|
"11": ["ntrboot", "flashing-ntrboot-(3ds-multi-system)", "installing-boot9strap-(ntrboot)", "finalizing-setup"],
|
||||||
"12": ["ntrboot", "flashing-ntrboot-(dsi)", "installing-boot9strap-(ntrboot)", "finalizing-setup"],
|
"12": ["ntrboot", "flashing-ntrboot-(dsi)", "installing-boot9strap-(ntrboot)", "finalizing-setup"],
|
||||||
|
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
Reference in New Issue
Block a user