1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-29 19:29:51 +02:00

forgot to include both get-started pages

This commit is contained in:
Plailect
2017-09-30 16:05:35 -04:00
committed by Plailect
parent 575fb6abd5
commit 0ac5737611
3 changed files with 5 additions and 4 deletions

View File

@@ -52,6 +52,9 @@ sidebar_pages:
-
title: Home
url: /
-
title: Get Started
url: get-started
-
title: Get Started (New 3DS)
url: get-started-(new-3ds)

View File

@@ -196,6 +196,7 @@ $(document).ready(function(){
unhide = unhide.concat(route[device][method]);
if(typeof unhide !== 'undefined' && unhide.length > 0){
unhide.push("home");
unhide.push("get-started");
if(device == "0"){
unhide.push("get-started-(old-3ds)");
} else if (device == "1"){

File diff suppressed because one or more lines are too long