hide navigation on check cfw page, rephrase get-started

This commit is contained in:
RandalHoffman 2021-02-22 21:22:36 -08:00
parent edceaed380
commit 9961aa12ff
3 changed files with 8 additions and 14 deletions

View File

@ -6,21 +6,15 @@ title: "Get Started"
### Required Reading
If you have hacked your 3DS in the past, or you purchased your 3DS second-hand, it is possible that your console already has custom firmware. You should [check for CFW](checking-for-cfw) before proceeding.
{: .notice--warning}
Different device models, versions, and regions will require different steps to achieve the end goal of boot9strap powered Custom Firmware. This page will help you find where to start for your device.
The colors of the devices in the image may vary, but note the button placement and features of each device carefully to ensure you select the correct one.
{: .notice}
Click the image of your device to take you to the appropriate page.
{: .notice--primary}
Different device models, versions, and regions will require different steps to achieve the end goal of boot9strap powered Custom Firmware. This page will help you find where to start for your device.
{: .notice--info}
Before starting, you may want to check your SD card for errors using [H2testw (Windows)](h2testw-(windows)), [F3 (Linux)](f3-(linux)), or [F3X (Mac)](f3x-(mac))!
{: .notice--warning}
If you have hacked your 3DS in the past, or you purchased your 3DS second-hand, it is possible that your console already has custom firmware. You should [check for CFW](checking-for-cfw) before proceeding.
{: .notice--warning}
| New 3DS or New 2DS | Old 3DS or Old 2DS |
|:-:|:-:|

View File

@ -114,7 +114,7 @@ $(document).ready(function(){
var sidebar_hidden_pages = ["404", "a9lh-to-b9s", "credits", "donations", "f3-(linux)", "f3x-(mac)", "faq",
"file-extensions-(windows)", "get-started", "godmode9-usage", "h2testw-(windows)",
"region-changing", "site-navigation", "troubleshooting", "uninstall-cfw",
"updating-b9s", "why-ads", "privacy-policy"];
"updating-b9s", "why-ads", "privacy-policy", "checking-for-cfw"];
for(var i = 0; i < sidebar_hidden_pages.length; i++){
if(window.location.href.indexOf(sidebar_hidden_pages[i]) > -1) {

File diff suppressed because one or more lines are too long