multiple options

This commit is contained in:
Plailect 2017-09-30 17:23:12 -04:00 committed by Plailect
parent 71dfa7484a
commit 124c01d22f
No known key found for this signature in database
GPG Key ID: F8A415C5EA602A41
4 changed files with 11 additions and 6 deletions

View File

@ -53,15 +53,18 @@ sidebar_pages:
-
title: 0.23.5 Install
url: 0.23.5-install
-
title: ntrboot
url: ntrboot
-
title: Multiple Options
url: multiple-options
-
title: 0.23.5 Install (CIAs)
url: 0.23.5-install-(cias)
-
title: 0.23.5 Install (CSU)
url: 0.23.5-install-(csu)
-
title: ntrboot
url: ntrboot
-
title: Flashing ntrboot (3DS Single System)
url: flashing-ntrboot-(3ds-single-system)

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

@ -140,10 +140,10 @@ $(document).ready(function(){
if(sidebar_shown){
var unhide = [];
var route = {
"0": ["0.23.5-install"],
"0": ["0.23.5-install", "multiple-options", "installing-boot9strap-(browser)", "finalizing-setup"],
"1": ["0.23.5-install", "0.23.5-install-(cias)", "installing-boot9strap-(browser)", "finalizing-setup"],
"2": ["0.23.5-install", "0.23.5-install-(csu)", "installing-boot9strap-(browser)", "finalizing-setup"],
"3": ["ntrboot", "installing-boot9strap-(ntrboot)", "finalizing-setup"],
"3": ["ntrboot", "multiple-options", "installing-boot9strap-(ntrboot)", "finalizing-setup"],
"4": ["ntrboot", "flashing-ntrboot-(3ds-single-system)", "installing-boot9strap-(ntrboot)", "finalizing-setup"],
"5": ["ntrboot", "flashing-ntrboot-(3ds-multi-system)", "installing-boot9strap-(ntrboot)", "finalizing-setup"],
"6": ["ntrboot", "flashing-ntrboot-(dsi)", "installing-boot9strap-(ntrboot)", "finalizing-setup"],

File diff suppressed because one or more lines are too long