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:
@@ -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)
|
||||
|
@@ -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"){
|
||||
|
5
assets/js/main.min.js
vendored
5
assets/js/main.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user