*.md -> *.txt

This is so that Crowdin will stop attempting to parse
my kramdown files, thus breaking them on export.

The only difference is the file extension.
This commit is contained in:
Plailect 2017-01-09 00:46:36 -05:00
parent dca51d05c9
commit 766a7ad69b
37 changed files with 58 additions and 88 deletions

View file

@ -171,7 +171,7 @@ keep_files:
- .git
- .svn
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
markdown_ext: "markdown,mkdown,mkdn,mkd,md,txt"
# Conversion

View file

@ -26,81 +26,3 @@ main:
- title: "Site Navigation"
url: /site-navigation
site:
- title: "Popular"
children:
- title: "Installing arm9loaderhax"
url: /installing-arm9loaderhax
- title: "NFIRM Downgrade"
url: /nfirm-downgrade
- title: "Homebrew Launcher (SoundHax)"
url: /homebrew-launcher-(soundhax)
- title: "Decrypt9 (Homebrew Launcher)"
url: /decrypt9-(homebrew-launcher)
- title: "All"
children:
- title: "2.1.0 ctrtransfer"
url: /2.1.0-ctrtransfer
- title: "9.2.0 ctrtransfer"
url: /9.2.0-ctrtransfer
- title: "Cart Update"
url: /cart-update
- title: "Credits"
url: /credits
- title: "Decrypt9 (Browser)"
url: /decrypt9-(browser)
- title: "Decrypt9 (Homebrew Launcher)"
url: /decrypt9-(homebrew-launcher)
- title: "Decrypt9 (MSET)"
url: /decrypt9-(mset)
- title: "Donations"
url: /donations
- title: "DSiWare Downgrade (App Injection and Second 3DS)"
url: /dsiware-downgrade-(app-injection-and-second-3ds)
- title: "DSiWare Downgrade (Save Injection and Second 3DS)"
url: /dsiware-downgrade-(save-injection-and-second-3ds)
- title: "DSiWare Downgrade (Save Injection)"
url: /dsiware-downgrade-(save-injection)
- title: "DSiWare List"
url: /dsiware-list
- title: "F3 (Linux)"
url: /f3-(linux)
- title: "F3X (Mac)"
url: /f3x-(mac)
- title: "FAQ"
url: /faq
- title: "Get Started (New 3DS)"
url: /get-started-(new-3ds)
- title: "Get Started (Old 3DS)"
url: /get-started-(old-3ds)
- title: "Get Started"
url: /get-started
- title: "H2testw (Windows)"
url: /h2testw-(windows)
- title: "Hardmod Downgrade"
url: /hardmod-downgrade
- title: "Home"
url: /
- title: "Homebrew Launcher (SoundHax)"
url: /homebrew-launcher-(soundhax)
- title: "Installing arm9loaderhax"
url: /installing-arm9loaderhax
- title: "Move EmuNAND"
url: /move-emunand
- title: "NAND Size"
url: /nand-size
- title: "NFIRM Downgrade"
url: /nfirm-downgrade
- title: "NTR and Cubic Ninja"
url: /ntr-and-cubic-ninja
- title: "OTP Info"
url: /otp-info
- title: "Region Changing"
url: /region-changing
- title: "Troubleshooting"
url: /troubleshooting
- title: "Updating A9LH"
url: /updating-a9lh
- title: "Why Ads?"
url: /why-ads

View file

@ -1,8 +0,0 @@
---
layout: single-no-ads
sitemap: false
permalink: /site-navigation.html
sidebar:
title: "Site Navigation"
nav: "site"
---

View file

@ -2,7 +2,6 @@
title: "Installing arm9loaderhax"
permalink: /installing-arm9loaderhax.html
lang: en_US
lang: en_US
ref: installing-arm9loaderhax
---

View file

@ -0,0 +1,57 @@
---
layout: single-no-ads
sitemap: false
permalink: /site-navigation.html
lang: en_US
ref: site-navigation
---
{% capture notice-1 %}
**Popular**
+ [Installing arm9loaderhax](installing-arm9loaderhax)
+ [NFIRM Downgrade](nfirm-downgrade)
+ [Homebrew Launcher (SoundHax)](homebrew-launcher-(soundhax))
+ [Decrypt9 (Homebrew Launcher)](decrypt9-(homebrew-launcher))
{% endcapture %}
<div class="notice--info">{{ notice-1 | markdownify }}</div>
{% capture notice-1 %}
**All**
+ [2.1.0 ctrtransfer](2.1.0-ctrtransfer)
+ [9.2.0 ctrtransfer](9.2.0-ctrtransfer)
+ [Cart Update](cart-update))
+ [Credits](credits)
+ [Decrypt9 (Browser)](decrypt9-(browser))
+ [Decrypt9 (Homebrew Launcher)](decrypt9-(homebrew-launcher))
+ [Decrypt9 (MSET)](decrypt9-(mset))
+ [Donations](donations)
+ [DSiWare Downgrade (App Injection and Second 3DS)](dsiware-downgrade-(app-injection-and-second-3ds))
+ [DSiWare Downgrade (Save Injection and Second 3DS)](dsiware-downgrade-(save-injection-and-second-3ds))
+ [DSiWare Downgrade (Save Injection)](dsiware-downgrade-(save-injection))
+ [DSiWare List](dsiware-list)
+ [F3 (Linux)](f3-(linux))
+ [F3X (Mac)](f3x-(mac))
+ [FAQ](faq)
+ [Get Started (New 3DS)](get-started-(new-3ds))
+ [Get Started (Old 3DS)](get-started-(old-3ds))
+ [Get Started](get-started)
+ [H2testw (Windows)](h2testw-(windows))
+ [Hardmod Downgrade](hardmod-downgrade)
+ [Home](/)
+ [Homebrew Launcher (SoundHax)](homebrew-launcher-(soundhax))
+ [Installing arm9loaderhax](installing-arm9loaderhax)
+ [Move EmuNAND](move-emunand)
+ [NAND Size](nand-size)
+ [NFIRM Downgrade](nfirm-downgrade)
+ [NTR and Cubic Ninja](ntr-and-cubic-ninja)
+ [OTP Info](otp-info)
+ [Region Changing](region-changing)
+ [Troubleshooting](troubleshooting)
+ [Updating A9LH](updating-a9lh)
+ [Why Ads?](why-ads)
{% endcapture %}
<div class="notice--primary">{{ notice-1 | markdownify }}</div>