forgot to include both get-started pages

This commit is contained in:
Plailect 2017-09-30 16:05:35 -04:00
parent 1d35fbd83d
commit 0fcc65232e
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