multiple options

This commit is contained in:
Plailect 2017-09-30 17:23:16 -04:00 committed by Plailect
parent 6d6db2707d
commit 3da1485aa2
No known key found for this signature in database
GPG key ID: F8A415C5EA602A41
4 changed files with 11 additions and 6 deletions

View file

@ -67,6 +67,12 @@ sidebar_pages:
-
title: ntrboot
url: ntrboot
-
title: Installing boot9strap (DSiWare)
url: installing-boot9strap-(dsiware)
-
title: Multiple Options
url: multiple-options
-
title: Flashing ntrboot (3DS Single System)
url: flashing-ntrboot-(3ds-single-system)
@ -97,9 +103,6 @@ sidebar_pages:
-
title: Installing boot9strap (Browser)
url: installing-boot9strap-(browser)
-
title: Installing boot9strap (DSiWare)
url: installing-boot9strap-(dsiware)
-
title: Installing boot9strap (DSiWare Game Injection)
url: installing-boot9strap-(dsiware-game-injection)

View file

@ -20,6 +20,8 @@
{% for link in site.data.navigation[locale].sidebar_pages %}
{% if link.url == "/" %}
<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 %}
<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 %}

View file

@ -177,11 +177,11 @@ $(document).ready(function(){
"0": ["installing-boot9strap-(2xrsa)", "godmode9-usage#restoring-a-nand-backup", "finalizing-setup"],
"3": ["homebrew-launcher-(soundhax)", "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"],
"7": ["installing-boot9strap-(dsiware)", "installing-boot9strap-(dsiware-save-injection)", "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"],
"11": ["ntrboot", "flashing-ntrboot-(3ds-multi-system)", "installing-boot9strap-(ntrboot)", "finalizing-setup"],
"12": ["ntrboot", "flashing-ntrboot-(dsi)", "installing-boot9strap-(ntrboot)", "finalizing-setup"],

File diff suppressed because one or more lines are too long