Skip to content

Commit 492099d

Browse files
committed
added site nav
1 parent b422194 commit 492099d

File tree

3 files changed

+101
-1
lines changed

3 files changed

+101
-1
lines changed

_data/navigation.yml

+92
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,95 @@ main:
2323

2424
- title: "OTP Info"
2525
url: /otp-info
26+
27+
site:
28+
- title: "Popular"
29+
children:
30+
- title: "Installing arm9loaderhax"
31+
url: /installing-arm9loaderhax.html
32+
- title: "NFIRM Downgrade"
33+
url: /nfirm-downgrade.html
34+
- title: "Homebrew Launcher (Browser)"
35+
url: /homebrew-launcher-(browser).html
36+
- title: "Homebrew Launcher (No Browser)"
37+
url: /homebrew-launcher-(no-browser).html
38+
- title: "DSiWare Downgrade"
39+
url: /dsiware-downgrade.html
40+
- title: "All"
41+
children:
42+
- title: "2.1.0 ctrtransfer"
43+
url: /2.1.0-ctrtransfer.html
44+
- title: "9.2.0 ctrtransfer"
45+
url: /9.2.0-ctrtransfer.html
46+
- title: "9.2.0 Downgrade"
47+
url: /9.2.0-downgrade.html
48+
- title: "Cart Update"
49+
url: /cart-update.html
50+
- title: "Credits"
51+
url: /credits.html
52+
- title: "Decrypt9 (Browser)"
53+
url: /decrypt9-(browser).html
54+
- title: "Decrypt9 (Homebrew Launcher)"
55+
url: /decrypt9-(homebrew-launcher).html
56+
- title: "Decrypt9 (MSET)"
57+
url: /decrypt9-(mset).html
58+
- title: "Donations"
59+
url: /donations.html
60+
- title: "DSiWare Downgrade"
61+
url: /dsiware-downgrade.html
62+
- title: "F3 (Linux)"
63+
url: /f3-(linux).html
64+
- title: "F3X (Mac)"
65+
url: /f3x-(mac).html
66+
- title: "FAQ"
67+
url: /faq.html
68+
- title: "Get Started (New 3DS - EUR)"
69+
url: /get-started-(new-3ds-eur).html
70+
- title: "Get Started (New 3DS - JPN)"
71+
url: /get-started-(new-3ds-jpn).html
72+
- title: "Get Started (New 3DS - USA)"
73+
url: /get-started-(new-3ds-usa).html
74+
- title: "Get Started (New 3DS)"
75+
url: /get-started-(new-3ds).html
76+
- title: "Get Started (Old 3DS - EUR)"
77+
url: /get-started-(old-3ds-eur).html
78+
- title: "Get Started (Old 3DS - JPN)"
79+
url: /get-started-(old-3ds-jpn).html
80+
- title: "Get Started (Old 3DS - KOR)"
81+
url: /get-started-(old-3ds-kor).html
82+
- title: "Get Started (Old 3DS - USA)"
83+
url: /get-started-(old-3ds-usa).html
84+
- title: "Get Started (Old 3DS)"
85+
url: /get-started-(old-3ds).html
86+
- title: "Get Started"
87+
url: /get-started.html
88+
- title: "H2testw (Windows)"
89+
url: /h2testw-(windows).html
90+
- title: "Hardmod Downgrade"
91+
url: /hardmod-downgrade.html
92+
- title: "Home"
93+
url: /
94+
- title: "Homebrew Launcher (Browser)"
95+
url: /homebrew-launcher-(browser).html
96+
- title: "Homebrew Launcher (No Browser)"
97+
url: /homebrew-launcher-(no-browser).html
98+
- title: "Installing arm9loaderhax"
99+
url: /installing-arm9loaderhax.html
100+
- title: "Move EmuNAND"
101+
url: /move-emunand.html
102+
- title: "NAND Size"
103+
url: /nand-size.html
104+
- title: "NFIRM Downgrade"
105+
url: /nfirm-downgrade.html
106+
- title: "NTR and Cubic Ninja"
107+
url: /ntr-and-cubic-ninja.html
108+
- title: "OTP Info"
109+
url: /otp-info.html
110+
- title: "Region Changing"
111+
url: /region-changing.html
112+
- title: "Troubleshooting"
113+
url: /troubleshooting.html
114+
- title: "Updating A9LH"
115+
url: /updating-a9lh.html
116+
- title: "Why Ads?"
117+
url: /why-ads.html

_includes/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
{% include base_path %}
2-
<div class="page__footer-copyright">&copy; {{ 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>
2+
<div class="page__footer-copyright">&copy; {{ 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>

_pages/Site-Navigation.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: single-no-ads
3+
sitemap: false
4+
permalink: /site-navigation.html
5+
sidebar:
6+
title: "Site Navigation"
7+
nav: "site"
8+
---

0 commit comments

Comments
 (0)