'+ - ''+store[ref].title+''+ - '
'+ - ' '+ - ''+store[ref].excerpt.split(" ").splice(0,20).join(" ")+'...
'+ - 'diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index d7e5aeb964..0000000000 --- a/.gitattributes +++ /dev/null @@ -1,15 +0,0 @@ -assets/fonts/* linguist-vendored -assets/js/main.min.js linguist-vendored -assets/js/lunr/* linguist-vendored -assets/js/plugins/* linguist-vendored -assets/js/vendor/* linguist-vendored -_sass/minimal-mistakes/vendor/* linguist-vendored -CHANGELOG.md text merge=union -docs/_docs/18-history.md text merge=union - -*.md text -*.txt text -*.gm9 text - -# probably not required, but CRLF is the default for Windows -images/browserconfig.xml text eol=crlf diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/CNAME b/CNAME deleted file mode 100644 index 3a93552e3d..0000000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -3ds.hacks.guide \ No newline at end of file diff --git a/Gemfile b/Gemfile deleted file mode 100644 index d187df8615..0000000000 --- a/Gemfile +++ /dev/null @@ -1,3 +0,0 @@ -source "https://rubygems.org" -gem "wdm", "~> 0.1.0" if Gem.win_platform? -gem 'minimal-mistakes-hacks-guide', :path => '_theme' diff --git a/_config.yml b/_config.yml deleted file mode 100644 index f0078ad04c..0000000000 --- a/_config.yml +++ /dev/null @@ -1,517 +0,0 @@ -# Welcome to Jekyll! -# -# This config file is meant for settings that affect your entire site, values -# which you are expected to set up once and rarely need to edit after that. -# For technical reasons, this file is *NOT* reloaded automatically when you use -# `jekyll serve`. If you change this file, please restart the server process. - -# Theme Settings -# -# Review documentation to determine if you should use `theme` or `remote_theme` -# https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/#installing-the-theme - -theme : "minimal-mistakes-hacks-guide" - -# Site Settings -title : "3DS Hacks Guide" -name : "Nintendo Homebrew" -description : "A complete guide to 3DS custom firmware" -url : "https://3ds.hacks.guide" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" -enforce_ssl : "3ds.hacks.guide" -repository : "hacks-guide/Guide_3DS" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes" - -# SEO Related -google_site_verification : jVXoPK_-qzKJp4SScnZYpOIX3yDXfGnAoTBJYixUOwg -bing_site_verification : F3532011519E308583A0A2CAF2DD69E8 -yandex_site_verification : -naver_site_verification : - -# Analytics -analytics: - provider : "google-gtag" # false (default), "google", "google-universal", "google-gtag", "custom" - google: - tracking_id : "G-760Y60FQ3T" - anonymize_ip : # true, false (default) - - -# Site Author -author: - name : "Nintendo Homebrew" - bio : "Nintendo Homebrew Community" - location : "Nullsec" - links: - - label: "GitHub" - icon: "fab fa-fw fa-github" - url: "https://github.com/hacks-guide/Guide_3DS" - -# Site Footer -footer: - links: - - label: "GitHub" - icon: "fab fa-fw fa-github" - url: "https://github.com/hacks-guide/Guide_3DS" - -# Reading Files -include: - - .htaccess - - _pages - - _pages/en_US -exclude: [ - "*.sublime-project", - "*.sublime-workspace", - vendor, - .asset-cache, - .bundle, - .jekyll-assets-cache, - .sass-cache, - assets/js/plugins, - assets/js/_main.js, - assets/js/vendor, - banner.js, - Capfile, - CHANGELOG, - config, - Gemfile, - Gruntfile.js, - gulpfile.js, - LICENSE, - log, - minimal-mistakes-jekyll.gemspec, - node_modules, - package.json, - package-lock.json, - Rakefile, - README, - tmp, - rss.py, - clean_translations.py, - crowdin.yaml, - staticman.yml, - torrents, - _pages/*/include, - _pages/af_ZA, - _pages/ar_SA, - _pages/bg_BG, - _pages/ca_ES, - _pages/cs_CZ, - _pages/da_DK, - # _pages/de_DE, - # _pages/el_GR, - _pages/en_PT, - # _pages/en_US, - _pages/et_EE, - _pages/ca_ES, - # _pages/es_ES, - _pages/fi_FI, - # _pages/fr_FR, - _pages/he_IL, - _pages/hr_HR, - # _pages/hu_HU, - _pages/id_ID, - # _pages/it_IT, - _pages/ja_JP, - # _pages/ko_KR, - _pages/ms_MY, - _pages/no_NO, - # _pages/nl_NL, - _pages/pl_PL, - # _pages/pt_BR, - _pages/pt_PT, - _pages/ro_RO, - _pages/ru_RU, - _pages/sr_SP, - _pages/sv_SE, - _pages/th_TH, - _pages/tr_TR, - _pages/uk_UA, - _pages/vi_VN, - # _pages/zh_CN, - # _pages/zh_TW, -] - -markdown_ext: "markdown,mkdown,mkdn,mkd,md,txt" - -# Defaults -defaults: - # _pages - - scope: - path: "" - type: pages - values: - layout: single - author_profile: false - sidebar: true - - scope: - path: "_pages/af_ZA" - type: pages - values: - permalink: /af_ZA/:basename:output_ext - lang: af - - scope: - path: "_pages/ar_SA" - type: pages - values: - permalink: /ar_SA/:basename:output_ext - lang: ar - - scope: - path: "_pages/ca_ES" - type: pages - values: - permalink: /ca_ES/:basename:output_ext - lang: ca - - scope: - path: "_pages/cs_CZ" - type: pages - values: - permalink: /cs_CZ/:basename:output_ext - lang: cs - - scope: - path: "_pages/da_DK" - type: pages - values: - permalink: /da_DK/:basename:output_ext - lang: da - - scope: - path: "_pages/de_DE" - type: pages - values: - permalink: /de_DE/:basename:output_ext - lang: ds - - scope: - path: "_pages/el_GR" - type: pages - values: - permalink: /el_GR/:basename:output_ext - lang: el - - scope: - path: "_pages/en_PT" - type: pages - values: - permalink: /en_PT/:basename:output_ext - lang: en-PT - - scope: - path: "_pages/en_US" - type: pages - values: - permalink: /:basename:output_ext - lang: en - - scope: - path: "_pages/es_ES" - type: pages - values: - permalink: /es_ES/:basename:output_ext - lang: es - - scope: - path: "_pages/fi_FI" - type: pages - values: - permalink: /fi_FI/:basename:output_ext - lang: fi - - scope: - path: "_pages/fr_FR" - type: pages - values: - permalink: /fr_FR/:basename:output_ext - lang: fr - - scope: - path: "_pages/he_IL" - type: pages - values: - permalink: /he_IL/:basename:output_ext - lang: he - - scope: - path: "_pages/hu_HU" - type: pages - values: - permalink: /hu_HU/:basename:output_ext - lang: hu - - scope: - path: "_pages/id_ID" - type: pages - values: - permalink: /id_ID/:basename:output_ext - lang: id - - scope: - path: "_pages/it_IT" - type: pages - values: - permalink: /it_IT/:basename:output_ext - lang: it - - scope: - path: "_pages/ja_JP" - type: pages - values: - permalink: /ja_JP/:basename:output_ext - lang: ja - - scope: - path: "_pages/ko_KR" - type: pages - values: - permalink: /ko_KR/:basename:output_ext - lang: ko - - scope: - path: "_pages/ms_MY" - type: pages - values: - permalink: /ms_MY/:basename:output_ext - lang: ms - - scope: - path: "_pages/no_NO" - type: pages - values: - permalink: /no_NO/:basename:output_ext - lang: no-NO - - scope: - path: "_pages/nl_NL" - type: pages - values: - permalink: /nl_NL/:basename:output_ext - lang: nl - - scope: - path: "_pages/pl_PL" - type: pages - values: - permalink: /pl_PL/:basename:output_ext - lang: pl - - scope: - path: "_pages/pt_BR" - type: pages - values: - permalink: /pt_BR/:basename:output_ext - lang: pt-BR - - scope: - path: "_pages/pt_PT" - type: pages - values: - permalink: /pt_PT/:basename:output_ext - lang: pt-PT - - scope: - path: "_pages/ro_RO" - type: pages - values: - permalink: /ro_RO/:basename:output_ext - lang: ro - - scope: - path: "_pages/ru_RU" - type: pages - values: - permalink: /ru_RU/:basename:output_ext - lang: ru - - scope: - path: "_pages/sr_SP" - type: pages - values: - permalink: /sr_SP/:basename:output_ext - lang: sr - - scope: - path: "_pages/sv_SE" - type: pages - values: - permalink: /sv_SE/:basename:output_ext - lang: sv - - scope: - path: "_pages/th_TH" - type: pages - values: - permalink: /th_TH/:basename:output_ext - lang: th - - scope: - path: "_pages/tr_TR" - type: pages - values: - permalink: /tr_TR/:basename:output_ext - lang: tr - - scope: - path: "_pages/uk_UA" - type: pages - values: - permalink: /uk_UA/:basename:output_ext - lang: uk - - scope: - path: "_pages/vi_VN" - type: pages - values: - permalink: /vi_VN/:basename:output_ext - lang: vi - - scope: - path: "_pages/zh_CN" - type: pages - values: - permalink: /zh_CN/:basename:output_ext - lang: zh-Hans - - scope: - path: "_pages/zh_TW" - type: pages - values: - permalink: /zh_TW/:basename:output_ext - lang: zh-Hant - - scope: - path: "_pages/af_ZA/home.txt" - type: pages - values: - permalink: /af_ZA/index:output_ext - - scope: - path: "_pages/ar_SA/home.txt" - type: pages - values: - permalink: /ar_SA/index:output_ext - - scope: - path: "_pages/ca_ES/home.txt" - type: pages - values: - permalink: /ca_ES/index:output_ext - - scope: - path: "_pages/cs_CZ/home.txt" - type: pages - values: - permalink: /cs_CZ/index:output_ext - - scope: - path: "_pages/da_DK/home.txt" - type: pages - values: - permalink: /da_DK/index:output_ext - - scope: - path: "_pages/de_DE/home.txt" - type: pages - values: - permalink: /de_DE/index:output_ext - - scope: - path: "_pages/el_GR/home.txt" - type: pages - values: - permalink: /el_GR/index:output_ext - - scope: - path: "_pages/en_PT/home.txt" - type: pages - values: - permalink: /en_PT/index:output_ext - - scope: - path: "_pages/en_US/home.txt" - type: pages - values: - permalink: /index:output_ext - - scope: - path: "_pages/es_ES/home.txt" - type: pages - values: - permalink: /es_ES/index:output_ext - - scope: - path: "_pages/fi_FI/home.txt" - type: pages - values: - permalink: /fi_FI/index:output_ext - - scope: - path: "_pages/fr_FR/home.txt" - type: pages - values: - permalink: /fr_FR/index:output_ext - - scope: - path: "_pages/he_IL/home.txt" - type: pages - values: - permalink: /he_IL/index:output_ext - - scope: - path: "_pages/hu_HU/home.txt" - type: pages - values: - permalink: /hu_HU/index:output_ext - - scope: - path: "_pages/id_ID/home.txt" - type: pages - values: - permalink: /id_ID/index:output_ext - - scope: - path: "_pages/it_IT/home.txt" - type: pages - values: - permalink: /it_IT/index:output_ext - - scope: - path: "_pages/ja_JP/home.txt" - type: pages - values: - permalink: /ja_JP/index:output_ext - - scope: - path: "_pages/ko_KR/home.txt" - type: pages - values: - permalink: /ko_KR/index:output_ext - - scope: - path: "_pages/ms_MY/home.txt" - type: pages - values: - permalink: /ms_MY/index:output_ext - - scope: - path: "_pages/no_NO/home.txt" - type: pages - values: - permalink: /no_NO/index:output_ext - - scope: - path: "_pages/nl_NL/home.txt" - type: pages - values: - permalink: /nl_NL/index:output_ext - - scope: - path: "_pages/pl_PL/home.txt" - type: pages - values: - permalink: /pl_PL/index:output_ext - - scope: - path: "_pages/pt_BR/home.txt" - type: pages - values: - permalink: /pt_BR/index:output_ext - - scope: - path: "_pages/pt_PT/home.txt" - type: pages - values: - permalink: /pt_PT/index:output_ext - - scope: - path: "_pages/ro_RO/home.txt" - type: pages - values: - permalink: /ro_RO/index:output_ext - - scope: - path: "_pages/ru_RU/home.txt" - type: pages - values: - permalink: /ru_RU/index:output_ext - - scope: - path: "_pages/sr_SP/home.txt" - type: pages - values: - permalink: /sr_SP/index:output_ext - - scope: - path: "_pages/sv_SE/home.txt" - type: pages - values: - permalink: /sv_SE/index:output_ext - - scope: - path: "_pages/th_TH/home.txt" - type: pages - values: - permalink: /th_TH/index:output_ext - - scope: - path: "_pages/tr_TR/home.txt" - type: pages - values: - permalink: /tr_TR/index:output_ext - - scope: - path: "_pages/uk_UA/home.txt" - type: pages - values: - permalink: /uk_UA/index:output_ext - - scope: - path: "_pages/vi_VN/home.txt" - type: pages - values: - permalink: /vi_VN/index:output_ext - - scope: - path: "_pages/zh_CN/home.txt" - type: pages - values: - permalink: /zh_CN/index:output_ext - - scope: - path: "_pages/zh_TW/home.txt" - type: pages - values: - permalink: /zh_TW/index:output_ext diff --git a/_data/navigation/af_ZA.yml b/_data/navigation/af_ZA.yml deleted file mode 100644 index 6355ebdf65..0000000000 --- a/_data/navigation/af_ZA.yml +++ /dev/null @@ -1,149 +0,0 @@ ---- -main: - - - title: Home - url: / - - - title: FAQ - url: faq - - - title: Donations - url: donations - - - title: Credits - url: credits - - - title: Updating B9S - url: updating-b9s - - - title: A9LH to B9S - url: a9lh-to-b9s - - - title: Troubleshooting - url: troubleshooting - - - title: Region Changing - url: region-changing - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Site Navigation - url: site-navigation - - - title: Uninstall CFW - url: uninstall-cfw -top: - - - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. -bottom: - - - title: For support in English, ask for help at Nintendo Homebrew on Discord. - - - title: If you appreciate this guide, I accept Donations. -footer: - - - title: Source - - - title: Site Navigation - - - title: Why Ads? - - - title: Privacy Policy -sidebar_title: - - - title: Overall Progress -sidebar_pages: - - - title: Home - url: / - - - title: Get Started - url: get-started - - - title: Cart Update - url: cart-update - - - title: ntrboot - url: ntrboot - - - title: Seedminer - url: seedminer - - - title: DSiDumper - url: dsidumper - - - title: BannerBomb3 - url: bannerbomb3 - - - title: Multiple Options - url: multiple-options - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Flashing ntrboot (Powersaves) - url: flashing-ntrboot-(powersaves) - - - title: BrowserHax 2020 - url: homebrew-launcher-(browserhax-2020) - - - title: Homebrew Launcher (Soundhax) - url: homebrew-launcher-(soundhax) - - - title: Homebrew Launcher (Alternatives) - url: homebrew-launcher-(alternatives) - - - title: Homebrew Launcher (Steelhax) - url: homebrew-launcher-(steelhax) - - - title: Homebrew Launcher (PicHaxx) - url: homebrew-launcher-(pichaxx) - - - title: NTR and Cubic Ninja - url: ntr-and-cubic-ninja - - - title: Installing boot9strap (2xrsa) - url: installing-boot9strap-(2xrsa) - - - title: Installing boot9strap (Browser) - url: installing-boot9strap-(browser) - - - title: Installing boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Installing boot9strap (SafeB9SInstaller) - url: installing-boot9strap-(safeb9sinstaller) - - - title: Installing boot9strap (MSET) - url: installing-boot9strap-(mset) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Installing boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Installing boot9strap (Frogtool) - url: installing-boot9strap-(frogtool) - - - title: Installing boot9strap (Fredtool) - url: installing-boot9strap-(fredtool) - - - title: Installing boot9strap (USM) - url: installing-boot9strap-(usm) - - - title: Installing boot9strap (HBL-USM) - url: installing-boot9strap-(hbl-usm) - - - title: Finalizing Setup - url: finalizing-setup diff --git a/_data/navigation/ar_SA.yml b/_data/navigation/ar_SA.yml deleted file mode 100644 index 9645b48881..0000000000 --- a/_data/navigation/ar_SA.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: Home - url: / - - - title: FAQ - url: faq - - - title: Troubleshooting - url: troubleshooting - - - title: Checking for CFW - url: checking-for-cfw - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Contribute - url: contribute - - - title: Region Changing - url: region-changing - - - title: Uninstall CFW - url: uninstall-cfw - - - title: Credits - url: credits - - - title: Site Navigation - url: site-navigation -top: - - - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. -bottom: - - - title: For support in English, ask for help at Nintendo Homebrew on Discord. - - - title: 'If you appreciate this guide, we accept Donations.' -footer: - - - title: Source - - - title: Site Navigation - - - title: Privacy Policy -sidebar_title: - - - title: Overall Progress -sidebar_pages: - - - title: Home - url: / - - - title: Key Information - url: key-information - - - title: Get Started - url: get-started - - - title: ntrboot - url: ntrboot - - - title: Installing boot9strap (MSET9) - url: installing-boot9strap-(mset9) - - - title: Installing boot9strap (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: Installing boot9strap (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: Multiple Options - url: multiple-options - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Installing boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Installing boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Installing boot9strap (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: Installing boot9strap (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: Installing boot9strap (super-skaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: Finalizing Setup - url: finalizing-setup diff --git a/_data/navigation/bg_BG.yml b/_data/navigation/bg_BG.yml deleted file mode 100644 index 9645b48881..0000000000 --- a/_data/navigation/bg_BG.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: Home - url: / - - - title: FAQ - url: faq - - - title: Troubleshooting - url: troubleshooting - - - title: Checking for CFW - url: checking-for-cfw - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Contribute - url: contribute - - - title: Region Changing - url: region-changing - - - title: Uninstall CFW - url: uninstall-cfw - - - title: Credits - url: credits - - - title: Site Navigation - url: site-navigation -top: - - - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. -bottom: - - - title: For support in English, ask for help at Nintendo Homebrew on Discord. - - - title: 'If you appreciate this guide, we accept Donations.' -footer: - - - title: Source - - - title: Site Navigation - - - title: Privacy Policy -sidebar_title: - - - title: Overall Progress -sidebar_pages: - - - title: Home - url: / - - - title: Key Information - url: key-information - - - title: Get Started - url: get-started - - - title: ntrboot - url: ntrboot - - - title: Installing boot9strap (MSET9) - url: installing-boot9strap-(mset9) - - - title: Installing boot9strap (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: Installing boot9strap (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: Multiple Options - url: multiple-options - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Installing boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Installing boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Installing boot9strap (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: Installing boot9strap (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: Installing boot9strap (super-skaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: Finalizing Setup - url: finalizing-setup diff --git a/_data/navigation/ca_ES.yml b/_data/navigation/ca_ES.yml deleted file mode 100644 index 9645b48881..0000000000 --- a/_data/navigation/ca_ES.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: Home - url: / - - - title: FAQ - url: faq - - - title: Troubleshooting - url: troubleshooting - - - title: Checking for CFW - url: checking-for-cfw - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Contribute - url: contribute - - - title: Region Changing - url: region-changing - - - title: Uninstall CFW - url: uninstall-cfw - - - title: Credits - url: credits - - - title: Site Navigation - url: site-navigation -top: - - - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. -bottom: - - - title: For support in English, ask for help at Nintendo Homebrew on Discord. - - - title: 'If you appreciate this guide, we accept Donations.' -footer: - - - title: Source - - - title: Site Navigation - - - title: Privacy Policy -sidebar_title: - - - title: Overall Progress -sidebar_pages: - - - title: Home - url: / - - - title: Key Information - url: key-information - - - title: Get Started - url: get-started - - - title: ntrboot - url: ntrboot - - - title: Installing boot9strap (MSET9) - url: installing-boot9strap-(mset9) - - - title: Installing boot9strap (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: Installing boot9strap (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: Multiple Options - url: multiple-options - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Installing boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Installing boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Installing boot9strap (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: Installing boot9strap (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: Installing boot9strap (super-skaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: Finalizing Setup - url: finalizing-setup diff --git a/_data/navigation/cs_CZ.yml b/_data/navigation/cs_CZ.yml deleted file mode 100644 index 9645b48881..0000000000 --- a/_data/navigation/cs_CZ.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: Home - url: / - - - title: FAQ - url: faq - - - title: Troubleshooting - url: troubleshooting - - - title: Checking for CFW - url: checking-for-cfw - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Contribute - url: contribute - - - title: Region Changing - url: region-changing - - - title: Uninstall CFW - url: uninstall-cfw - - - title: Credits - url: credits - - - title: Site Navigation - url: site-navigation -top: - - - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. -bottom: - - - title: For support in English, ask for help at Nintendo Homebrew on Discord. - - - title: 'If you appreciate this guide, we accept Donations.' -footer: - - - title: Source - - - title: Site Navigation - - - title: Privacy Policy -sidebar_title: - - - title: Overall Progress -sidebar_pages: - - - title: Home - url: / - - - title: Key Information - url: key-information - - - title: Get Started - url: get-started - - - title: ntrboot - url: ntrboot - - - title: Installing boot9strap (MSET9) - url: installing-boot9strap-(mset9) - - - title: Installing boot9strap (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: Installing boot9strap (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: Multiple Options - url: multiple-options - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Installing boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Installing boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Installing boot9strap (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: Installing boot9strap (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: Installing boot9strap (super-skaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: Finalizing Setup - url: finalizing-setup diff --git a/_data/navigation/da_DK.yml b/_data/navigation/da_DK.yml deleted file mode 100644 index 6355ebdf65..0000000000 --- a/_data/navigation/da_DK.yml +++ /dev/null @@ -1,149 +0,0 @@ ---- -main: - - - title: Home - url: / - - - title: FAQ - url: faq - - - title: Donations - url: donations - - - title: Credits - url: credits - - - title: Updating B9S - url: updating-b9s - - - title: A9LH to B9S - url: a9lh-to-b9s - - - title: Troubleshooting - url: troubleshooting - - - title: Region Changing - url: region-changing - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Site Navigation - url: site-navigation - - - title: Uninstall CFW - url: uninstall-cfw -top: - - - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. -bottom: - - - title: For support in English, ask for help at Nintendo Homebrew on Discord. - - - title: If you appreciate this guide, I accept Donations. -footer: - - - title: Source - - - title: Site Navigation - - - title: Why Ads? - - - title: Privacy Policy -sidebar_title: - - - title: Overall Progress -sidebar_pages: - - - title: Home - url: / - - - title: Get Started - url: get-started - - - title: Cart Update - url: cart-update - - - title: ntrboot - url: ntrboot - - - title: Seedminer - url: seedminer - - - title: DSiDumper - url: dsidumper - - - title: BannerBomb3 - url: bannerbomb3 - - - title: Multiple Options - url: multiple-options - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Flashing ntrboot (Powersaves) - url: flashing-ntrboot-(powersaves) - - - title: BrowserHax 2020 - url: homebrew-launcher-(browserhax-2020) - - - title: Homebrew Launcher (Soundhax) - url: homebrew-launcher-(soundhax) - - - title: Homebrew Launcher (Alternatives) - url: homebrew-launcher-(alternatives) - - - title: Homebrew Launcher (Steelhax) - url: homebrew-launcher-(steelhax) - - - title: Homebrew Launcher (PicHaxx) - url: homebrew-launcher-(pichaxx) - - - title: NTR and Cubic Ninja - url: ntr-and-cubic-ninja - - - title: Installing boot9strap (2xrsa) - url: installing-boot9strap-(2xrsa) - - - title: Installing boot9strap (Browser) - url: installing-boot9strap-(browser) - - - title: Installing boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Installing boot9strap (SafeB9SInstaller) - url: installing-boot9strap-(safeb9sinstaller) - - - title: Installing boot9strap (MSET) - url: installing-boot9strap-(mset) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Installing boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Installing boot9strap (Frogtool) - url: installing-boot9strap-(frogtool) - - - title: Installing boot9strap (Fredtool) - url: installing-boot9strap-(fredtool) - - - title: Installing boot9strap (USM) - url: installing-boot9strap-(usm) - - - title: Installing boot9strap (HBL-USM) - url: installing-boot9strap-(hbl-usm) - - - title: Finalizing Setup - url: finalizing-setup diff --git a/_data/navigation/de_DE.yml b/_data/navigation/de_DE.yml deleted file mode 100644 index 4aff8f27a4..0000000000 --- a/_data/navigation/de_DE.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: Startseite - url: / - - - title: FAQ - url: faq - - - title: Problemlösungen - url: troubleshooting - - - title: Prüfe auf CFW - url: checking-for-cfw - - - title: Nutzung von GodMode9 - url: godmode9-usage - - - title: Beitragen - url: contribute - - - title: Wechseln der Region - url: region-changing - - - title: CFW deinstallieren - url: uninstall-cfw - - - title: Danksagungen - url: credits - - - title: Seitennavigation - url: site-navigation -top: - - - title: Diese Website verwendet Cookies, um den aktuellen Anleitungsfortschritt auf der Seitenansicht anzuzeigen und um die Seite zu verbessern. -bottom: - - - title: Für Support auf Englisch, bitte um Hilfe auf dem Nintendo Homebrew Discord. - - - title: 'Wenn du diese Anleitung wertschätzt, akzeptieren wir auch Spenden.' -footer: - - - title: Quellcode - - - title: Seitennavigation - - - title: Datenschutzerklärung -sidebar_title: - - - title: Gesamtfortschritt -sidebar_pages: - - - title: Startseite - url: / - - - title: Wichtige Informationen - url: key-information - - - title: Erste Schritte - url: get-started - - - title: ntrboot - url: ntrboot - - - title: boot9strap installieren (MSET9) - url: installing-boot9strap-(mset9) - - - title: boot9strap installieren (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: boot9strap installieren (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: Mehrere Optionen - url: multiple-options - - - title: ntrboot flashen (Ein 3DS-System) - url: flashing-ntrboot-(3ds-single-system) - - - title: ntrboot flashen (Mehrere 3DS-Systeme) - url: flashing-ntrboot-(3ds-multi-system) - - - title: ntrboot flashen (DSi) - url: flashing-ntrboot-(dsi) - - - title: ntrboot flashen (NDS) - url: flashing-ntrboot-(nds) - - - title: boot9strap installieren (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: boot9strap installieren (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: boot9strap installieren (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: boot9strap installieren (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: boot9strap installieren (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: boot9strap installieren (super-skaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: Setup abschließen - url: finalizing-setup diff --git a/_data/navigation/el_GR.yml b/_data/navigation/el_GR.yml deleted file mode 100644 index d2a7a3f63d..0000000000 --- a/_data/navigation/el_GR.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: Αρχική - url: / - - - title: Συχνές ερωτήσεις - url: faq - - - title: Επίλυση προβλημάτων - url: troubleshooting - - - title: Έλεγχος για CFW - url: checking-for-cfw - - - title: Χρήση του GodMode9 - url: godmode9-usage - - - title: Συνεισφορά - url: contribute - - - title: Αλλαγή περιοχής - url: region-changing - - - title: Αφαίρεση του CFW - url: uninstall-cfw - - - title: Ευχαριστίες - url: credits - - - title: Πλοήγηση ιστοτόπου - url: site-navigation -top: - - - title: Αυτός ο ιστότοπος χρησιμοποιεί cookie για την προβολή της τρέχουσας προόδου του οδηγού στην πλαϊνή στήλη, καθώς και για τη γενικότερη βελτίωση της εμπειρίας σας. -bottom: - - - title: Για υποστήριξη στα αγγλικά, ζητήστε βοήθεια στο Nintendo Homebrew στο Discord. - - - title: 'Εάν εκτιμάτε αυτόν τον οδηγό, δεχόμαστε δωρεές.' -footer: - - - title: Κώδικας - - - title: Πλοήγηση ιστοτόπου - - - title: Πολιτική απορρήτου -sidebar_title: - - - title: Συνολικη προοδος -sidebar_pages: - - - title: Αρχική - url: / - - - title: Βασικές πληροφορίες - url: key-information - - - title: Έναρξη - url: get-started - - - title: ntrboot - url: ntrboot - - - title: Εγκατάσταση του boot9strap (MSET9) - url: installing-boot9strap-(mset9) - - - title: Εγκατάσταση του boot9strap (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: Εγκατάσταση του boot9strap (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: Πολλαπλές επιλογές - url: multiple-options - - - title: Φόρτωση του ntrboot (ένα σύστημα 3DS) - url: flashing-ntrboot-(3ds-single-system) - - - title: Φόρτωση του ntrboot (πολλαπλά συστήματα 3DS) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Φόρτωση του ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Φόρτωση του ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Εγκατάσταση του boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Εγκατάσταση του boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Εγκατάσταση του boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Εγκατάσταση του boot9strap (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: Εγκατάσταση του boot9strap (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: Εγκατάσταση του boot9strap (super-skaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: Ολοκλήρωση εγκατάστασης - url: finalizing-setup diff --git a/_data/navigation/en_PT.yml b/_data/navigation/en_PT.yml deleted file mode 100644 index fc1a055038..0000000000 --- a/_data/navigation/en_PT.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: Home - url: / - - - title: FAQ - url: faq - - - title: Troubleshooting - url: troubleshooting - - - title: Checking for CFW - url: checking-for-cfw - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Contribute - url: contribute - - - title: Region Changing - url: region-changing - - - title: Uninstall CFW - url: uninstall-cfw - - - title: Credits - url: credits - - - title: Site Treasure Map - url: site-navigation -top: - - - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. -bottom: - - - title: Fer support in th' English 'o landlubbers, be askin' fer help at Nintendo Homebrew on Discord. - - - title: 'If you appreciate this guide, we accept Donations.' -footer: - - - title: Source - - - title: Site Treasure Map - - - title: Privacy Policy -sidebar_title: - - - title: Overall Progress -sidebar_pages: - - - title: Home - url: / - - - title: Key Information - url: key-information - - - title: Get Started - url: get-started - - - title: ntrboot - url: ntrboot - - - title: Installing boot9strap (MSET9) - url: installing-boot9strap-(mset9) - - - title: Installing boot9strap (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: Installing boot9strap (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: Multiple Options - url: multiple-options - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Installing boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Installing boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Installing boot9strap (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: Installing boot9strap (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: Installing boot9strap (super-skaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: Finalizing Setup - url: finalizing-setup diff --git a/_data/navigation/en_US.yml b/_data/navigation/en_US.yml deleted file mode 100644 index 1aac7b69cb..0000000000 --- a/_data/navigation/en_US.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: Home - url: / - - - title: FAQ - url: faq - - - title: Troubleshooting - url: troubleshooting - - - title: Checking for CFW - url: checking-for-cfw - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Contribute - url: contribute - - - title: Region Changing - url: region-changing - - - title: Uninstall CFW - url: uninstall-cfw - - - title: Credits - url: credits - - - title: Site Navigation - url: site-navigation -top: - - - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. -bottom: - - - title: For support in English, ask for help at Nintendo Homebrew on Discord. - - - title: If you appreciate this guide, we accept Donations. -footer: - - - title: Source - - - title: Site Navigation - - - title: Privacy Policy -sidebar_title: - - - title: Overall Progress -sidebar_pages: - - - title: Home - url: / - - - title: Key Information - url: key-information - - - title: Get Started - url: get-started - - - title: ntrboot - url: ntrboot - - - title: Installing boot9strap (MSET9) - url: installing-boot9strap-(mset9) - - - title: Installing boot9strap (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: Installing boot9strap (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: Multiple Options - url: multiple-options - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Installing boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Installing boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Installing boot9strap (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: Installing boot9strap (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: Installing boot9strap (super-skaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: Finalizing Setup - url: finalizing-setup diff --git a/_data/navigation/es_ES.yml b/_data/navigation/es_ES.yml deleted file mode 100644 index 324e071b8b..0000000000 --- a/_data/navigation/es_ES.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: Inicio - url: / - - - title: FAQ - url: faq - - - title: Resolución de Problemas - url: troubleshooting - - - title: Comprobación de CFW - url: checking-for-cfw - - - title: Uso de GodMode9 - url: godmode9-usage - - - title: Contribuir - url: contribute - - - title: Cambio de región - url: region-changing - - - title: Desinstalar CFW - url: uninstall-cfw - - - title: Créditos - url: credits - - - title: Navegación del sitio - url: site-navigation -top: - - - title: Este sitio web utiliza cookies para mostrar el progreso actual de la guía en la barra lateral y hacer mejor el sitio de otras maneras. -bottom: - - - title: Para soporte en inglés, pide ayuda en el Discord de Nintendo Homebrew. - - - title: 'Si te gustó esta guía, aceptamos Donaciones.' -footer: - - - title: Código fuente - - - title: Navegación del sitio - - - title: Política de Privacidad -sidebar_title: - - - title: Progreso total -sidebar_pages: - - - title: Inicio - url: / - - - title: Información Importante - url: key-information - - - title: Comencemos - url: get-started - - - title: ntrboot - url: ntrboot - - - title: Instalar boot9strap (MSET9) - url: installing-boot9strap-(mset9) - - - title: Instalar boot9strap (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: Instalar boot9strap (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: Múltiples opciones - url: multiple-options - - - title: Flashear ntrboot (Una consola 3DS) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashear ntrboot (Dos consolas 3DS) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashear ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashear ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Instalar boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Instalar boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Instalar boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Instalar boot9strap (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: Instalar boot9strap (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: Instalar boot9strap (super-skaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: Finalizar instalación - url: finalizing-setup diff --git a/_data/navigation/et_EE.yml b/_data/navigation/et_EE.yml deleted file mode 100644 index 6355ebdf65..0000000000 --- a/_data/navigation/et_EE.yml +++ /dev/null @@ -1,149 +0,0 @@ ---- -main: - - - title: Home - url: / - - - title: FAQ - url: faq - - - title: Donations - url: donations - - - title: Credits - url: credits - - - title: Updating B9S - url: updating-b9s - - - title: A9LH to B9S - url: a9lh-to-b9s - - - title: Troubleshooting - url: troubleshooting - - - title: Region Changing - url: region-changing - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Site Navigation - url: site-navigation - - - title: Uninstall CFW - url: uninstall-cfw -top: - - - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. -bottom: - - - title: For support in English, ask for help at Nintendo Homebrew on Discord. - - - title: If you appreciate this guide, I accept Donations. -footer: - - - title: Source - - - title: Site Navigation - - - title: Why Ads? - - - title: Privacy Policy -sidebar_title: - - - title: Overall Progress -sidebar_pages: - - - title: Home - url: / - - - title: Get Started - url: get-started - - - title: Cart Update - url: cart-update - - - title: ntrboot - url: ntrboot - - - title: Seedminer - url: seedminer - - - title: DSiDumper - url: dsidumper - - - title: BannerBomb3 - url: bannerbomb3 - - - title: Multiple Options - url: multiple-options - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Flashing ntrboot (Powersaves) - url: flashing-ntrboot-(powersaves) - - - title: BrowserHax 2020 - url: homebrew-launcher-(browserhax-2020) - - - title: Homebrew Launcher (Soundhax) - url: homebrew-launcher-(soundhax) - - - title: Homebrew Launcher (Alternatives) - url: homebrew-launcher-(alternatives) - - - title: Homebrew Launcher (Steelhax) - url: homebrew-launcher-(steelhax) - - - title: Homebrew Launcher (PicHaxx) - url: homebrew-launcher-(pichaxx) - - - title: NTR and Cubic Ninja - url: ntr-and-cubic-ninja - - - title: Installing boot9strap (2xrsa) - url: installing-boot9strap-(2xrsa) - - - title: Installing boot9strap (Browser) - url: installing-boot9strap-(browser) - - - title: Installing boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Installing boot9strap (SafeB9SInstaller) - url: installing-boot9strap-(safeb9sinstaller) - - - title: Installing boot9strap (MSET) - url: installing-boot9strap-(mset) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Installing boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Installing boot9strap (Frogtool) - url: installing-boot9strap-(frogtool) - - - title: Installing boot9strap (Fredtool) - url: installing-boot9strap-(fredtool) - - - title: Installing boot9strap (USM) - url: installing-boot9strap-(usm) - - - title: Installing boot9strap (HBL-USM) - url: installing-boot9strap-(hbl-usm) - - - title: Finalizing Setup - url: finalizing-setup diff --git a/_data/navigation/fi_FI.yml b/_data/navigation/fi_FI.yml deleted file mode 100644 index 1c3a141db4..0000000000 --- a/_data/navigation/fi_FI.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: Etusivu - url: / - - - title: UKK - url: faq - - - title: Troubleshooting - url: troubleshooting - - - title: Checking for CFW - url: checking-for-cfw - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Contribute - url: contribute - - - title: Region Changing - url: region-changing - - - title: Uninstall CFW - url: uninstall-cfw - - - title: Credits - url: credits - - - title: Sivukartta - url: site-navigation -top: - - - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. -bottom: - - - title: Englanninkielistä tukea saat Nintendo Homebrew -palvelimelta Discordissa. - - - title: 'If you appreciate this guide, we accept Donations.' -footer: - - - title: Lähdekoodi - - - title: Sivukartta - - - title: Privacy Policy -sidebar_title: - - - title: Edistyminen -sidebar_pages: - - - title: Etusivu - url: / - - - title: Key Information - url: key-information - - - title: Get Started - url: get-started - - - title: ntrboot - url: ntrboot - - - title: Installing boot9strap (MSET9) - url: installing-boot9strap-(mset9) - - - title: Installing boot9strap (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: Installing boot9strap (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: Multiple Options - url: multiple-options - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Installing boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Installing boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Installing boot9strap (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: Installing boot9strap (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: Installing boot9strap (super-skaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: Finalizing Setup - url: finalizing-setup diff --git a/_data/navigation/fr_FR.yml b/_data/navigation/fr_FR.yml deleted file mode 100644 index 4e3a28bc69..0000000000 --- a/_data/navigation/fr_FR.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: Accueil - url: / - - - title: FAQ - url: faq - - - title: Dépannage - url: troubleshooting - - - title: Vérification de la présence d'un CFW - url: checking-for-cfw - - - title: Utilisation de GodMode9 - url: godmode9-usage - - - title: Contribuer - url: contribute - - - title: Changement de région - url: region-changing - - - title: Désinstallation du CFW - url: uninstall-cfw - - - title: Remerciements - url: credits - - - title: Index du site - url: site-navigation -top: - - - title: Ce site web utilise des cookies pour afficher l'avancement actuel du guide sur la barre latérale et améliorer le site. -bottom: - - - title: Pour un support en Anglais, demander de l'aide sur le Discord Nintendo Homebrew. - - - title: 'Si vous appréciez ce guide, nous acceptons les Dons.' -footer: - - - title: Source - - - title: Index du site - - - title: Politique de confidentialité -sidebar_title: - - - title: Progression globale -sidebar_pages: - - - title: Accueil - url: / - - - title: Informations clés - url: key-information - - - title: Pour commencer - url: get-started - - - title: ntrboot - url: ntrboot - - - title: Installing boot9strap (MSET9) - url: installing-boot9strap-(mset9) - - - title: Installing boot9strap (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: Installing boot9strap (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: Multiple Options - url: multiple-options - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Installing boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Installing boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Installing boot9strap (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: Installing boot9strap (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: Installing boot9strap (super-skaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: Finalizing Setup - url: finalizing-setup diff --git a/_data/navigation/he_IL.yml b/_data/navigation/he_IL.yml deleted file mode 100644 index 9cf6e4877d..0000000000 --- a/_data/navigation/he_IL.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: ראשי - url: / - - - title: שאלות ותשובות - url: faq - - - title: Troubleshooting - url: troubleshooting - - - title: Checking for CFW - url: checking-for-cfw - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Contribute - url: contribute - - - title: Region Changing - url: region-changing - - - title: Uninstall CFW - url: uninstall-cfw - - - title: Credits - url: credits - - - title: ניווט האתר - url: site-navigation -top: - - - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. -bottom: - - - title: לקבלת תמיכה באנגלית, תבקשו עזרה בNintendo Homebrew על Discord. - - - title: 'If you appreciate this guide, we accept Donations.' -footer: - - - title: מקור - - - title: ניווט האתר - - - title: Privacy Policy -sidebar_title: - - - title: ההתקדמות הכללית -sidebar_pages: - - - title: ראשי - url: / - - - title: Key Information - url: key-information - - - title: Get Started - url: get-started - - - title: ntrboot - url: ntrboot - - - title: Installing boot9strap (MSET9) - url: installing-boot9strap-(mset9) - - - title: Installing boot9strap (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: Installing boot9strap (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: Multiple Options - url: multiple-options - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Installing boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Installing boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Installing boot9strap (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: Installing boot9strap (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: Installing boot9strap (super-skaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: Finalizing Setup - url: finalizing-setup diff --git a/_data/navigation/hr_HR.yml b/_data/navigation/hr_HR.yml deleted file mode 100644 index 9645b48881..0000000000 --- a/_data/navigation/hr_HR.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: Home - url: / - - - title: FAQ - url: faq - - - title: Troubleshooting - url: troubleshooting - - - title: Checking for CFW - url: checking-for-cfw - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Contribute - url: contribute - - - title: Region Changing - url: region-changing - - - title: Uninstall CFW - url: uninstall-cfw - - - title: Credits - url: credits - - - title: Site Navigation - url: site-navigation -top: - - - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. -bottom: - - - title: For support in English, ask for help at Nintendo Homebrew on Discord. - - - title: 'If you appreciate this guide, we accept Donations.' -footer: - - - title: Source - - - title: Site Navigation - - - title: Privacy Policy -sidebar_title: - - - title: Overall Progress -sidebar_pages: - - - title: Home - url: / - - - title: Key Information - url: key-information - - - title: Get Started - url: get-started - - - title: ntrboot - url: ntrboot - - - title: Installing boot9strap (MSET9) - url: installing-boot9strap-(mset9) - - - title: Installing boot9strap (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: Installing boot9strap (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: Multiple Options - url: multiple-options - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Installing boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Installing boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Installing boot9strap (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: Installing boot9strap (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: Installing boot9strap (super-skaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: Finalizing Setup - url: finalizing-setup diff --git a/_data/navigation/hu_HU.yml b/_data/navigation/hu_HU.yml deleted file mode 100644 index e8e7c94e13..0000000000 --- a/_data/navigation/hu_HU.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: Főoldal - url: / - - - title: GYIK - url: faq - - - title: Hibaelhárítás - url: troubleshooting - - - title: CFW ellenőrzése - url: checking-for-cfw - - - title: GodMode9 használata - url: godmode9-usage - - - title: Közreműködés - url: contribute - - - title: Régió módosítás - url: region-changing - - - title: CFW eltávolítása - url: uninstall-cfw - - - title: Készítők - url: credits - - - title: Oldaltérkép - url: site-navigation -top: - - - title: A weboldal "sütiket" használ, hogy nyomon tudd követni a haladásod az oldalsó menüben, és hogy jobbá tegye az oldalt. -bottom: - - - title: Ha segítségre van szükséged (angol nyelven), keresd fel a Nintendo Homebrew-t Discord-on. - - - title: 'Amennyiben hasznosnak véled ezt az útmutatót, elfogadunk adományokat.' -footer: - - - title: Forráskód - - - title: Oldaltérkép - - - title: Adatvédelmi Irányelv -sidebar_title: - - - title: Előrehaladás -sidebar_pages: - - - title: Főoldal - url: / - - - title: Alapvető információk - url: key-information - - - title: Kezdeti lépések - url: get-started - - - title: ntrboot - url: ntrboot - - - title: Boot9strap telepítése (MSET9) - url: installing-boot9strap-(mset9) - - - title: Boot9strap telepítése (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: Boot9strap telepítése (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: Több lehetőség - url: multiple-options - - - title: Ntrboot flashelése (egy 3DS rendszer) - url: flashing-ntrboot-(3ds-single-system) - - - title: Ntrboot flashelése (több 3DS rendszer) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Ntrboot flashelése (DSi) - url: flashing-ntrboot-(dsi) - - - title: Ntrboot flashelése (NDS) - url: flashing-ntrboot-(nds) - - - title: Boot9strap telepítése (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Boot9strap telepítése (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Boot9strap telepítése (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Boot9strap telepítése (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: Boot9strap telepítése (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: Boot9strap telepítése (super-skaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: Telepítés véglegesítése - url: finalizing-setup diff --git a/_data/navigation/id_ID.yml b/_data/navigation/id_ID.yml deleted file mode 100644 index 9645b48881..0000000000 --- a/_data/navigation/id_ID.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: Home - url: / - - - title: FAQ - url: faq - - - title: Troubleshooting - url: troubleshooting - - - title: Checking for CFW - url: checking-for-cfw - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Contribute - url: contribute - - - title: Region Changing - url: region-changing - - - title: Uninstall CFW - url: uninstall-cfw - - - title: Credits - url: credits - - - title: Site Navigation - url: site-navigation -top: - - - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. -bottom: - - - title: For support in English, ask for help at Nintendo Homebrew on Discord. - - - title: 'If you appreciate this guide, we accept Donations.' -footer: - - - title: Source - - - title: Site Navigation - - - title: Privacy Policy -sidebar_title: - - - title: Overall Progress -sidebar_pages: - - - title: Home - url: / - - - title: Key Information - url: key-information - - - title: Get Started - url: get-started - - - title: ntrboot - url: ntrboot - - - title: Installing boot9strap (MSET9) - url: installing-boot9strap-(mset9) - - - title: Installing boot9strap (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: Installing boot9strap (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: Multiple Options - url: multiple-options - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Installing boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Installing boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Installing boot9strap (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: Installing boot9strap (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: Installing boot9strap (super-skaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: Finalizing Setup - url: finalizing-setup diff --git a/_data/navigation/it_IT.yml b/_data/navigation/it_IT.yml deleted file mode 100644 index a2652e1a58..0000000000 --- a/_data/navigation/it_IT.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: Home - url: / - - - title: FAQ - url: faq - - - title: Risoluzione dei problemi - url: troubleshooting - - - title: Verifica del CFW - url: checking-for-cfw - - - title: Usare GodMode9 - url: godmode9-usage - - - title: Contribuisci - url: contribute - - - title: Cambiare regione - url: region-changing - - - title: Disinstallare il CFW - url: uninstall-cfw - - - title: Riconoscimenti - url: credits - - - title: Mappa del sito - url: site-navigation -top: - - - title: Questo sito web utilizza i cookie per visualizzare l'avanzamento della guida sulla barra laterale o migliorare il sito. -bottom: - - - title: Se hai bisogno di aiuto, chiedi pure su Nintendo Homebrew su Discord (in inglese). - - - title: 'Se hai gradito questa guida, accettiamo Donazioni.' -footer: - - - title: Codice Sorgente - - - title: Mappa del sito - - - title: Informativa sulla Privacy -sidebar_title: - - - title: Avanzamento -sidebar_pages: - - - title: Home - url: / - - - title: Informazioni importanti - url: key-information - - - title: Cominciamo! - url: get-started - - - title: ntrboot - url: ntrboot - - - title: Installazione di boot9strap (MSET9) - url: installing-boot9strap-(mset9) - - - title: Installazione di boot9strap (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: Installazione di boot9strap (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: Più Opzioni - url: multiple-options - - - title: Flash di ntrboot (Singolo 3DS) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flash di ntrboot (Con più 3DS) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flash di ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flash di ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Installazione di boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Installazione di boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Installazione di boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Installazione di boot9strap (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: Installazione di boot9strap (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: Installazione di boot9strap (super-skaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: Completamento dell'installazione - url: finalizing-setup diff --git a/_data/navigation/ja_JP.yml b/_data/navigation/ja_JP.yml deleted file mode 100644 index 1efe5ba0ac..0000000000 --- a/_data/navigation/ja_JP.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: ホーム - url: / - - - title: よくある質問 - url: faq - - - title: トラブルシューティング - url: troubleshooting - - - title: CFWの確認 - url: checking-for-cfw - - - title: GodMode9の使用方法 - url: godmode9-usage - - - title: 貢献する - url: contribute - - - title: リージョンの変更 - url: region-changing - - - title: CFWのアンインストール - url: uninstall-cfw - - - title: 謝辞 - url: credits - - - title: サイトナビゲーション - url: site-navigation -top: - - - title: このWebサイトでは、サイドバーに現在のガイドの進捗状況を表示するなどの目的でcookieを使用しています。 -bottom: - - - title: 英語によるサポートについては、 Nintendo Homebrew on Discord のヘルプをご覧ください。 - - - title: 'このガイドがお役に立ちましたら 寄付 して頂けると幸いです。' -footer: - - - title: ソースコード - - - title: サイトナビ - - - title: プライバシーポリシー -sidebar_title: - - - title: 全体の進捗状況 -sidebar_pages: - - - title: ホーム - url: / - - - title: 情報 - url: key-information - - - title: はじめに - url: get-started - - - title: ntrboot - url: ntrboot - - - title: Installing boot9strap (MSET9) - url: installing-boot9strap-(mset9) - - - title: Installing boot9strap (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: Installing boot9strap (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: Multiple Options - url: multiple-options - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Installing boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Installing boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Installing boot9strap (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: Installing boot9strap (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: Installing boot9strap (super-skaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: Finalizing Setup - url: finalizing-setup diff --git a/_data/navigation/ko_KR.yml b/_data/navigation/ko_KR.yml deleted file mode 100644 index 297dd062a5..0000000000 --- a/_data/navigation/ko_KR.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: 홈 - url: / - - - title: 자주 묻는 질문 - url: faq - - - title: 문제 해결 - url: troubleshooting - - - title: CFW 확인 - url: checking-for-cfw - - - title: GodMode9 사용법 - url: godmode9-usage - - - title: 기여하기 - url: contribute - - - title: 지역 변경 - url: region-changing - - - title: CFW 제거하기 - url: uninstall-cfw - - - title: 기여자 - url: credits - - - title: 사이트 탐색 - url: site-navigation -top: - - - title: 이 사이트는 현재 진행상황을 표시하고 사용자 경험을 향상시키기 위해 쿠키를 사용합니다. -bottom: - - - title: 영어로 지원을 요청하고 싶으시면 Nintendo Homebrew Discord 서버에 도움을 요청해 주세요. - - - title: '이 가이드가 도움이 되었다면, 기부해 주시면 감사하겠습니다.' -footer: - - - title: 소스 코드 - - - title: 사이트 탐색 - - - title: 개인정보 보호 정책 -sidebar_title: - - - title: 전체 진행 상황 -sidebar_pages: - - - title: 홈 - url: / - - - title: 주요 내용 - url: key-information - - - title: 시작하기 - url: get-started - - - title: ntrboot - url: ntrboot - - - title: boot9strap 설치 (MSET9) - url: installing-boot9strap-(mset9) - - - title: boot9strap 설치 (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: boot9strap 설치 (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: 다중 옵션 - url: multiple-options - - - title: ntrboot 플래싱 (단일 3DS) - url: flashing-ntrboot-(3ds-single-system) - - - title: ntrboot 플래싱 (3DS 두 대) - url: flashing-ntrboot-(3ds-multi-system) - - - title: ntrboot 플래싱 (DSi) - url: flashing-ntrboot-(dsi) - - - title: ntrboot 플래싱 (NDS) - url: flashing-ntrboot-(nds) - - - title: boot9strap 설치 (하드모드) - url: installing-boot9strap-(hardmod) - - - title: boot9strap 설치 (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: boot9strap 설치 (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: boot9strap 설치 (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: boot9strap 설치 (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: boot9strap 설치 (super-skaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: 마무리 단계 - url: finalizing-setup diff --git a/_data/navigation/ms_MY.yml b/_data/navigation/ms_MY.yml deleted file mode 100644 index 7f23c5bb80..0000000000 --- a/_data/navigation/ms_MY.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: Home - url: / - - - title: Soalan lazim - url: faq - - - title: Troubleshooting - url: troubleshooting - - - title: Checking for CFW - url: checking-for-cfw - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Contribute - url: contribute - - - title: Region Changing - url: region-changing - - - title: Uninstall CFW - url: uninstall-cfw - - - title: Credits - url: credits - - - title: Navigasi Halaman - url: site-navigation -top: - - - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. -bottom: - - - title: For support in English, ask for help at Nintendo Homebrew on Discord. - - - title: 'If you appreciate this guide, we accept Donations.' -footer: - - - title: Sumber - - - title: Navigasi Halaman - - - title: Privacy Policy -sidebar_title: - - - title: Overall Progress -sidebar_pages: - - - title: Home - url: / - - - title: Key Information - url: key-information - - - title: Get Started - url: get-started - - - title: ntrboot - url: ntrboot - - - title: Installing boot9strap (MSET9) - url: installing-boot9strap-(mset9) - - - title: Installing boot9strap (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: Installing boot9strap (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: Multiple Options - url: multiple-options - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Installing boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Installing boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Installing boot9strap (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: Installing boot9strap (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: Installing boot9strap (super-skaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: Finalizing Setup - url: finalizing-setup diff --git a/_data/navigation/nl_NL.yml b/_data/navigation/nl_NL.yml deleted file mode 100644 index b95b6db6bb..0000000000 --- a/_data/navigation/nl_NL.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: Home - url: / - - - title: Veelgestelde vragen (FAQ) - url: faq - - - title: Probleemoplossing - url: troubleshooting - - - title: Controleren op CFW - url: checking-for-cfw - - - title: Het gebruiken van GodMode9 - url: godmode9-usage - - - title: Bijdragen - url: contribute - - - title: Regio wijzigen - url: region-changing - - - title: CFW verwijderen - url: uninstall-cfw - - - title: Credits - url: credits - - - title: Navigatie - url: site-navigation -top: - - - title: Deze website gebruikt cookies om de voortgang op de zijbalk bij te houden en de site te verbeteren. -bottom: - - - title: Voor hulp in het Engels kan je terecht bij Nintendo Homebrew op Discord. - - - title: 'Vind je dit een goede handleiding? We accepteren donaties.' -footer: - - - title: Broncode - - - title: Site Navigatie - - - title: Privacybeleid -sidebar_title: - - - title: Algemene vooruitgang -sidebar_pages: - - - title: Home - url: / - - - title: Belangrijkste Informatie - url: key-information - - - title: Begin - url: get-started - - - title: ntrboot - url: ntrboot - - - title: Installing boot9strap (MSET9) - url: installing-boot9strap-(mset9) - - - title: Installing boot9strap (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: Installing boot9strap (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: Multiple Options - url: multiple-options - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Installing boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Installing boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Installing boot9strap (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: Installing boot9strap (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: Installing boot9strap (super-skaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: Finalizing Setup - url: finalizing-setup diff --git a/_data/navigation/no_NO.yml b/_data/navigation/no_NO.yml deleted file mode 100644 index 3fdc79afe7..0000000000 --- a/_data/navigation/no_NO.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: Home - url: / - - - title: FAQ - url: faq - - - title: Troubleshooting - url: troubleshooting - - - title: Checking for CFW - url: checking-for-cfw - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Contribute - url: contribute - - - title: Region Changing - url: region-changing - - - title: Uninstall CFW - url: uninstall-cfw - - - title: Credits - url: credits - - - title: Sidenavigering - url: site-navigation -top: - - - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. -bottom: - - - title: For support in English, ask for help at Nintendo Homebrew on Discord. - - - title: 'If you appreciate this guide, we accept Donations.' -footer: - - - title: Kilde - - - title: Sidenavigering - - - title: Privacy Policy -sidebar_title: - - - title: Overall Progress -sidebar_pages: - - - title: Home - url: / - - - title: Key Information - url: key-information - - - title: Get Started - url: get-started - - - title: ntrboot - url: ntrboot - - - title: Installing boot9strap (MSET9) - url: installing-boot9strap-(mset9) - - - title: Installing boot9strap (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: Installing boot9strap (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: Multiple Options - url: multiple-options - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Installing boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Installing boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Installing boot9strap (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: Installing boot9strap (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: Installing boot9strap (super-skaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: Finalizing Setup - url: finalizing-setup diff --git a/_data/navigation/pl_PL.yml b/_data/navigation/pl_PL.yml deleted file mode 100644 index a33a23c0ee..0000000000 --- a/_data/navigation/pl_PL.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: Strona Główna - url: / - - - title: Często zadawane pytania (FAQ) - url: faq - - - title: Troubleshooting - url: troubleshooting - - - title: Checking for CFW - url: checking-for-cfw - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Contribute - url: contribute - - - title: Region Changing - url: region-changing - - - title: Uninstall CFW - url: uninstall-cfw - - - title: Credits - url: credits - - - title: Nawigacja Po Stronie - url: site-navigation -top: - - - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. -bottom: - - - title: Aby uzyskać wsparcie w języku angielskim, wejdź na Serwer Nintendo Homebrew na Discordzie. - - - title: 'If you appreciate this guide, we accept Donations.' -footer: - - - title: Źródło - - - title: Nawigacja Po Stronie - - - title: Privacy Policy -sidebar_title: - - - title: Ogólny Postęp -sidebar_pages: - - - title: Strona główna - url: / - - - title: Key Information - url: key-information - - - title: Get Started - url: get-started - - - title: ntrboot - url: ntrboot - - - title: Installing boot9strap (MSET9) - url: installing-boot9strap-(mset9) - - - title: Installing boot9strap (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: Installing boot9strap (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: Multiple Options - url: multiple-options - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Installing boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Installing boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Installing boot9strap (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: Installing boot9strap (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: Installing boot9strap (super-skaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: Finalizing Setup - url: finalizing-setup diff --git a/_data/navigation/pt_BR.yml b/_data/navigation/pt_BR.yml deleted file mode 100644 index d08b1dee44..0000000000 --- a/_data/navigation/pt_BR.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: Página Inicial - url: / - - - title: FAQ - url: faq - - - title: Troubleshooting - url: troubleshooting - - - title: Checando por CFW - url: checking-for-cfw - - - title: Utilização do GodMode9 - url: godmode9-usage - - - title: Contribuir - url: contribute - - - title: Mudança de Região - url: region-changing - - - title: Desinstalar CFW - url: uninstall-cfw - - - title: Créditos - url: credits - - - title: Navegação do Site - url: site-navigation -top: - - - title: Esta página usa cookies para mostrar o atual progresso da guia na barra lateral e, desta forma melhorar o site. -bottom: - - - title: Para suporte em Inglês, peça ajuda no Discord do Nintendo Homebrew. - - - title: 'Se você gostou deste guia, nós aceitamos Doações.' -footer: - - - title: Fonte - - - title: Navegação do Site - - - title: Política de Privacidade -sidebar_title: - - - title: Progresso Geral -sidebar_pages: - - - title: Página Inicial - url: / - - - title: Informação Importante - url: key-information - - - title: Começando - url: get-started - - - title: ntrboot - url: ntrboot - - - title: Instalando boot9strap (MSET9) - url: installing-boot9strap-(mset9) - - - title: Instalando boot9strap (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: Instalando boot9strap (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: Várias Opções - url: multiple-options - - - title: Flashing ntrboot (Único 3DS) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (Vários 3DS) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Instalando boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Instalando boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Instalando boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Instalando boot9strap (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: Instalando boot9strap (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: Instalando boot9strap (superskaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: Finalizando a Instalação - url: finalizing-setup diff --git a/_data/navigation/pt_PT.yml b/_data/navigation/pt_PT.yml deleted file mode 100644 index 877da30cae..0000000000 --- a/_data/navigation/pt_PT.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: Home - url: / - - - title: Perguntas Frequentes - url: faq - - - title: Troubleshooting - url: troubleshooting - - - title: Checking for CFW - url: checking-for-cfw - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Contribute - url: contribute - - - title: Region Changing - url: region-changing - - - title: Uninstall CFW - url: uninstall-cfw - - - title: Credits - url: credits - - - title: Navegação do Site - url: site-navigation -top: - - - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. -bottom: - - - title: For support in English, ask for help at Nintendo Homebrew on Discord. - - - title: 'If you appreciate this guide, we accept Donations.' -footer: - - - title: Código-fonte - - - title: Navegação do Site - - - title: Privacy Policy -sidebar_title: - - - title: Overall Progress -sidebar_pages: - - - title: Home - url: / - - - title: Key Information - url: key-information - - - title: Get Started - url: get-started - - - title: ntrboot - url: ntrboot - - - title: Installing boot9strap (MSET9) - url: installing-boot9strap-(mset9) - - - title: Installing boot9strap (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: Installing boot9strap (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: Multiple Options - url: multiple-options - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Installing boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Installing boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Installing boot9strap (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: Installing boot9strap (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: Installing boot9strap (super-skaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: Finalizing Setup - url: finalizing-setup diff --git a/_data/navigation/ro_RO.yml b/_data/navigation/ro_RO.yml deleted file mode 100644 index c776e3ce8e..0000000000 --- a/_data/navigation/ro_RO.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: Acasă - url: / - - - title: Intrebări frecvente - url: faq - - - title: Troubleshooting - url: troubleshooting - - - title: Checking for CFW - url: checking-for-cfw - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Contribute - url: contribute - - - title: Region Changing - url: region-changing - - - title: Uninstall CFW - url: uninstall-cfw - - - title: Credits - url: credits - - - title: Navigarea pe site - url: site-navigation -top: - - - title: Acest website folosește cookie-uri pentru a afișa progresul actual al ghidului pe bara laterală și astfel îmbunătăți site-ul prin alte mijloace. -bottom: - - - title: Pentru suport în engleză, cereți ajutor la Nintendo Homebrew pe Discord. - - - title: 'If you appreciate this guide, we accept Donations.' -footer: - - - title: Codul sursă - - - title: Navigarea pe site - - - title: Privacy Policy -sidebar_title: - - - title: Progres total -sidebar_pages: - - - title: Acasă - url: / - - - title: Key Information - url: key-information - - - title: Get Started - url: get-started - - - title: ntrboot - url: ntrboot - - - title: Installing boot9strap (MSET9) - url: installing-boot9strap-(mset9) - - - title: Installing boot9strap (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: Installing boot9strap (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: Multiple Options - url: multiple-options - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Installing boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Installing boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Installing boot9strap (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: Installing boot9strap (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: Installing boot9strap (super-skaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: Finalizing Setup - url: finalizing-setup diff --git a/_data/navigation/ru_RU.yml b/_data/navigation/ru_RU.yml deleted file mode 100644 index 980b6ad270..0000000000 --- a/_data/navigation/ru_RU.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: Главная - url: / - - - title: Вопросы и ответы - url: faq - - - title: Troubleshooting - url: troubleshooting - - - title: Checking for CFW - url: checking-for-cfw - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Contribute - url: contribute - - - title: Region Changing - url: region-changing - - - title: Uninstall CFW - url: uninstall-cfw - - - title: Credits - url: credits - - - title: Навигация по сайту - url: site-navigation -top: - - - title: Этот сайт использует cookies для отображения текущего прогресса в руководстве на боковой панели и для других способов улучшения сайта. -bottom: - - - title: Для поддержки на английском языке обратитесь за помощью сюда Nintendo Homebrew on Discord. - - - title: 'If you appreciate this guide, we accept Donations.' -footer: - - - title: Исходный код - - - title: Навигация по сайту - - - title: Privacy Policy -sidebar_title: - - - title: Общий прогресс -sidebar_pages: - - - title: Главная - url: / - - - title: Key Information - url: key-information - - - title: Get Started - url: get-started - - - title: ntrboot - url: ntrboot - - - title: Installing boot9strap (MSET9) - url: installing-boot9strap-(mset9) - - - title: Installing boot9strap (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: Installing boot9strap (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: Multiple Options - url: multiple-options - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Installing boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Installing boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Installing boot9strap (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: Installing boot9strap (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: Installing boot9strap (super-skaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: Finalizing Setup - url: finalizing-setup diff --git a/_data/navigation/sr_SP.yml b/_data/navigation/sr_SP.yml deleted file mode 100644 index 6355ebdf65..0000000000 --- a/_data/navigation/sr_SP.yml +++ /dev/null @@ -1,149 +0,0 @@ ---- -main: - - - title: Home - url: / - - - title: FAQ - url: faq - - - title: Donations - url: donations - - - title: Credits - url: credits - - - title: Updating B9S - url: updating-b9s - - - title: A9LH to B9S - url: a9lh-to-b9s - - - title: Troubleshooting - url: troubleshooting - - - title: Region Changing - url: region-changing - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Site Navigation - url: site-navigation - - - title: Uninstall CFW - url: uninstall-cfw -top: - - - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. -bottom: - - - title: For support in English, ask for help at Nintendo Homebrew on Discord. - - - title: If you appreciate this guide, I accept Donations. -footer: - - - title: Source - - - title: Site Navigation - - - title: Why Ads? - - - title: Privacy Policy -sidebar_title: - - - title: Overall Progress -sidebar_pages: - - - title: Home - url: / - - - title: Get Started - url: get-started - - - title: Cart Update - url: cart-update - - - title: ntrboot - url: ntrboot - - - title: Seedminer - url: seedminer - - - title: DSiDumper - url: dsidumper - - - title: BannerBomb3 - url: bannerbomb3 - - - title: Multiple Options - url: multiple-options - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Flashing ntrboot (Powersaves) - url: flashing-ntrboot-(powersaves) - - - title: BrowserHax 2020 - url: homebrew-launcher-(browserhax-2020) - - - title: Homebrew Launcher (Soundhax) - url: homebrew-launcher-(soundhax) - - - title: Homebrew Launcher (Alternatives) - url: homebrew-launcher-(alternatives) - - - title: Homebrew Launcher (Steelhax) - url: homebrew-launcher-(steelhax) - - - title: Homebrew Launcher (PicHaxx) - url: homebrew-launcher-(pichaxx) - - - title: NTR and Cubic Ninja - url: ntr-and-cubic-ninja - - - title: Installing boot9strap (2xrsa) - url: installing-boot9strap-(2xrsa) - - - title: Installing boot9strap (Browser) - url: installing-boot9strap-(browser) - - - title: Installing boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Installing boot9strap (SafeB9SInstaller) - url: installing-boot9strap-(safeb9sinstaller) - - - title: Installing boot9strap (MSET) - url: installing-boot9strap-(mset) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Installing boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Installing boot9strap (Frogtool) - url: installing-boot9strap-(frogtool) - - - title: Installing boot9strap (Fredtool) - url: installing-boot9strap-(fredtool) - - - title: Installing boot9strap (USM) - url: installing-boot9strap-(usm) - - - title: Installing boot9strap (HBL-USM) - url: installing-boot9strap-(hbl-usm) - - - title: Finalizing Setup - url: finalizing-setup diff --git a/_data/navigation/sv_SE.yml b/_data/navigation/sv_SE.yml deleted file mode 100644 index 7eaf266f66..0000000000 --- a/_data/navigation/sv_SE.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: Hem - url: / - - - title: Vanliga frågor - url: faq - - - title: Troubleshooting - url: troubleshooting - - - title: Checking for CFW - url: checking-for-cfw - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Contribute - url: contribute - - - title: Region Changing - url: region-changing - - - title: Uninstall CFW - url: uninstall-cfw - - - title: Credits - url: credits - - - title: Navigering på webbplatsen - url: site-navigation -top: - - - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. -bottom: - - - title: För support på engelska, be om hjälp av Nintendo Homebrew på Discord. - - - title: 'If you appreciate this guide, we accept Donations.' -footer: - - - title: Källa - - - title: Navigering på webbplatsen - - - title: Privacy Policy -sidebar_title: - - - title: Övergripande framsteg -sidebar_pages: - - - title: Hem - url: / - - - title: Key Information - url: key-information - - - title: Get Started - url: get-started - - - title: ntrboot - url: ntrboot - - - title: Installing boot9strap (MSET9) - url: installing-boot9strap-(mset9) - - - title: Installing boot9strap (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: Installing boot9strap (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: Multiple Options - url: multiple-options - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Installing boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Installing boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Installing boot9strap (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: Installing boot9strap (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: Installing boot9strap (super-skaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: Finalizing Setup - url: finalizing-setup diff --git a/_data/navigation/th_TH.yml b/_data/navigation/th_TH.yml deleted file mode 100644 index 9645b48881..0000000000 --- a/_data/navigation/th_TH.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: Home - url: / - - - title: FAQ - url: faq - - - title: Troubleshooting - url: troubleshooting - - - title: Checking for CFW - url: checking-for-cfw - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Contribute - url: contribute - - - title: Region Changing - url: region-changing - - - title: Uninstall CFW - url: uninstall-cfw - - - title: Credits - url: credits - - - title: Site Navigation - url: site-navigation -top: - - - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. -bottom: - - - title: For support in English, ask for help at Nintendo Homebrew on Discord. - - - title: 'If you appreciate this guide, we accept Donations.' -footer: - - - title: Source - - - title: Site Navigation - - - title: Privacy Policy -sidebar_title: - - - title: Overall Progress -sidebar_pages: - - - title: Home - url: / - - - title: Key Information - url: key-information - - - title: Get Started - url: get-started - - - title: ntrboot - url: ntrboot - - - title: Installing boot9strap (MSET9) - url: installing-boot9strap-(mset9) - - - title: Installing boot9strap (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: Installing boot9strap (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: Multiple Options - url: multiple-options - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Installing boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Installing boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Installing boot9strap (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: Installing boot9strap (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: Installing boot9strap (super-skaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: Finalizing Setup - url: finalizing-setup diff --git a/_data/navigation/tr_TR.yml b/_data/navigation/tr_TR.yml deleted file mode 100644 index 1a3c1d9e48..0000000000 --- a/_data/navigation/tr_TR.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: Ana sayfa - url: / - - - title: S.S.S. - url: faq - - - title: Troubleshooting - url: troubleshooting - - - title: Checking for CFW - url: checking-for-cfw - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Contribute - url: contribute - - - title: Region Changing - url: region-changing - - - title: Uninstall CFW - url: uninstall-cfw - - - title: Credits - url: credits - - - title: Site Kılavuzu - url: site-navigation -top: - - - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. -bottom: - - - title: İngilizce destek için Nintendo Homebrew üzerinde , yardım isteyin. - - - title: 'If you appreciate this guide, we accept Donations.' -footer: - - - title: Kaynak - - - title: Site Kılavuzu - - - title: Privacy Policy -sidebar_title: - - - title: Genel ilerleme -sidebar_pages: - - - title: Ana sayfa - url: / - - - title: Key Information - url: key-information - - - title: Get Started - url: get-started - - - title: ntrboot - url: ntrboot - - - title: Installing boot9strap (MSET9) - url: installing-boot9strap-(mset9) - - - title: Installing boot9strap (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: Installing boot9strap (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: Multiple Options - url: multiple-options - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Installing boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Installing boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Installing boot9strap (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: Installing boot9strap (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: Installing boot9strap (super-skaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: Finalizing Setup - url: finalizing-setup diff --git a/_data/navigation/uk_UA.yml b/_data/navigation/uk_UA.yml deleted file mode 100644 index 9645b48881..0000000000 --- a/_data/navigation/uk_UA.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: Home - url: / - - - title: FAQ - url: faq - - - title: Troubleshooting - url: troubleshooting - - - title: Checking for CFW - url: checking-for-cfw - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Contribute - url: contribute - - - title: Region Changing - url: region-changing - - - title: Uninstall CFW - url: uninstall-cfw - - - title: Credits - url: credits - - - title: Site Navigation - url: site-navigation -top: - - - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. -bottom: - - - title: For support in English, ask for help at Nintendo Homebrew on Discord. - - - title: 'If you appreciate this guide, we accept Donations.' -footer: - - - title: Source - - - title: Site Navigation - - - title: Privacy Policy -sidebar_title: - - - title: Overall Progress -sidebar_pages: - - - title: Home - url: / - - - title: Key Information - url: key-information - - - title: Get Started - url: get-started - - - title: ntrboot - url: ntrboot - - - title: Installing boot9strap (MSET9) - url: installing-boot9strap-(mset9) - - - title: Installing boot9strap (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: Installing boot9strap (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: Multiple Options - url: multiple-options - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Installing boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Installing boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Installing boot9strap (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: Installing boot9strap (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: Installing boot9strap (super-skaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: Finalizing Setup - url: finalizing-setup diff --git a/_data/navigation/vi_VN.yml b/_data/navigation/vi_VN.yml deleted file mode 100644 index 468d2897d7..0000000000 --- a/_data/navigation/vi_VN.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: Home - url: / - - - title: Câu hỏi thường gặp - url: faq - - - title: Troubleshooting - url: troubleshooting - - - title: Checking for CFW - url: checking-for-cfw - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Contribute - url: contribute - - - title: Region Changing - url: region-changing - - - title: Uninstall CFW - url: uninstall-cfw - - - title: Credits - url: credits - - - title: Site Navigation - url: site-navigation -top: - - - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. -bottom: - - - title: For support in English, ask for help at Nintendo Homebrew on Discord. - - - title: 'If you appreciate this guide, we accept Donations.' -footer: - - - title: Nguồn - - - title: Site Navigation - - - title: Privacy Policy -sidebar_title: - - - title: Overall Progress -sidebar_pages: - - - title: Home - url: / - - - title: Key Information - url: key-information - - - title: Get Started - url: get-started - - - title: ntrboot - url: ntrboot - - - title: Installing boot9strap (MSET9) - url: installing-boot9strap-(mset9) - - - title: Installing boot9strap (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: Installing boot9strap (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: Multiple Options - url: multiple-options - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Installing boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Installing boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Installing boot9strap (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: Installing boot9strap (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: Installing boot9strap (super-skaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: Finalizing Setup - url: finalizing-setup diff --git a/_data/navigation/zh_CN.yml b/_data/navigation/zh_CN.yml deleted file mode 100644 index 1d6329555a..0000000000 --- a/_data/navigation/zh_CN.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: 主页 - url: / - - - title: 常见问题 - url: faq - - - title: 问题排查 - url: troubleshooting - - - title: 检查自制固件 - url: checking-for-cfw - - - title: GodMode9 使用教程 - url: godmode9-usage - - - title: 捐助 - url: contribute - - - title: 区域变更 - url: region-changing - - - title: 卸载自制固件 - url: uninstall-cfw - - - title: 致谢 - url: credits - - - title: 网站导航 - url: site-navigation -top: - - - title: 本网站利用cookies在侧边栏上显示当前的操作进度并改善此站点的使用体验。 -bottom: - - - title: "如果有疑问并且懂英语的话,可以到 Nintendo Homebrew Discord 服务器上使用英文寻求帮助。(请注意,如果你身处中国大陆,你可能需要通过科学上网来访问 Discord)\n你也可以到译者的 QQ 群寻求帮助,群号为 942052497。" - - - title: '如果你喜欢我们的教程,可以通过捐赠支持我们。' -footer: - - - title: 本站源码 - - - title: 网站导航 - - - title: 隐私政策 -sidebar_title: - - - title: 总进度 -sidebar_pages: - - - title: 主页 - url: / - - - title: Key Information - url: key-information - - - title: Get Started - url: get-started - - - title: ntrboot - url: ntrboot - - - title: Installing boot9strap (MSET9) - url: installing-boot9strap-(mset9) - - - title: Installing boot9strap (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: Installing boot9strap (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: Multiple Options - url: multiple-options - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Installing boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Installing boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Installing boot9strap (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: Installing boot9strap (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: Installing boot9strap (super-skaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: Finalizing Setup - url: finalizing-setup diff --git a/_data/navigation/zh_TW.yml b/_data/navigation/zh_TW.yml deleted file mode 100644 index ce922e2073..0000000000 --- a/_data/navigation/zh_TW.yml +++ /dev/null @@ -1,108 +0,0 @@ ---- -main: - - - title: 首頁 - url: / - - - title: 常見問題 FAQ - url: faq - - - title: 疑難排解 - url: troubleshooting - - - title: 檢查自製韌體 - url: checking-for-cfw - - - title: 如何使用 GodMode9 - url: godmode9-usage - - - title: 貢獻 - url: contribute - - - title: 區碼變更 - url: region-changing - - - title: 卸載自製韌體 - url: uninstall-cfw - - - title: 製作群 - url: credits - - - title: 網站導覽 - url: site-navigation -top: - - - title: 此網站透過 Cookies 來顯示您手冊的操作進度以及提升此網站的使用經驗。 -bottom: - - - title: 若需英語支援,請於 Discord 上的 Nintendo Homebrew 伺服器發問。 - - - title: '如果您喜歡本教學,我們很樂意接受捐贈。' -footer: - - - title: 本站原始碼 - - - title: 網站導覽 - - - title: 隱私權政策 -sidebar_title: - - - title: 整體進度 -sidebar_pages: - - - title: 首頁 - url: / - - - title: Key Information - url: key-information - - - title: Get Started - url: get-started - - - title: ntrboot - url: ntrboot - - - title: Installing boot9strap (MSET9) - url: installing-boot9strap-(mset9) - - - title: Installing boot9strap (MSET9 CLI) - url: installing-boot9strap-(mset9-cli) - - - title: Installing boot9strap (MSET9 Play Store) - url: installing-boot9strap-(mset9-play-store) - - - title: Multiple Options - url: multiple-options - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Installing boot9strap (Hardmod) - url: installing-boot9strap-(hardmod) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Installing boot9strap (Soundhax) - url: installing-boot9strap-(soundhax) - - - title: Installing boot9strap (safecerthax) - url: installing-boot9strap-(safecerthax) - - - title: Installing boot9strap (SSLoth-Browser) - url: installing-boot9strap-(ssloth-browser) - - - title: Installing boot9strap (super-skaterhax) - url: installing-boot9strap-(super-skaterhax) - - - title: Finalizing Setup - url: finalizing-setup diff --git a/_includes/masthead.html b/_includes/masthead.html deleted file mode 100644 index c0613ca42f..0000000000 --- a/_includes/masthead.html +++ /dev/null @@ -1,98 +0,0 @@ -{% capture logo_path %}{{ site.logo }}{% endcapture %} - -
'+result.length+' {{ site.data.ui-text[site.locale].results_found | default: "Result(s) found" }}
'); - for (var item in result) { - var ref = result[item].ref; - if(store[ref].teaser){ - var searchitem = - ''+store[ref].excerpt.split(" ").splice(0,20).join(" ")+'...
'+ - ''+store[ref].excerpt.split(" ").splice(0,20).join(" ")+'...
'+ - ''+result.length+' {{ site.data.ui-text[site.locale].results_found | default: "Result(s) found" }}
'); - for (var item in result) { - var ref = result[item].ref; - if(store[ref].teaser){ - var searchitem = - ''+store[ref].excerpt.split(" ").splice(0,20).join(" ")+'...
'+ - ''+store[ref].excerpt.split(" ").splice(0,20).join(" ")+'...
'+ - '\s*$/g;function qe(e,t){return l(e,"table")&&l(11!==t.nodeType?t:t.firstChild,"tr")&&T(e).children("tbody")[0]||e}function Me(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function _e(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function $e(e,t){var n,r,i,o;if(1===t.nodeType){if(x.hasData(e)&&(o=x.get(e).events))for(i in x.remove(t,"handle events"),o)for(n=0,r=o[i].length;n").append(T.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},T.expr.pseudos.animated=function(t){return T.grep(T.timers,function(e){return t===e.elem}).length},T.offset={setOffset:function(e,t,n){var r,i,o,a,s=T.css(e,"position"),l=T(e),u={};"static"===s&&(e.style.position="relative"),o=l.offset(),r=T.css(e,"top"),a=T.css(e,"left"),s=("absolute"===s||"fixed"===s)&&-1<(r+a).indexOf("auto")?(i=(s=l.position()).top,s.left):(i=parseFloat(r)||0,parseFloat(a)||0),null!=(t=y(t)?t.call(e,n,T.extend({},o)):t).top&&(u.top=t.top-o.top+i),null!=t.left&&(u.left=t.left-o.left+s),"using"in t?t.using.call(e,u):("number"==typeof u.top&&(u.top+="px"),"number"==typeof u.left&&(u.left+="px"),l.css(u))}},T.fn.extend({offset:function(t){var e,n;return arguments.length?void 0===t?this:this.each(function(e){T.offset.setOffset(this,t,e)}):(n=this[0])?n.getClientRects().length?(e=n.getBoundingClientRect(),n=n.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===T.css(r,"position"))t=r.getBoundingClientRect();else{for(t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;e&&(e===n.body||e===n.documentElement)&&"static"===T.css(e,"position");)e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=T(e).offset()).top+=T.css(e,"borderTopWidth",!0),i.left+=T.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-T.css(r,"marginTop",!0),left:t.left-i.left-T.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var e=this.offsetParent;e&&"static"===T.css(e,"position");)e=e.offsetParent;return e||S})}}),T.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;T.fn[t]=function(e){return d(this,function(e,t,n){var r;if(m(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),T.each(["top","left"],function(e,n){T.cssHooks[n]=tt(g.pixelPosition,function(e,t){if(t)return t=et(e,n),Ge.test(t)?T(e).position()[n]+"px":t})}),T.each({Height:"height",Width:"width"},function(a,s){T.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){T.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return d(this,function(e,t,n){var r;return m(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?T.css(e,t,i):T.style(e,t,n,i)},s,n?e:void 0,n)}})}),T.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){T.fn[t]=function(e){return this.on(t,e)}}),T.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),T.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){T.fn[n]=function(e,t){return 0
x
'; - head.appendChild(div.childNodes[1]); - } - - if ( options ) { - $.extend( settings, options ); - } - - return this.each(function(){ - var selectors = [ - 'iframe[src*="player.vimeo.com"]', - 'iframe[src*="youtube.com"]', - 'iframe[src*="youtube-nocookie.com"]', - 'iframe[src*="kickstarter.com"][src*="video.html"]', - 'object', - 'embed' - ]; - - if (settings.customSelector) { - selectors.push(settings.customSelector); - } - - var ignoreList = '.fitvidsignore'; - - if(settings.ignore) { - ignoreList = ignoreList + ', ' + settings.ignore; - } - - var $allVideos = $(this).find(selectors.join(',')); - $allVideos = $allVideos.not('object object'); // SwfObj conflict patch - $allVideos = $allVideos.not(ignoreList); // Disable FitVids on this video. - - $allVideos.each(function(count){ - var $this = $(this); - if($this.parents(ignoreList).length > 0) { - return; // Disable FitVids on this video. - } - if (this.tagName.toLowerCase() === 'embed' && $this.parent('object').length || $this.parent('.fluid-width-video-wrapper').length) { return; } - if ((!$this.css('height') && !$this.css('width')) && (isNaN($this.attr('height')) || isNaN($this.attr('width')))) - { - $this.attr('height', 9); - $this.attr('width', 16); - } - var height = ( this.tagName.toLowerCase() === 'object' || ($this.attr('height') && !isNaN(parseInt($this.attr('height'), 10))) ) ? parseInt($this.attr('height'), 10) : $this.height(), - width = !isNaN(parseInt($this.attr('width'), 10)) ? parseInt($this.attr('width'), 10) : $this.width(), - aspectRatio = height / width; - if(!$this.attr('id')){ - var videoID = 'fitvid' + count; - $this.attr('id', videoID); - } - $this.wrap('').parent('.fluid-width-video-wrapper').css('padding-top', (aspectRatio * 100)+'%'); - $this.removeAttr('height').removeAttr('width'); - }); - }); - }; -// Works with either jQuery or Zepto -})( window.jQuery || window.Zepto ); \ No newline at end of file diff --git a/assets/js/plugins/jquery.greedy-navigation.js b/assets/js/plugins/jquery.greedy-navigation.js deleted file mode 100644 index 382343fa31..0000000000 --- a/assets/js/plugins/jquery.greedy-navigation.js +++ /dev/null @@ -1,164 +0,0 @@ -/* -GreedyNav.js - http://lukejacksonn.com/actuate -Licensed under the MIT license - http://opensource.org/licenses/MIT -Copyright (c) 2015 Luke Jackson -*/ - -/* hacks-guide change: add language selector, remove logo */ - -$(function() { - - var $btn = $("nav.greedy-nav .greedy-nav__toggle"); - var $btn2 = $("nav.greedy-nav .greedy-nav__toggle_lang"); - var $vlinks = $("nav.greedy-nav .visible-links"); - var $hlinks = $("nav.greedy-nav .hidden-links.links-menu"); - var $hlinks2 = $("nav.greedy-nav .hidden-links.lang-menu"); - var $nav = $("nav.greedy-nav"); - // var $logo = $('nav.greedy-nav .site-logo'); - var $logoImg = $('nav.greedy-nav .site-logo img'); - // var $title = $("nav.greedy-nav .site-title"); - var $search = $('nav.greedy-nav button.search__toggle'); - - var numOfItems, totalSpace, closingTime, breakWidths; - - // This function measures both hidden and visible links and sets the navbar breakpoints - // This is called the first time the script runs and everytime the "check()" function detects a change of window width that reached a different CSS width breakpoint, which affects the size of navbar Items - // Please note that "CSS width breakpoints" (which are only 4) !== "navbar breakpoints" (which are as many as the number of items on the navbar) - function measureLinks(){ - numOfItems = 0; - totalSpace = 0; - closingTime = 1000; - breakWidths = []; - - // Adds the width of a navItem in order to create breakpoints for the navbar - function addWidth(i, w) { - totalSpace += w; - numOfItems += 1; - breakWidths.push(totalSpace); - } - - // Measures the width of hidden links by making a temporary clone of them and positioning under visible links - function hiddenWidth(obj){ - var clone = obj.clone(); - clone.css("visibility","hidden"); - $vlinks.append(clone); - addWidth(0, clone.outerWidth()); - clone.remove(); - } - // Measure both visible and hidden links widths - $vlinks.children().outerWidth(addWidth); - $hlinks.children().each(function(){hiddenWidth($(this))}); - } - // Get initial state - measureLinks(); - - var winWidth = $( window ).width(); - // Set the last measured CSS width breakpoint: 0: <768px, 1: <1024px, 2: < 1280px, 3: >= 1280px. - var lastBreakpoint = winWidth < 768 ? 0 : winWidth < 1024 ? 1 : winWidth < 1280 ? 2 : 3; - - var availableSpace, numOfVisibleItems, requiredSpace, timer, timer2; - - function check() { - - winWidth = $( window ).width(); - // Set the current CSS width breakpoint: 0: <768px, 1: <1024px, 2: < 1280px, 3: >= 1280px. - var curBreakpoint = winWidth < 768 ? 0 : winWidth < 1024 ? 1 : winWidth < 1280 ? 2 : 3; - // If current breakpoint is different from last measured breakpoint, measureLinks again - if(curBreakpoint !== lastBreakpoint) measureLinks(); - // Set the last measured CSS width breakpoint with the current breakpoint - lastBreakpoint = curBreakpoint; - - // Get instant state - numOfVisibleItems = $vlinks.children().length; - // Decrease the width of visible elements from the nav innerWidth to find out the available space for navItems - availableSpace = /* nav */ $nav.innerWidth() - - /* logo */ // ($logo.length !== 0 ? $logo.outerWidth(true) : 0) - - /* title */ // $title.outerWidth(true) - - /* search */ ($search.length !== 0 ? $search.outerWidth(true) : 0) - - /* toggle */ (numOfVisibleItems !== breakWidths.length ? $btn.outerWidth(true) : 0) - - /* toggle-lang */ ($btn2.outerWidth(true)); - requiredSpace = breakWidths[numOfVisibleItems - 1]; - - // There is not enought space - if (requiredSpace > availableSpace) { - $vlinks.children().last().prependTo($hlinks); - numOfVisibleItems -= 1; - check(); - // There is more than enough space. If only one element is hidden, add the toggle width to the available space - } else if (availableSpace + (numOfVisibleItems === breakWidths.length - 1?$btn.outerWidth(true):0) > breakWidths[numOfVisibleItems]) { - $hlinks.children().first().appendTo($vlinks); - numOfVisibleItems += 1; - check(); - } - // Update the button accordingly - $btn.attr("count", numOfItems - numOfVisibleItems); - if (numOfVisibleItems === numOfItems) { - $btn.addClass('hidden'); - } else $btn.removeClass('hidden'); - } - - // Window listeners - $(window).resize(function() { - check(); - }); - - $btn.on('click', function() { - if($hlinks.is(":visible")){ - $hlinks.addClass('hidden'); - $(this).removeClass('close'); - clearTimeout(timer); - } else { - $hlinks.removeClass('hidden'); - $(this).addClass('close'); - $hlinks2.addClass('hidden'); - $btn2.removeClass('close'); - clearTimeout(timer); - } - }); - - $hlinks.on('mouseleave', function() { - // Mouse has left, start the timer - timer = setTimeout(function() { - $hlinks.addClass('hidden'); - }, closingTime); - }).on('mouseenter', function() { - // Mouse is back, cancel the timer - clearTimeout(timer); - }) - - $btn2.on('click', function() { - if($hlinks2.is(":visible")){ - $hlinks2.addClass('hidden'); - $(this).removeClass('close'); - clearTimeout(timer2); - } else { - $hlinks2.removeClass('hidden'); - $(this).addClass('close'); - $hlinks.addClass('hidden'); - $btn.removeClass('close'); - clearTimeout(timer2); - } - }); - - $hlinks2.on('mouseleave', function() { - // Mouse has left, start the timer - timer2 = setTimeout(function() { - $hlinks2.addClass('hidden'); - }, closingTime); - }).on('mouseenter', function() { - // Mouse is back, cancel the timer - clearTimeout(timer2); - }) - - // check if page has a logo - if($logoImg.length !== 0){ - // check if logo is not loaded - if(!($logoImg[0].complete || $logoImg[0].naturalWidth !== 0)){ - // if logo is not loaded wait for logo to load or fail to check - $logoImg.one("load error", check); - // if logo is already loaded just check - } else check(); - // if page does not have a logo just check - } else check(); - -}); diff --git a/assets/js/plugins/jquery.magnific-popup.js b/assets/js/plugins/jquery.magnific-popup.js deleted file mode 100644 index 7d1d197849..0000000000 --- a/assets/js/plugins/jquery.magnific-popup.js +++ /dev/null @@ -1,1860 +0,0 @@ -/*! Magnific Popup - v1.1.0 - 2016-02-20 -* http://dimsemenov.com/plugins/magnific-popup/ -* Copyright (c) 2016 Dmitry Semenov; */ -;(function (factory) { - if (typeof define === 'function' && define.amd) { - // AMD. Register as an anonymous module. - define(['jquery'], factory); - } else if (typeof exports === 'object') { - // Node/CommonJS - factory(require('jquery')); - } else { - // Browser globals - factory(window.jQuery || window.Zepto); - } - }(function($) { - - /*>>core*/ - /** - * - * Magnific Popup Core JS file - * - */ - - - /** - * Private static constants - */ - var CLOSE_EVENT = 'Close', - BEFORE_CLOSE_EVENT = 'BeforeClose', - AFTER_CLOSE_EVENT = 'AfterClose', - BEFORE_APPEND_EVENT = 'BeforeAppend', - MARKUP_PARSE_EVENT = 'MarkupParse', - OPEN_EVENT = 'Open', - CHANGE_EVENT = 'Change', - NS = 'mfp', - EVENT_NS = '.' + NS, - READY_CLASS = 'mfp-ready', - REMOVING_CLASS = 'mfp-removing', - PREVENT_CLOSE_CLASS = 'mfp-prevent-close'; - - - /** - * Private vars - */ - /*jshint -W079 */ - var mfp, // As we have only one instance of MagnificPopup object, we define it locally to not to use 'this' - MagnificPopup = function(){}, - _isJQ = !!(window.jQuery), - _prevStatus, - _window = $(window), - _document, - _prevContentType, - _wrapClasses, - _currPopupType; - - - /** - * Private functions - */ - var _mfpOn = function(name, f) { - mfp.ev.on(NS + name + EVENT_NS, f); - }, - _getEl = function(className, appendTo, html, raw) { - var el = document.createElement('div'); - el.className = 'mfp-'+className; - if(html) { - el.innerHTML = html; - } - if(!raw) { - el = $(el); - if(appendTo) { - el.appendTo(appendTo); - } - } else if(appendTo) { - appendTo.appendChild(el); - } - return el; - }, - _mfpTrigger = function(e, data) { - mfp.ev.triggerHandler(NS + e, data); - - if(mfp.st.callbacks) { - // converts "mfpEventName" to "eventName" callback and triggers it if it's present - e = e.charAt(0).toLowerCase() + e.slice(1); - if(mfp.st.callbacks[e]) { - mfp.st.callbacks[e].apply(mfp, $.isArray(data) ? data : [data]); - } - } - }, - _getCloseBtn = function(type) { - if(type !== _currPopupType || !mfp.currTemplate.closeBtn) { - mfp.currTemplate.closeBtn = $( mfp.st.closeMarkup.replace('%title%', mfp.st.tClose ) ); - _currPopupType = type; - } - return mfp.currTemplate.closeBtn; - }, - // Initialize Magnific Popup only when called at least once - _checkInstance = function() { - if(!$.magnificPopup.instance) { - /*jshint -W020 */ - mfp = new MagnificPopup(); - mfp.init(); - $.magnificPopup.instance = mfp; - } - }, - // CSS transition detection, http://stackoverflow.com/questions/7264899/detect-css-transitions-using-javascript-and-without-modernizr - supportsTransitions = function() { - var s = document.createElement('p').style, // 's' for style. better to create an element if body yet to exist - v = ['ms','O','Moz','Webkit']; // 'v' for vendor - - if( s['transition'] !== undefined ) { - return true; - } - - while( v.length ) { - if( v.pop() + 'Transition' in s ) { - return true; - } - } - - return false; - }; - - - - /** - * Public functions - */ - MagnificPopup.prototype = { - - constructor: MagnificPopup, - - /** - * Initializes Magnific Popup plugin. - * This function is triggered only once when $.fn.magnificPopup or $.magnificPopup is executed - */ - init: function() { - var appVersion = navigator.appVersion; - mfp.isLowIE = mfp.isIE8 = document.all && !document.addEventListener; - mfp.isAndroid = (/android/gi).test(appVersion); - mfp.isIOS = (/iphone|ipad|ipod/gi).test(appVersion); - mfp.supportsTransition = supportsTransitions(); - - // We disable fixed positioned lightbox on devices that don't handle it nicely. - // If you know a better way of detecting this - let me know. - mfp.probablyMobile = (mfp.isAndroid || mfp.isIOS || /(Opera Mini)|Kindle|webOS|BlackBerry|(Opera Mobi)|(Windows Phone)|IEMobile/i.test(navigator.userAgent) ); - _document = $(document); - - mfp.popupsCache = {}; - }, - - /** - * Opens popup - * @param data [description] - */ - open: function(data) { - - var i; - - if(data.isObj === false) { - // convert jQuery collection to array to avoid conflicts later - mfp.items = data.items.toArray(); - - mfp.index = 0; - var items = data.items, - item; - for(i = 0; i < items.length; i++) { - item = items[i]; - if(item.parsed) { - item = item.el[0]; - } - if(item === data.el[0]) { - mfp.index = i; - break; - } - } - } else { - mfp.items = $.isArray(data.items) ? data.items : [data.items]; - mfp.index = data.index || 0; - } - - // if popup is already opened - we just update the content - if(mfp.isOpen) { - mfp.updateItemHTML(); - return; - } - - mfp.types = []; - _wrapClasses = ''; - if(data.mainEl && data.mainEl.length) { - mfp.ev = data.mainEl.eq(0); - } else { - mfp.ev = _document; - } - - if(data.key) { - if(!mfp.popupsCache[data.key]) { - mfp.popupsCache[data.key] = {}; - } - mfp.currTemplate = mfp.popupsCache[data.key]; - } else { - mfp.currTemplate = {}; - } - - - - mfp.st = $.extend(true, {}, $.magnificPopup.defaults, data ); - mfp.fixedContentPos = mfp.st.fixedContentPos === 'auto' ? !mfp.probablyMobile : mfp.st.fixedContentPos; - - if(mfp.st.modal) { - mfp.st.closeOnContentClick = false; - mfp.st.closeOnBgClick = false; - mfp.st.showCloseBtn = false; - mfp.st.enableEscapeKey = false; - } - - - // Building markup - // main containers are created only once - if(!mfp.bgOverlay) { - - // Dark overlay - mfp.bgOverlay = _getEl('bg').on('click'+EVENT_NS, function() { - mfp.close(); - }); - - mfp.wrap = _getEl('wrap').attr('tabindex', -1).on('click'+EVENT_NS, function(e) { - if(mfp._checkIfClose(e.target)) { - mfp.close(); - } - }); - - mfp.container = _getEl('container', mfp.wrap); - } - - mfp.contentContainer = _getEl('content'); - if(mfp.st.preloader) { - mfp.preloader = _getEl('preloader', mfp.container, mfp.st.tLoading); - } - - - // Initializing modules - var modules = $.magnificPopup.modules; - for(i = 0; i < modules.length; i++) { - var n = modules[i]; - n = n.charAt(0).toUpperCase() + n.slice(1); - mfp['init'+n].call(mfp); - } - _mfpTrigger('BeforeOpen'); - - - if(mfp.st.showCloseBtn) { - // Close button - if(!mfp.st.closeBtnInside) { - mfp.wrap.append( _getCloseBtn() ); - } else { - _mfpOn(MARKUP_PARSE_EVENT, function(e, template, values, item) { - values.close_replaceWith = _getCloseBtn(item.type); - }); - _wrapClasses += ' mfp-close-btn-in'; - } - } - - if(mfp.st.alignTop) { - _wrapClasses += ' mfp-align-top'; - } - - - - if(mfp.fixedContentPos) { - mfp.wrap.css({ - overflow: mfp.st.overflowY, - overflowX: 'hidden', - overflowY: mfp.st.overflowY - }); - } else { - mfp.wrap.css({ - top: _window.scrollTop(), - position: 'absolute' - }); - } - if( mfp.st.fixedBgPos === false || (mfp.st.fixedBgPos === 'auto' && !mfp.fixedContentPos) ) { - mfp.bgOverlay.css({ - height: _document.height(), - position: 'absolute' - }); - } - - - - if(mfp.st.enableEscapeKey) { - // Close on ESC key - _document.on('keyup' + EVENT_NS, function(e) { - if(e.keyCode === 27) { - mfp.close(); - } - }); - } - - _window.on('resize' + EVENT_NS, function() { - mfp.updateSize(); - }); - - - if(!mfp.st.closeOnContentClick) { - _wrapClasses += ' mfp-auto-cursor'; - } - - if(_wrapClasses) - mfp.wrap.addClass(_wrapClasses); - - - // this triggers recalculation of layout, so we get it once to not to trigger twice - var windowHeight = mfp.wH = _window.height(); - - - var windowStyles = {}; - - if( mfp.fixedContentPos ) { - if(mfp._hasScrollBar(windowHeight)){ - var s = mfp._getScrollbarSize(); - if(s) { - windowStyles.marginRight = s; - } - } - } - - if(mfp.fixedContentPos) { - if(!mfp.isIE7) { - windowStyles.overflow = 'hidden'; - } else { - // ie7 double-scroll bug - $('body, html').css('overflow', 'hidden'); - } - } - - - - var classesToadd = mfp.st.mainClass; - if(mfp.isIE7) { - classesToadd += ' mfp-ie7'; - } - if(classesToadd) { - mfp._addClassToMFP( classesToadd ); - } - - // add content - mfp.updateItemHTML(); - - _mfpTrigger('BuildControls'); - - // remove scrollbar, add margin e.t.c - $('html').css(windowStyles); - - // add everything to DOM - mfp.bgOverlay.add(mfp.wrap).prependTo( mfp.st.prependTo || $(document.body) ); - - // Save last focused element - mfp._lastFocusedEl = document.activeElement; - - // Wait for next cycle to allow CSS transition - setTimeout(function() { - - if(mfp.content) { - mfp._addClassToMFP(READY_CLASS); - mfp._setFocus(); - } else { - // if content is not defined (not loaded e.t.c) we add class only for BG - mfp.bgOverlay.addClass(READY_CLASS); - } - - // Trap the focus in popup - _document.on('focusin' + EVENT_NS, mfp._onFocusIn); - - }, 16); - - mfp.isOpen = true; - mfp.updateSize(windowHeight); - _mfpTrigger(OPEN_EVENT); - - return data; - }, - - /** - * Closes the popup - */ - close: function() { - if(!mfp.isOpen) return; - _mfpTrigger(BEFORE_CLOSE_EVENT); - - mfp.isOpen = false; - // for CSS3 animation - if(mfp.st.removalDelay && !mfp.isLowIE && mfp.supportsTransition ) { - mfp._addClassToMFP(REMOVING_CLASS); - setTimeout(function() { - mfp._close(); - }, mfp.st.removalDelay); - } else { - mfp._close(); - } - }, - - /** - * Helper for close() function - */ - _close: function() { - _mfpTrigger(CLOSE_EVENT); - - var classesToRemove = REMOVING_CLASS + ' ' + READY_CLASS + ' '; - - mfp.bgOverlay.detach(); - mfp.wrap.detach(); - mfp.container.empty(); - - if(mfp.st.mainClass) { - classesToRemove += mfp.st.mainClass + ' '; - } - - mfp._removeClassFromMFP(classesToRemove); - - if(mfp.fixedContentPos) { - var windowStyles = {marginRight: ''}; - if(mfp.isIE7) { - $('body, html').css('overflow', ''); - } else { - windowStyles.overflow = ''; - } - $('html').css(windowStyles); - } - - _document.off('keyup' + EVENT_NS + ' focusin' + EVENT_NS); - mfp.ev.off(EVENT_NS); - - // clean up DOM elements that aren't removed - mfp.wrap.attr('class', 'mfp-wrap').removeAttr('style'); - mfp.bgOverlay.attr('class', 'mfp-bg'); - mfp.container.attr('class', 'mfp-container'); - - // remove close button from target element - if(mfp.st.showCloseBtn && - (!mfp.st.closeBtnInside || mfp.currTemplate[mfp.currItem.type] === true)) { - if(mfp.currTemplate.closeBtn) - mfp.currTemplate.closeBtn.detach(); - } - - - if(mfp.st.autoFocusLast && mfp._lastFocusedEl) { - $(mfp._lastFocusedEl).focus(); // put tab focus back - } - mfp.currItem = null; - mfp.content = null; - mfp.currTemplate = null; - mfp.prevHeight = 0; - - _mfpTrigger(AFTER_CLOSE_EVENT); - }, - - updateSize: function(winHeight) { - - if(mfp.isIOS) { - // fixes iOS nav bars https://github.com/dimsemenov/Magnific-Popup/issues/2 - var zoomLevel = document.documentElement.clientWidth / window.innerWidth; - var height = window.innerHeight * zoomLevel; - mfp.wrap.css('height', height); - mfp.wH = height; - } else { - mfp.wH = winHeight || _window.height(); - } - // Fixes #84: popup incorrectly positioned with position:relative on body - if(!mfp.fixedContentPos) { - mfp.wrap.css('height', mfp.wH); - } - - _mfpTrigger('Resize'); - - }, - - /** - * Set content of popup based on current index - */ - updateItemHTML: function() { - var item = mfp.items[mfp.index]; - - // Detach and perform modifications - mfp.contentContainer.detach(); - - if(mfp.content) - mfp.content.detach(); - - if(!item.parsed) { - item = mfp.parseEl( mfp.index ); - } - - var type = item.type; - - _mfpTrigger('BeforeChange', [mfp.currItem ? mfp.currItem.type : '', type]); - // BeforeChange event works like so: - // _mfpOn('BeforeChange', function(e, prevType, newType) { }); - - mfp.currItem = item; - - if(!mfp.currTemplate[type]) { - var markup = mfp.st[type] ? mfp.st[type].markup : false; - - // allows to modify markup - _mfpTrigger('FirstMarkupParse', markup); - - if(markup) { - mfp.currTemplate[type] = $(markup); - } else { - // if there is no markup found we just define that template is parsed - mfp.currTemplate[type] = true; - } - } - - if(_prevContentType && _prevContentType !== item.type) { - mfp.container.removeClass('mfp-'+_prevContentType+'-holder'); - } - - var newContent = mfp['get' + type.charAt(0).toUpperCase() + type.slice(1)](item, mfp.currTemplate[type]); - mfp.appendContent(newContent, type); - - item.preloaded = true; - - _mfpTrigger(CHANGE_EVENT, item); - _prevContentType = item.type; - - // Append container back after its content changed - mfp.container.prepend(mfp.contentContainer); - - _mfpTrigger('AfterChange'); - }, - - - /** - * Set HTML content of popup - */ - appendContent: function(newContent, type) { - mfp.content = newContent; - - if(newContent) { - if(mfp.st.showCloseBtn && mfp.st.closeBtnInside && - mfp.currTemplate[type] === true) { - // if there is no markup, we just append close button element inside - if(!mfp.content.find('.mfp-close').length) { - mfp.content.append(_getCloseBtn()); - } - } else { - mfp.content = newContent; - } - } else { - mfp.content = ''; - } - - _mfpTrigger(BEFORE_APPEND_EVENT); - mfp.container.addClass('mfp-'+type+'-holder'); - - mfp.contentContainer.append(mfp.content); - }, - - - /** - * Creates Magnific Popup data object based on given data - * @param {int} index Index of item to parse - */ - parseEl: function(index) { - var item = mfp.items[index], - type; - - if(item.tagName) { - item = { el: $(item) }; - } else { - type = item.type; - item = { data: item, src: item.src }; - } - - if(item.el) { - var types = mfp.types; - - // check for 'mfp-TYPE' class - for(var i = 0; i < types.length; i++) { - if( item.el.hasClass('mfp-'+types[i]) ) { - type = types[i]; - break; - } - } - - item.src = item.el.attr('data-mfp-src'); - if(!item.src) { - item.src = item.el.attr('href'); - } - } - - item.type = type || mfp.st.type || 'inline'; - item.index = index; - item.parsed = true; - mfp.items[index] = item; - _mfpTrigger('ElementParse', item); - - return mfp.items[index]; - }, - - - /** - * Initializes single popup or a group of popups - */ - addGroup: function(el, options) { - var eHandler = function(e) { - e.mfpEl = this; - mfp._openClick(e, el, options); - }; - - if(!options) { - options = {}; - } - - var eName = 'click.magnificPopup'; - options.mainEl = el; - - if(options.items) { - options.isObj = true; - el.off(eName).on(eName, eHandler); - } else { - options.isObj = false; - if(options.delegate) { - el.off(eName).on(eName, options.delegate , eHandler); - } else { - options.items = el; - el.off(eName).on(eName, eHandler); - } - } - }, - _openClick: function(e, el, options) { - var midClick = options.midClick !== undefined ? options.midClick : $.magnificPopup.defaults.midClick; - - - if(!midClick && ( e.which === 2 || e.ctrlKey || e.metaKey || e.altKey || e.shiftKey ) ) { - return; - } - - var disableOn = options.disableOn !== undefined ? options.disableOn : $.magnificPopup.defaults.disableOn; - - if(disableOn) { - if($.isFunction(disableOn)) { - if( !disableOn.call(mfp) ) { - return true; - } - } else { // else it's number - if( _window.width() < disableOn ) { - return true; - } - } - } - - if(e.type) { - e.preventDefault(); - - // This will prevent popup from closing if element is inside and popup is already opened - if(mfp.isOpen) { - e.stopPropagation(); - } - } - - options.el = $(e.mfpEl); - if(options.delegate) { - options.items = el.find(options.delegate); - } - mfp.open(options); - }, - - - /** - * Updates text on preloader - */ - updateStatus: function(status, text) { - - if(mfp.preloader) { - if(_prevStatus !== status) { - mfp.container.removeClass('mfp-s-'+_prevStatus); - } - - if(!text && status === 'loading') { - text = mfp.st.tLoading; - } - - var data = { - status: status, - text: text - }; - // allows to modify status - _mfpTrigger('UpdateStatus', data); - - status = data.status; - text = data.text; - - mfp.preloader.html(text); - - mfp.preloader.find('a').on('click', function(e) { - e.stopImmediatePropagation(); - }); - - mfp.container.addClass('mfp-s-'+status); - _prevStatus = status; - } - }, - - - /* - "Private" helpers that aren't private at all - */ - // Check to close popup or not - // "target" is an element that was clicked - _checkIfClose: function(target) { - - if($(target).hasClass(PREVENT_CLOSE_CLASS)) { - return; - } - - var closeOnContent = mfp.st.closeOnContentClick; - var closeOnBg = mfp.st.closeOnBgClick; - - if(closeOnContent && closeOnBg) { - return true; - } else { - - // We close the popup if click is on close button or on preloader. Or if there is no content. - if(!mfp.content || $(target).hasClass('mfp-close') || (mfp.preloader && target === mfp.preloader[0]) ) { - return true; - } - - // if click is outside the content - if( (target !== mfp.content[0] && !$.contains(mfp.content[0], target)) ) { - if(closeOnBg) { - // last check, if the clicked element is in DOM, (in case it's removed onclick) - if( $.contains(document, target) ) { - return true; - } - } - } else if(closeOnContent) { - return true; - } - - } - return false; - }, - _addClassToMFP: function(cName) { - mfp.bgOverlay.addClass(cName); - mfp.wrap.addClass(cName); - }, - _removeClassFromMFP: function(cName) { - this.bgOverlay.removeClass(cName); - mfp.wrap.removeClass(cName); - }, - _hasScrollBar: function(winHeight) { - return ( (mfp.isIE7 ? _document.height() : document.body.scrollHeight) > (winHeight || _window.height()) ); - }, - _setFocus: function() { - (mfp.st.focus ? mfp.content.find(mfp.st.focus).eq(0) : mfp.wrap).focus(); - }, - _onFocusIn: function(e) { - if( e.target !== mfp.wrap[0] && !$.contains(mfp.wrap[0], e.target) ) { - mfp._setFocus(); - return false; - } - }, - _parseMarkup: function(template, values, item) { - var arr; - if(item.data) { - values = $.extend(item.data, values); - } - _mfpTrigger(MARKUP_PARSE_EVENT, [template, values, item] ); - - $.each(values, function(key, value) { - if(value === undefined || value === false) { - return true; - } - arr = key.split('_'); - if(arr.length > 1) { - var el = template.find(EVENT_NS + '-'+arr[0]); - - if(el.length > 0) { - var attr = arr[1]; - if(attr === 'replaceWith') { - if(el[0] !== value[0]) { - el.replaceWith(value); - } - } else if(attr === 'img') { - if(el.is('img')) { - el.attr('src', value); - } else { - el.replaceWith( $('').attr('src', value).attr('class', el.attr('class')) ); - } - } else { - el.attr(arr[1], value); - } - } - - } else { - template.find(EVENT_NS + '-'+key).html(value); - } - }); - }, - - _getScrollbarSize: function() { - // thx David - if(mfp.scrollbarSize === undefined) { - var scrollDiv = document.createElement("div"); - scrollDiv.style.cssText = 'width: 99px; height: 99px; overflow: scroll; position: absolute; top: -9999px;'; - document.body.appendChild(scrollDiv); - mfp.scrollbarSize = scrollDiv.offsetWidth - scrollDiv.clientWidth; - document.body.removeChild(scrollDiv); - } - return mfp.scrollbarSize; - } - - }; /* MagnificPopup core prototype end */ - - - - - /** - * Public static functions - */ - $.magnificPopup = { - instance: null, - proto: MagnificPopup.prototype, - modules: [], - - open: function(options, index) { - _checkInstance(); - - if(!options) { - options = {}; - } else { - options = $.extend(true, {}, options); - } - - options.isObj = true; - options.index = index || 0; - return this.instance.open(options); - }, - - close: function() { - return $.magnificPopup.instance && $.magnificPopup.instance.close(); - }, - - registerModule: function(name, module) { - if(module.options) { - $.magnificPopup.defaults[name] = module.options; - } - $.extend(this.proto, module.proto); - this.modules.push(name); - }, - - defaults: { - - // Info about options is in docs: - // http://dimsemenov.com/plugins/magnific-popup/documentation.html#options - - disableOn: 0, - - key: null, - - midClick: false, - - mainClass: '', - - preloader: true, - - focus: '', // CSS selector of input to focus after popup is opened - - closeOnContentClick: false, - - closeOnBgClick: true, - - closeBtnInside: true, - - showCloseBtn: true, - - enableEscapeKey: true, - - modal: false, - - alignTop: false, - - removalDelay: 0, - - prependTo: null, - - fixedContentPos: 'auto', - - fixedBgPos: 'auto', - - overflowY: 'auto', - - closeMarkup: '', - - tClose: 'Close (Esc)', - - tLoading: 'Loading...', - - autoFocusLast: true - - } - }; - - - - $.fn.magnificPopup = function(options) { - _checkInstance(); - - var jqEl = $(this); - - // We call some API method of first param is a string - if (typeof options === "string" ) { - - if(options === 'open') { - var items, - itemOpts = _isJQ ? jqEl.data('magnificPopup') : jqEl[0].magnificPopup, - index = parseInt(arguments[1], 10) || 0; - - if(itemOpts.items) { - items = itemOpts.items[index]; - } else { - items = jqEl; - if(itemOpts.delegate) { - items = items.find(itemOpts.delegate); - } - items = items.eq( index ); - } - mfp._openClick({mfpEl:items}, jqEl, itemOpts); - } else { - if(mfp.isOpen) - mfp[options].apply(mfp, Array.prototype.slice.call(arguments, 1)); - } - - } else { - // clone options obj - options = $.extend(true, {}, options); - - /* - * As Zepto doesn't support .data() method for objects - * and it works only in normal browsers - * we assign "options" object directly to the DOM element. FTW! - */ - if(_isJQ) { - jqEl.data('magnificPopup', options); - } else { - jqEl[0].magnificPopup = options; - } - - mfp.addGroup(jqEl, options); - - } - return jqEl; - }; - - /*>>core*/ - - /*>>inline*/ - - var INLINE_NS = 'inline', - _hiddenClass, - _inlinePlaceholder, - _lastInlineElement, - _putInlineElementsBack = function() { - if(_lastInlineElement) { - _inlinePlaceholder.after( _lastInlineElement.addClass(_hiddenClass) ).detach(); - _lastInlineElement = null; - } - }; - - $.magnificPopup.registerModule(INLINE_NS, { - options: { - hiddenClass: 'hide', // will be appended with `mfp-` prefix - markup: '', - tNotFound: 'Content not found' - }, - proto: { - - initInline: function() { - mfp.types.push(INLINE_NS); - - _mfpOn(CLOSE_EVENT+'.'+INLINE_NS, function() { - _putInlineElementsBack(); - }); - }, - - getInline: function(item, template) { - - _putInlineElementsBack(); - - if(item.src) { - var inlineSt = mfp.st.inline, - el = $(item.src); - - if(el.length) { - - // If target element has parent - we replace it with placeholder and put it back after popup is closed - var parent = el[0].parentNode; - if(parent && parent.tagName) { - if(!_inlinePlaceholder) { - _hiddenClass = inlineSt.hiddenClass; - _inlinePlaceholder = _getEl(_hiddenClass); - _hiddenClass = 'mfp-'+_hiddenClass; - } - // replace target inline element with placeholder - _lastInlineElement = el.after(_inlinePlaceholder).detach().removeClass(_hiddenClass); - } - - mfp.updateStatus('ready'); - } else { - mfp.updateStatus('error', inlineSt.tNotFound); - el = $('