comment out unused stuff
This commit is contained in:
parent
55f2ff0b04
commit
e0dfc7ba17
1 changed files with 10 additions and 4 deletions
|
@ -7,6 +7,7 @@ permalink: /get-started-(new-3ds).html
|
||||||
Select the appropriate page for your version from the chart below.
|
Select the appropriate page for your version from the chart below.
|
||||||
{: .notice--primary}
|
{: .notice--primary}
|
||||||
|
|
||||||
|
{::comment}
|
||||||
{% capture notice-1 %}
|
{% capture notice-1 %}
|
||||||
The last two columns of the chart refer to the last number of your version (which corresponds to the browser version installed to the system). If the version is -0 then you do not have a browser, while any number above -0 indicates a browser is installed.
|
The last two columns of the chart refer to the last number of your version (which corresponds to the browser version installed to the system). If the version is -0 then you do not have a browser, while any number above -0 indicates a browser is installed.
|
||||||
|
|
||||||
|
@ -16,15 +17,20 @@ In the case of "5.0.0-0U" for example, you would follow the "No Browser" column
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|
||||||
<div class="notice--info">{{ notice-1 | markdownify }}</div>
|
<div class="notice--info">{{ notice-1 | markdownify }}</div>
|
||||||
|
{:/comment}
|
||||||
|
|
||||||
|
{::comment}
|
||||||
For all versions you can also [Cart Update](cart-update) to a higher version in the same column to follow its instructions.
|
For all versions you can also [Cart Update](cart-update) to a higher version in the same column to follow its instructions.
|
||||||
{: .notice--warning}
|
{: .notice--warning}
|
||||||
|
{:/comment}
|
||||||
|
|
||||||
For all versions you can also use the System Settings to update to the latest version and follow its instructions.
|
For all versions you can also use the System Settings to update to the latest version and follow its instructions.
|
||||||
{: .notice--warning}
|
{: .notice--warning}
|
||||||
|
|
||||||
|
{::comment}
|
||||||
If you updated with a game cart containing the version 9.9.0 or above *(meaning that you have a version on 9.9.0 or above, but your browser is on -25 or lower, such as 10.2.0-24)*, your browser was removed and you will need to use the "No Browser" column.
|
If you updated with a game cart containing the version 9.9.0 or above *(meaning that you have a version on 9.9.0 or above, but your browser is on -25 or lower, such as 10.2.0-24)*, your browser was removed and you will need to use the "No Browser" column.
|
||||||
{: .notice--warning}
|
{: .notice--warning}
|
||||||
|
{:/comment}
|
||||||
|
|
||||||
The device version can be found at the bottom right of the top screen of the System Settings.
|
The device version can be found at the bottom right of the top screen of the System Settings.
|
||||||
{: .notice--success}
|
{: .notice--success}
|
||||||
|
@ -34,20 +40,20 @@ The device version can be found at the bottom right of the top screen of the Sys
|
||||||
<tr>
|
<tr>
|
||||||
<th style="text-align: center">From</th>
|
<th style="text-align: center">From</th>
|
||||||
<th style="text-align: center">To</th>
|
<th style="text-align: center">To</th>
|
||||||
<th style="text-align: center">No Browser</th>
|
<th style="text-align: center"><!-- No Browser --></th>
|
||||||
<th style="text-align: center">Browser</th>
|
<!-- <th style="text-align: center">Browser</th> -->
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="text-align: center">8.1.0</td>
|
<td style="text-align: center">8.1.0</td>
|
||||||
<td style="text-align: center">8.1.0</td>
|
<td style="text-align: center">8.1.0</td>
|
||||||
<td style="text-align: center" colspan="2"><a href="ntr-and-cubic-ninja">NTR and Cubic Ninja</a></td>
|
<td style="text-align: center"><a href="ntr-and-cubic-ninja">NTR and Cubic Ninja</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="text-align: center">9.0.0</td>
|
<td style="text-align: center">9.0.0</td>
|
||||||
<td style="text-align: center">11.2.0</td>
|
<td style="text-align: center">11.2.0</td>
|
||||||
<td style="text-align: center" colspan="2"><a href="homebrew-launcher-(soundhax)">Homebrew Launcher (SoundHax)</a></td>
|
<td style="text-align: center"><a href="homebrew-launcher-(soundhax)">Homebrew Launcher (SoundHax)</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in a new issue