added site nav
This commit is contained in:
parent
b4221940e8
commit
492099dea8
3 changed files with 101 additions and 1 deletions
|
@ -23,3 +23,95 @@ main:
|
|||
|
||||
- title: "OTP Info"
|
||||
url: /otp-info
|
||||
|
||||
site:
|
||||
- title: "Popular"
|
||||
children:
|
||||
- title: "Installing arm9loaderhax"
|
||||
url: /installing-arm9loaderhax.html
|
||||
- title: "NFIRM Downgrade"
|
||||
url: /nfirm-downgrade.html
|
||||
- title: "Homebrew Launcher (Browser)"
|
||||
url: /homebrew-launcher-(browser).html
|
||||
- title: "Homebrew Launcher (No Browser)"
|
||||
url: /homebrew-launcher-(no-browser).html
|
||||
- title: "DSiWare Downgrade"
|
||||
url: /dsiware-downgrade.html
|
||||
- title: "All"
|
||||
children:
|
||||
- title: "2.1.0 ctrtransfer"
|
||||
url: /2.1.0-ctrtransfer.html
|
||||
- title: "9.2.0 ctrtransfer"
|
||||
url: /9.2.0-ctrtransfer.html
|
||||
- title: "9.2.0 Downgrade"
|
||||
url: /9.2.0-downgrade.html
|
||||
- title: "Cart Update"
|
||||
url: /cart-update.html
|
||||
- title: "Credits"
|
||||
url: /credits.html
|
||||
- title: "Decrypt9 (Browser)"
|
||||
url: /decrypt9-(browser).html
|
||||
- title: "Decrypt9 (Homebrew Launcher)"
|
||||
url: /decrypt9-(homebrew-launcher).html
|
||||
- title: "Decrypt9 (MSET)"
|
||||
url: /decrypt9-(mset).html
|
||||
- title: "Donations"
|
||||
url: /donations.html
|
||||
- title: "DSiWare Downgrade"
|
||||
url: /dsiware-downgrade.html
|
||||
- title: "F3 (Linux)"
|
||||
url: /f3-(linux).html
|
||||
- title: "F3X (Mac)"
|
||||
url: /f3x-(mac).html
|
||||
- title: "FAQ"
|
||||
url: /faq.html
|
||||
- title: "Get Started (New 3DS - EUR)"
|
||||
url: /get-started-(new-3ds-eur).html
|
||||
- title: "Get Started (New 3DS - JPN)"
|
||||
url: /get-started-(new-3ds-jpn).html
|
||||
- title: "Get Started (New 3DS - USA)"
|
||||
url: /get-started-(new-3ds-usa).html
|
||||
- title: "Get Started (New 3DS)"
|
||||
url: /get-started-(new-3ds).html
|
||||
- title: "Get Started (Old 3DS - EUR)"
|
||||
url: /get-started-(old-3ds-eur).html
|
||||
- title: "Get Started (Old 3DS - JPN)"
|
||||
url: /get-started-(old-3ds-jpn).html
|
||||
- title: "Get Started (Old 3DS - KOR)"
|
||||
url: /get-started-(old-3ds-kor).html
|
||||
- title: "Get Started (Old 3DS - USA)"
|
||||
url: /get-started-(old-3ds-usa).html
|
||||
- title: "Get Started (Old 3DS)"
|
||||
url: /get-started-(old-3ds).html
|
||||
- title: "Get Started"
|
||||
url: /get-started.html
|
||||
- title: "H2testw (Windows)"
|
||||
url: /h2testw-(windows).html
|
||||
- title: "Hardmod Downgrade"
|
||||
url: /hardmod-downgrade.html
|
||||
- title: "Home"
|
||||
url: /
|
||||
- title: "Homebrew Launcher (Browser)"
|
||||
url: /homebrew-launcher-(browser).html
|
||||
- title: "Homebrew Launcher (No Browser)"
|
||||
url: /homebrew-launcher-(no-browser).html
|
||||
- title: "Installing arm9loaderhax"
|
||||
url: /installing-arm9loaderhax.html
|
||||
- title: "Move EmuNAND"
|
||||
url: /move-emunand.html
|
||||
- title: "NAND Size"
|
||||
url: /nand-size.html
|
||||
- title: "NFIRM Downgrade"
|
||||
url: /nfirm-downgrade.html
|
||||
- title: "NTR and Cubic Ninja"
|
||||
url: /ntr-and-cubic-ninja.html
|
||||
- title: "OTP Info"
|
||||
url: /otp-info.html
|
||||
- title: "Region Changing"
|
||||
url: /region-changing.html
|
||||
- title: "Troubleshooting"
|
||||
url: /troubleshooting.html
|
||||
- title: "Updating A9LH"
|
||||
url: /updating-a9lh.html
|
||||
- title: "Why Ads?"
|
||||
url: /why-ads.html
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
{% include base_path %}
|
||||
<div class="page__footer-copyright">© {{ site.time | date: '%Y' }} {{ site.name | default: site.title }} - <a href="https://github.com/Plailect/Guide">Source</a> - <a href="why-ads">Why Ads?</a>
|
||||
<div class="page__footer-copyright">© {{ site.time | date: '%Y' }} {{ site.name | default: site.title }} - <a href="https://github.com/Plailect/Guide">Source</a> - <a href="site-navigation">Site Navigation</a> - <a href="why-ads">Why Ads?</a>
|
||||
|
|
8
_pages/Site-Navigation.md
Normal file
8
_pages/Site-Navigation.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
layout: single-no-ads
|
||||
sitemap: false
|
||||
permalink: /site-navigation.html
|
||||
sidebar:
|
||||
title: "Site Navigation"
|
||||
nav: "site"
|
||||
---
|
Loading…
Reference in a new issue