mirror of
https://github.com/hacks-guide/Guide_Panda.git
synced 2025-02-18 18:07:36 +00:00
multiple options
This commit is contained in:
parent
71dfa7484a
commit
124c01d22f
@ -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)
|
||||
|
@ -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 %}
|
||||
|
@ -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"],
|
||||
|
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…
x
Reference in New Issue
Block a user