forgot to include both get-started pages
This commit is contained in:
parent
1d35fbd83d
commit
0fcc65232e
3 changed files with 5 additions and 4 deletions
|
@ -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
Loading…
Reference in a new issue