You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Guide-WiiU/index.html

2233 lines
225 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, shrink-to-fit=no, viewport-fit=cover">
<meta name="description" content="A guide to hacking the Nintendo Wii U.">
<title>NH Wii U Guide</title>
<link rel="icon" href="docs/assets/img/favicon.ico">
<!-- Stylesheets -->
<link rel="stylesheet" href="docs/assets/css/dark.css" title="Dark">
<link rel="stylesheet" href="docs/assets/css/main.css">
<!-- Alternate Stylesheets -->
<link rel="stylesheet alternate" href="docs/assets/css/light.css" title="Light">
</head>
<body>
<div id="app"></div>
<!-- JavaScript -->
<script>
window.$docsify = {
// GENERAL
// -----------------------------------------------------------------
name : 'NH Wii U Guide',
homepage : 'docs/user-guide/introduction.md',
logo : 'docs/assets/img/logo.png',
loadNavbar : 'docs/navbar.md',
mergeNavbar : false,
loadSidebar : 'sidebar.md',
relativePath: true,
alias : {
// Original - English
'/' : '/docs/user-guide/introduction.md',
'/sidebar.md' : '/docs/sidebar.md',
'/introduction' : '/docs/user-guide/introduction.md',
'/cfw-choice' : '/docs/user-guide/cfw-choice.md',
// CBHC
'/cbhc/sidebar.md' : '/docs/user-guide/cbhc/sidebar.md',
'/cbhc/ds-vc-choice' : '/docs/user-guide/cbhc/ds-vc-choice.md',
'/cbhc/sd-preparation' : '/docs/user-guide/cbhc/sd-preparation.md',
'/cbhc/browser-exploit' : '/docs/user-guide/cbhc/browser-exploit.md',
'/cbhc/nand-backup' : '/docs/user-guide/cbhc/nand-backup.md',
'/cbhc/launching-cfw' : '/docs/user-guide/cbhc/launching-cfw.md',
'/cbhc/installing-hblc' : '/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/haxchi/sidebar.md' : '/docs/user-guide/haxchi/sidebar.md',
'/haxchi/ds-vc-choice' : '/docs/user-guide/haxchi/ds-vc-choice.md',
'/haxchi/sd-preparation' : '/docs/user-guide/haxchi/sd-preparation.md',
'/haxchi/browser-exploit' : '/docs/user-guide/haxchi/browser-exploit.md',
'/haxchi/nand-backup' : '/docs/user-guide/haxchi/nand-backup.md',
'/haxchi/launching-cfw' : '/docs/user-guide/haxchi/launching-cfw.md',
'/haxchi/installing-hblc' : '/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/mocha/sidebar.md' : '/docs/user-guide/mocha/sidebar.md',
'/mocha/entrypoint-choice' : '/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/mocha/online-exploit/sidebar.md' : '/docs/user-guide/mocha/online-exploit/sidebar.md',
'/mocha/online-exploit/sd-preparation' : '/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/mocha/online-exploit/browser-exploit' : '/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/mocha/online-exploit/nand-backup' : '/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/mocha/online-exploit/launching-cfw' : '/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/mocha/indexiine/sidebar.md' : '/docs/user-guide/mocha/indexiine/sidebar.md',
'/mocha/indexiine/sd-preparation' : '/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/mocha/indexiine/browser-exploit' : '/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/mocha/indexiine/nand-backup' : '/docs/user-guide/mocha/indexiine/nand-backup.md',
'/mocha/indexiine/browser-modding' : '/docs/user-guide/mocha/indexiine/browser-modding.md',
'/mocha/indexiine/launching-cfw' : '/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/vwii-modding' : '/docs/vwii/vwii-modding.md',
'/vwii/sidebar.md' : '/docs/user-guide/vwii/sidebar.md',
'/vwii/browser-exploit' : '/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/recover-mii-channel' : '/docs/troubleshooting/recover-mii-channel.md',
'/recover-ios' : '/docs/troubleshooting/recover-ios.md',
'/ios-folders' : '/docs/troubleshooting/ios-folders.md',
'/common-issues-fixes' : '/docs/troubleshooting/common-issues-fixes.md',
'/fix-errcode-112-1037' : '/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/block-updates' : '/docs/extras/block-updates.md',
'/dump-games' : '/docs/extras/dump-games.md',
'/dump-wii-games' : '/docs/extras/dump-wii-games.md',
'/unblock-updates' : '/docs/extras/unblock-updates.md',
'/uninstall-cbhc' : '/docs/extras/uninstall-cbhc.md',
'/faq' : '/docs/extras/faq.md',
'/find-wiiu-ip-address' : '/docs/extras/find-wiiu-ip-address.md',
// About
'/about' : '/docs/extras/about.md',
// Privacy Policy
'/privacy-policy' : '/docs/privacy/privacy-policy',
// Translation - Afrikaans
'/af_ZA/' : '/translations/af_ZA/docs/user-guide/introduction.md',
'/af_ZA/sidebar.md' : '/translations/af_ZA/docs/sidebar.md',
'/af_ZA/introduction' : '/translations/af_ZA/docs/user-guide/introduction.md',
'/af_ZA/cfw-choice' : '/translations/af_ZA/docs/user-guide/cfw-choice.md',
// CBHC
'/af_ZA/cbhc/sidebar.md' : '/translations/af_ZA/docs/user-guide/cbhc/sidebar.md',
'/af_ZA/cbhc/ds-vc-choice' : '/translations/af_ZA/docs/user-guide/cbhc/ds-vc-choice.md',
'/af_ZA/cbhc/sd-preparation' : '/translations/af_ZA/docs/user-guide/cbhc/sd-preparation.md',
'/af_ZA/cbhc/browser-exploit' : '/translations/af_ZA/docs/user-guide/cbhc/browser-exploit.md',
'/af_ZA/cbhc/nand-backup' : '/translations/af_ZA/docs/user-guide/cbhc/nand-backup.md',
'/af_ZA/cbhc/launching-cfw' : '/translations/af_ZA/docs/user-guide/cbhc/launching-cfw.md',
'/af_ZA/cbhc/installing-hblc' : '/translations/af_ZA/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/af_ZA/haxchi/sidebar.md' : '/translations/af_ZA/docs/user-guide/haxchi/sidebar.md',
'/af_ZA/haxchi/ds-vc-choice' : '/translations/af_ZA/docs/user-guide/haxchi/ds-vc-choice.md',
'/af_ZA/haxchi/sd-preparation' : '/translations/af_ZA/docs/user-guide/haxchi/sd-preparation.md',
'/af_ZA/haxchi/browser-exploit' : '/translations/af_ZA/docs/user-guide/haxchi/browser-exploit.md',
'/af_ZA/haxchi/nand-backup' : '/translations/af_ZA/docs/user-guide/haxchi/nand-backup.md',
'/af_ZA/haxchi/launching-cfw' : '/translations/af_ZA/docs/user-guide/haxchi/launching-cfw.md',
'/af_ZA/haxchi/installing-hblc' : '/translations/af_ZA/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/af_ZA/mocha/sidebar.md' : '/translations/af_ZA/docs/user-guide/mocha/sidebar.md',
'/af_ZA/mocha/entrypoint-choice' : '/translations/af_ZA/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/af_ZA/mocha/online-exploit/sidebar.md' : '/translations/af_ZA/docs/user-guide/mocha/online-exploit/sidebar.md',
'/af_ZA/mocha/online-exploit/sd-preparation' : '/translations/af_ZA/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/af_ZA/mocha/online-exploit/browser-exploit' : '/translations/af_ZA/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/af_ZA/mocha/online-exploit/nand-backup' : '/translations/af_ZA/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/af_ZA/mocha/online-exploit/launching-cfw' : '/translations/af_ZA/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/af_ZA/mocha/indexiine/sidebar.md' : '/translations/af_ZA/docs/user-guide/mocha/indexiine/sidebar.md',
'/af_ZA/mocha/indexiine/sd-preparation' : '/translations/af_ZA/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/af_ZA/mocha/indexiine/browser-exploit' : '/translations/af_ZA/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/af_ZA/mocha/indexiine/nand-backup' : '/translations/af_ZA/docs/user-guide/mocha/indexiine/nand-backup.md',
'/af_ZA/mocha/indexiine/browser-modding' : '/translations/af_ZA/docs/user-guide/mocha/indexiine/browser-modding.md',
'/af_ZA/mocha/indexiine/launching-cfw' : '/translations/af_ZA/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/af_ZA/vwii-modding' : '/translations/af_ZA/docs/vwii/vwii-modding.md',
'/af_ZA/vwii/sidebar.md' : '/translations/af_ZA/docs/user-guide/vwii/sidebar.md',
'/af_ZA/vwii/browser-exploit' : '/translations/af_ZA/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/af_ZA/recover-mii-channel' : '/translations/af_ZA/docs/troubleshooting/recover-mii-channel.md',
'/af_ZA/recover-ios' : '/translations/af_ZA/docs/troubleshooting/recover-ios.md',
'/af_ZA/ios-folders' : '/translations/af_ZA/docs/troubleshooting/ios-folders.md',
'/af_ZA/common-issues-fixes' : '/translations/af_ZA/docs/troubleshooting/common-issues-fixes.md',
'/af_ZA/fix-errcode-112-1037' : '/translations/af_ZA/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/af_ZA/block-updates' : '/translations/af_ZA/docs/extras/block-updates.md',
'/af_ZA/dump-games' : '/translations/af_ZA/docs/extras/dump-games.md',
'/af_ZA/dump-wii-games' : '/translations/af_ZA/docs/extras/dump-wii-games.md',
'/af_ZA/unblock-updates' : '/translations/af_ZA/docs/extras/unblock-updates.md',
'/af_ZA/uninstall-cbhc' : '/translations/af_ZA/docs/extras/uninstall-cbhc.md',
'/af_ZA/faq' : '/translations/af_ZA/docs/extras/faq.md',
'/af_ZA/find-wiiu-ip-address' : '/translations/af_ZA/docs/extras/find-wiiu-ip-address.md',
// About
'/af_ZA/about' : '/translations/af_ZA/docs/extras/about.md',
// Privacy Policy
'/af_ZA/privacy-policy' : '/translations/af_ZA/docs/privacy/privacy-policy',
// Translation - Arabic
'/ar_SA/' : '/translations/ar_SA/docs/user-guide/introduction.md',
'/ar_SA/sidebar.md' : '/translations/ar_SA/docs/sidebar.md',
'/ar_SA/introduction' : '/translations/ar_SA/docs/user-guide/introduction.md',
'/ar_SA/cfw-choice' : '/translations/ar_SA/docs/user-guide/cfw-choice.md',
// CBHC
'/ar_SA/cbhc/sidebar.md' : '/translations/ar_SA/docs/user-guide/cbhc/sidebar.md',
'/ar_SA/cbhc/ds-vc-choice' : '/translations/ar_SA/docs/user-guide/cbhc/ds-vc-choice.md',
'/ar_SA/cbhc/sd-preparation' : '/translations/ar_SA/docs/user-guide/cbhc/sd-preparation.md',
'/ar_SA/cbhc/browser-exploit' : '/translations/ar_SA/docs/user-guide/cbhc/browser-exploit.md',
'/ar_SA/cbhc/nand-backup' : '/translations/ar_SA/docs/user-guide/cbhc/nand-backup.md',
'/ar_SA/cbhc/launching-cfw' : '/translations/ar_SA/docs/user-guide/cbhc/launching-cfw.md',
'/ar_SA/cbhc/installing-hblc' : '/translations/ar_SA/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/ar_SA/haxchi/sidebar.md' : '/translations/ar_SA/docs/user-guide/haxchi/sidebar.md',
'/ar_SA/haxchi/ds-vc-choice' : '/translations/ar_SA/docs/user-guide/haxchi/ds-vc-choice.md',
'/ar_SA/haxchi/sd-preparation' : '/translations/ar_SA/docs/user-guide/haxchi/sd-preparation.md',
'/ar_SA/haxchi/browser-exploit' : '/translations/ar_SA/docs/user-guide/haxchi/browser-exploit.md',
'/ar_SA/haxchi/nand-backup' : '/translations/ar_SA/docs/user-guide/haxchi/nand-backup.md',
'/ar_SA/haxchi/launching-cfw' : '/translations/ar_SA/docs/user-guide/haxchi/launching-cfw.md',
'/ar_SA/haxchi/installing-hblc' : '/translations/ar_SA/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/ar_SA/mocha/sidebar.md' : '/translations/ar_SA/docs/user-guide/mocha/sidebar.md',
'/ar_SA/mocha/entrypoint-choice' : '/translations/ar_SA/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/ar_SA/mocha/online-exploit/sidebar.md' : '/translations/ar_SA/docs/user-guide/mocha/online-exploit/sidebar.md',
'/ar_SA/mocha/online-exploit/sd-preparation' : '/translations/ar_SA/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/ar_SA/mocha/online-exploit/browser-exploit' : '/translations/ar_SA/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/ar_SA/mocha/online-exploit/nand-backup' : '/translations/ar_SA/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/ar_SA/mocha/online-exploit/launching-cfw' : '/translations/ar_SA/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/ar_SA/mocha/indexiine/sidebar.md' : '/translations/ar_SA/docs/user-guide/mocha/indexiine/sidebar.md',
'/ar_SA/mocha/indexiine/sd-preparation' : '/translations/ar_SA/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/ar_SA/mocha/indexiine/browser-exploit' : '/translations/ar_SA/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/ar_SA/mocha/indexiine/nand-backup' : '/translations/ar_SA/docs/user-guide/mocha/indexiine/nand-backup.md',
'/ar_SA/mocha/indexiine/browser-modding' : '/translations/ar_SA/docs/user-guide/mocha/indexiine/browser-modding.md',
'/ar_SA/mocha/indexiine/launching-cfw' : '/translations/ar_SA/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/ar_SA/vwii-modding' : '/translations/ar_SA/docs/vwii/vwii-modding.md',
'/ar_SA/vwii/sidebar.md' : '/translations/ar_SA/docs/user-guide/vwii/sidebar.md',
'/ar_SA/vwii/browser-exploit' : '/translations/ar_SA/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/ar_SA/recover-mii-channel' : '/translations/ar_SA/docs/troubleshooting/recover-mii-channel.md',
'/ar_SA/recover-ios' : '/translations/ar_SA/docs/troubleshooting/recover-ios.md',
'/ar_SA/ios-folders' : '/translations/ar_SA/docs/troubleshooting/ios-folders.md',
'/ar_SA/common-issues-fixes' : '/translations/ar_SA/docs/troubleshooting/common-issues-fixes.md',
'/ar_SA/fix-errcode-112-1037' : '/translations/ar_SA/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/ar_SA/block-updates' : '/translations/ar_SA/docs/extras/block-updates.md',
'/ar_SA/dump-games' : '/translations/ar_SA/docs/extras/dump-games.md',
'/ar_SA/dump-wii-games' : '/translations/ar_SA/docs/extras/dump-wii-games.md',
'/ar_SA/unblock-updates' : '/translations/ar_SA/docs/extras/unblock-updates.md',
'/ar_SA/uninstall-cbhc' : '/translations/ar_SA/docs/extras/uninstall-cbhc.md',
'/ar_SA/faq' : '/translations/ar_SA/docs/extras/faq.md',
'/ar_SA/find-wiiu-ip-address' : '/translations/ar_SA/docs/extras/find-wiiu-ip-address.md',
// About
'/ar_SA/about' : '/translations/ar_SA/docs/extras/about.md',
// Privacy Policy
'/ar_SA/privacy-policy' : '/translations/ar_SA/docs/privacy/privacy-policy',
// Translation - Catalan
'/ca_ES/' : '/translations/ca_ES/docs/user-guide/introduction.md',
'/ca_ES/sidebar.md' : '/translations/ca_ES/docs/sidebar.md',
'/ca_ES/introduction' : '/translations/ca_ES/docs/user-guide/introduction.md',
'/ca_ES/cfw-choice' : '/translations/ca_ES/docs/user-guide/cfw-choice.md',
// CBHC
'/ca_ES/cbhc/sidebar.md' : '/translations/ca_ES/docs/user-guide/cbhc/sidebar.md',
'/ca_ES/cbhc/ds-vc-choice' : '/translations/ca_ES/docs/user-guide/cbhc/ds-vc-choice.md',
'/ca_ES/cbhc/sd-preparation' : '/translations/ca_ES/docs/user-guide/cbhc/sd-preparation.md',
'/ca_ES/cbhc/browser-exploit' : '/translations/ca_ES/docs/user-guide/cbhc/browser-exploit.md',
'/ca_ES/cbhc/nand-backup' : '/translations/ca_ES/docs/user-guide/cbhc/nand-backup.md',
'/ca_ES/cbhc/launching-cfw' : '/translations/ca_ES/docs/user-guide/cbhc/launching-cfw.md',
'/ca_ES/cbhc/installing-hblc' : '/translations/ca_ES/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/ca_ES/haxchi/sidebar.md' : '/translations/ca_ES/docs/user-guide/haxchi/sidebar.md',
'/ca_ES/haxchi/ds-vc-choice' : '/translations/ca_ES/docs/user-guide/haxchi/ds-vc-choice.md',
'/ca_ES/haxchi/sd-preparation' : '/translations/ca_ES/docs/user-guide/haxchi/sd-preparation.md',
'/ca_ES/haxchi/browser-exploit' : '/translations/ca_ES/docs/user-guide/haxchi/browser-exploit.md',
'/ca_ES/haxchi/nand-backup' : '/translations/ca_ES/docs/user-guide/haxchi/nand-backup.md',
'/ca_ES/haxchi/launching-cfw' : '/translations/ca_ES/docs/user-guide/haxchi/launching-cfw.md',
'/ca_ES/haxchi/installing-hblc' : '/translations/ca_ES/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/ca_ES/mocha/sidebar.md' : '/translations/ca_ES/docs/user-guide/mocha/sidebar.md',
'/ca_ES/mocha/entrypoint-choice' : '/translations/ca_ES/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/ca_ES/mocha/online-exploit/sidebar.md' : '/translations/ca_ES/docs/user-guide/mocha/online-exploit/sidebar.md',
'/ca_ES/mocha/online-exploit/sd-preparation' : '/translations/ca_ES/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/ca_ES/mocha/online-exploit/browser-exploit' : '/translations/ca_ES/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/ca_ES/mocha/online-exploit/nand-backup' : '/translations/ca_ES/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/ca_ES/mocha/online-exploit/launching-cfw' : '/translations/ca_ES/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/ca_ES/mocha/indexiine/sidebar.md' : '/translations/ca_ES/docs/user-guide/mocha/indexiine/sidebar.md',
'/ca_ES/mocha/indexiine/sd-preparation' : '/translations/ca_ES/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/ca_ES/mocha/indexiine/browser-exploit' : '/translations/ca_ES/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/ca_ES/mocha/indexiine/nand-backup' : '/translations/ca_ES/docs/user-guide/mocha/indexiine/nand-backup.md',
'/ca_ES/mocha/indexiine/browser-modding' : '/translations/ca_ES/docs/user-guide/mocha/indexiine/browser-modding.md',
'/ca_ES/mocha/indexiine/launching-cfw' : '/translations/ca_ES/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/ca_ES/vwii-modding' : '/translations/ca_ES/docs/vwii/vwii-modding.md',
'/ca_ES/vwii/sidebar.md' : '/translations/ca_ES/docs/user-guide/vwii/sidebar.md',
'/ca_ES/vwii/browser-exploit' : '/translations/ca_ES/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/ca_ES/recover-mii-channel' : '/translations/ca_ES/docs/troubleshooting/recover-mii-channel.md',
'/ca_ES/recover-ios' : '/translations/ca_ES/docs/troubleshooting/recover-ios.md',
'/ca_ES/ios-folders' : '/translations/ca_ES/docs/troubleshooting/ios-folders.md',
'/ca_ES/common-issues-fixes' : '/translations/ca_ES/docs/troubleshooting/common-issues-fixes.md',
'/ca_ES/fix-errcode-112-1037' : '/translations/ca_ES/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/ca_ES/block-updates' : '/translations/ca_ES/docs/extras/block-updates.md',
'/ca_ES/dump-games' : '/translations/ca_ES/docs/extras/dump-games.md',
'/ca_ES/dump-wii-games' : '/translations/ca_ES/docs/extras/dump-wii-games.md',
'/ca_ES/unblock-updates' : '/translations/ca_ES/docs/extras/unblock-updates.md',
'/ca_ES/uninstall-cbhc' : '/translations/ca_ES/docs/extras/uninstall-cbhc.md',
'/ca_ES/faq' : '/translations/ca_ES/docs/extras/faq.md',
'/ca_ES/find-wiiu-ip-address' : '/translations/ca_ES/docs/extras/find-wiiu-ip-address.md',
// About
'/ca_ES/about' : '/translations/ca_ES/docs/extras/about.md',
// Privacy Policy
'/ca_ES/privacy-policy' : '/translations/ca_ES/docs/privacy/privacy-policy',
// Translation - Chinese Simplified
'/zh_CN/' : '/translations/zh_CN/docs/user-guide/introduction.md',
'/zh_CN/sidebar.md' : '/translations/zh_CN/docs/sidebar.md',
'/zh_CN/introduction' : '/translations/zh_CN/docs/user-guide/introduction.md',
'/zh_CN/cfw-choice' : '/translations/zh_CN/docs/user-guide/cfw-choice.md',
// CBHC
'/zh_CN/cbhc/sidebar.md' : '/translations/zh_CN/docs/user-guide/cbhc/sidebar.md',
'/zh_CN/cbhc/ds-vc-choice' : '/translations/zh_CN/docs/user-guide/cbhc/ds-vc-choice.md',
'/zh_CN/cbhc/sd-preparation' : '/translations/zh_CN/docs/user-guide/cbhc/sd-preparation.md',
'/zh_CN/cbhc/browser-exploit' : '/translations/zh_CN/docs/user-guide/cbhc/browser-exploit.md',
'/zh_CN/cbhc/nand-backup' : '/translations/zh_CN/docs/user-guide/cbhc/nand-backup.md',
'/zh_CN/cbhc/launching-cfw' : '/translations/zh_CN/docs/user-guide/cbhc/launching-cfw.md',
'/zh_CN/cbhc/installing-hblc' : '/translations/zh_CN/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/zh_CN/haxchi/sidebar.md' : '/translations/zh_CN/docs/user-guide/haxchi/sidebar.md',
'/zh_CN/haxchi/ds-vc-choice' : '/translations/zh_CN/docs/user-guide/haxchi/ds-vc-choice.md',
'/zh_CN/haxchi/sd-preparation' : '/translations/zh_CN/docs/user-guide/haxchi/sd-preparation.md',
'/zh_CN/haxchi/browser-exploit' : '/translations/zh_CN/docs/user-guide/haxchi/browser-exploit.md',
'/zh_CN/haxchi/nand-backup' : '/translations/zh_CN/docs/user-guide/haxchi/nand-backup.md',
'/zh_CN/haxchi/launching-cfw' : '/translations/zh_CN/docs/user-guide/haxchi/launching-cfw.md',
'/zh_CN/haxchi/installing-hblc' : '/translations/zh_CN/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/zh_CN/mocha/sidebar.md' : '/translations/zh_CN/docs/user-guide/mocha/sidebar.md',
'/zh_CN/mocha/entrypoint-choice' : '/translations/zh_CN/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/zh_CN/mocha/online-exploit/sidebar.md' : '/translations/zh_CN/docs/user-guide/mocha/online-exploit/sidebar.md',
'/zh_CN/mocha/online-exploit/sd-preparation' : '/translations/zh_CN/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/zh_CN/mocha/online-exploit/browser-exploit' : '/translations/zh_CN/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/zh_CN/mocha/online-exploit/nand-backup' : '/translations/zh_CN/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/zh_CN/mocha/online-exploit/launching-cfw' : '/translations/zh_CN/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/zh_CN/mocha/indexiine/sidebar.md' : '/translations/zh_CN/docs/user-guide/mocha/indexiine/sidebar.md',
'/zh_CN/mocha/indexiine/sd-preparation' : '/translations/zh_CN/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/zh_CN/mocha/indexiine/browser-exploit' : '/translations/zh_CN/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/zh_CN/mocha/indexiine/nand-backup' : '/translations/zh_CN/docs/user-guide/mocha/indexiine/nand-backup.md',
'/zh_CN/mocha/indexiine/browser-modding' : '/translations/zh_CN/docs/user-guide/mocha/indexiine/browser-modding.md',
'/zh_CN/mocha/indexiine/launching-cfw' : '/translations/zh_CN/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/zh_CN/vwii-modding' : '/translations/zh_CN/docs/vwii/vwii-modding.md',
'/zh_CN/vwii/sidebar.md' : '/translations/zh_CN/docs/user-guide/vwii/sidebar.md',
'/zh_CN/vwii/browser-exploit' : '/translations/zh_CN/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/zh_CN/recover-mii-channel' : '/translations/zh_CN/docs/troubleshooting/recover-mii-channel.md',
'/zh_CN/recover-ios' : '/translations/zh_CN/docs/troubleshooting/recover-ios.md',
'/zh_CN/ios-folders' : '/translations/zh_CN/docs/troubleshooting/ios-folders.md',
'/zh_CN/common-issues-fixes' : '/translations/zh_CN/docs/troubleshooting/common-issues-fixes.md',
'/zh_CN/fix-errcode-112-1037' : '/translations/zh_CN/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/zh_CN/block-updates' : '/translations/zh_CN/docs/extras/block-updates.md',
'/zh_CN/dump-games' : '/translations/zh_CN/docs/extras/dump-games.md',
'/zh_CN/dump-wii-games' : '/translations/zh_CN/docs/extras/dump-wii-games.md',
'/zh_CN/unblock-updates' : '/translations/zh_CN/docs/extras/unblock-updates.md',
'/zh_CN/uninstall-cbhc' : '/translations/zh_CN/docs/extras/uninstall-cbhc.md',
'/zh_CN/faq' : '/translations/zh_CN/docs/extras/faq.md',
'/zh_CN/find-wiiu-ip-address' : '/translations/zh_CN/docs/extras/find-wiiu-ip-address.md',
// About
'/zh_CN/about' : '/translations/zh_CN/docs/extras/about.md',
// Privacy Policy
'/zh_CN/privacy-policy' : '/translations/zh_CN/docs/privacy/privacy-policy',
// Translation - Chinese Traditional
'/zh_TW/' : '/translations/zh_TW/docs/user-guide/introduction.md',
'/zh_TW/sidebar.md' : '/translations/zh_TW/docs/sidebar.md',
'/zh_TW/introduction' : '/translations/zh_TW/docs/user-guide/introduction.md',
'/zh_TW/cfw-choice' : '/translations/zh_TW/docs/user-guide/cfw-choice.md',
// CBHC
'/zh_TW/cbhc/sidebar.md' : '/translations/zh_TW/docs/user-guide/cbhc/sidebar.md',
'/zh_TW/cbhc/ds-vc-choice' : '/translations/zh_TW/docs/user-guide/cbhc/ds-vc-choice.md',
'/zh_TW/cbhc/sd-preparation' : '/translations/zh_TW/docs/user-guide/cbhc/sd-preparation.md',
'/zh_TW/cbhc/browser-exploit' : '/translations/zh_TW/docs/user-guide/cbhc/browser-exploit.md',
'/zh_TW/cbhc/nand-backup' : '/translations/zh_TW/docs/user-guide/cbhc/nand-backup.md',
'/zh_TW/cbhc/launching-cfw' : '/translations/zh_TW/docs/user-guide/cbhc/launching-cfw.md',
'/zh_TW/cbhc/installing-hblc' : '/translations/zh_TW/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/zh_TW/haxchi/sidebar.md' : '/translations/zh_TW/docs/user-guide/haxchi/sidebar.md',
'/zh_TW/haxchi/ds-vc-choice' : '/translations/zh_TW/docs/user-guide/haxchi/ds-vc-choice.md',
'/zh_TW/haxchi/sd-preparation' : '/translations/zh_TW/docs/user-guide/haxchi/sd-preparation.md',
'/zh_TW/haxchi/browser-exploit' : '/translations/zh_TW/docs/user-guide/haxchi/browser-exploit.md',
'/zh_TW/haxchi/nand-backup' : '/translations/zh_TW/docs/user-guide/haxchi/nand-backup.md',
'/zh_TW/haxchi/launching-cfw' : '/translations/zh_TW/docs/user-guide/haxchi/launching-cfw.md',
'/zh_TW/haxchi/installing-hblc' : '/translations/zh_TW/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/zh_TW/mocha/sidebar.md' : '/translations/zh_TW/docs/user-guide/mocha/sidebar.md',
'/zh_TW/mocha/entrypoint-choice' : '/translations/zh_TW/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/zh_TW/mocha/online-exploit/sidebar.md' : '/translations/zh_TW/docs/user-guide/mocha/online-exploit/sidebar.md',
'/zh_TW/mocha/online-exploit/sd-preparation' : '/translations/zh_TW/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/zh_TW/mocha/online-exploit/browser-exploit' : '/translations/zh_TW/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/zh_TW/mocha/online-exploit/nand-backup' : '/translations/zh_TW/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/zh_TW/mocha/online-exploit/launching-cfw' : '/translations/zh_TW/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/zh_TW/mocha/indexiine/sidebar.md' : '/translations/zh_TW/docs/user-guide/mocha/indexiine/sidebar.md',
'/zh_TW/mocha/indexiine/sd-preparation' : '/translations/zh_TW/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/zh_TW/mocha/indexiine/browser-exploit' : '/translations/zh_TW/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/zh_TW/mocha/indexiine/nand-backup' : '/translations/zh_TW/docs/user-guide/mocha/indexiine/nand-backup.md',
'/zh_TW/mocha/indexiine/browser-modding' : '/translations/zh_TW/docs/user-guide/mocha/indexiine/browser-modding.md',
'/zh_TW/mocha/indexiine/launching-cfw' : '/translations/zh_TW/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/zh_TW/vwii-modding' : '/translations/zh_TW/docs/vwii/vwii-modding.md',
'/zh_TW/vwii/sidebar.md' : '/translations/zh_TW/docs/user-guide/vwii/sidebar.md',
'/zh_TW/vwii/browser-exploit' : '/translations/zh_TW/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/zh_TW/recover-mii-channel' : '/translations/zh_TW/docs/troubleshooting/recover-mii-channel.md',
'/zh_TW/recover-ios' : '/translations/zh_TW/docs/troubleshooting/recover-ios.md',
'/zh_TW/ios-folders' : '/translations/zh_TW/docs/troubleshooting/ios-folders.md',
'/zh_TW/common-issues-fixes' : '/translations/zh_TW/docs/troubleshooting/common-issues-fixes.md',
'/zh_TW/fix-errcode-112-1037' : '/translations/zh_TW/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/zh_TW/block-updates' : '/translations/zh_TW/docs/extras/block-updates.md',
'/zh_TW/dump-games' : '/translations/zh_TW/docs/extras/dump-games.md',
'/zh_TW/dump-wii-games' : '/translations/zh_TW/docs/extras/dump-wii-games.md',
'/zh_TW/unblock-updates' : '/translations/zh_TW/docs/extras/unblock-updates.md',
'/zh_TW/uninstall-cbhc' : '/translations/zh_TW/docs/extras/uninstall-cbhc.md',
'/zh_TW/faq' : '/translations/zh_TW/docs/extras/faq.md',
'/zh_TW/find-wiiu-ip-address' : '/translations/zh_TW/docs/extras/find-wiiu-ip-address.md',
// About
'/zh_TW/about' : '/translations/zh_TW/docs/extras/about.md',
// Privacy Policy
'/zh_TW/privacy-policy' : '/translations/zh_TW/docs/privacy/privacy-policy',
// Translation - Croatian
'/hr_HR/' : '/translations/hr_HR/docs/user-guide/introduction.md',
'/hr_HR/sidebar.md' : '/translations/hr_HR/docs/sidebar.md',
'/hr_HR/introduction' : '/translations/hr_HR/docs/user-guide/introduction.md',
'/hr_HR/cfw-choice' : '/translations/hr_HR/docs/user-guide/cfw-choice.md',
// CBHC
'/hr_HR/cbhc/sidebar.md' : '/translations/hr_HR/docs/user-guide/cbhc/sidebar.md',
'/hr_HR/cbhc/ds-vc-choice' : '/translations/hr_HR/docs/user-guide/cbhc/ds-vc-choice.md',
'/hr_HR/cbhc/sd-preparation' : '/translations/hr_HR/docs/user-guide/cbhc/sd-preparation.md',
'/hr_HR/cbhc/browser-exploit' : '/translations/hr_HR/docs/user-guide/cbhc/browser-exploit.md',
'/hr_HR/cbhc/nand-backup' : '/translations/hr_HR/docs/user-guide/cbhc/nand-backup.md',
'/hr_HR/cbhc/launching-cfw' : '/translations/hr_HR/docs/user-guide/cbhc/launching-cfw.md',
'/hr_HR/cbhc/installing-hblc' : '/translations/hr_HR/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/hr_HR/haxchi/sidebar.md' : '/translations/hr_HR/docs/user-guide/haxchi/sidebar.md',
'/hr_HR/haxchi/ds-vc-choice' : '/translations/hr_HR/docs/user-guide/haxchi/ds-vc-choice.md',
'/hr_HR/haxchi/sd-preparation' : '/translations/hr_HR/docs/user-guide/haxchi/sd-preparation.md',
'/hr_HR/haxchi/browser-exploit' : '/translations/hr_HR/docs/user-guide/haxchi/browser-exploit.md',
'/hr_HR/haxchi/nand-backup' : '/translations/hr_HR/docs/user-guide/haxchi/nand-backup.md',
'/hr_HR/haxchi/launching-cfw' : '/translations/hr_HR/docs/user-guide/haxchi/launching-cfw.md',
'/hr_HR/haxchi/installing-hblc' : '/translations/hr_HR/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/hr_HR/mocha/sidebar.md' : '/translations/hr_HR/docs/user-guide/mocha/sidebar.md',
'/hr_HR/mocha/entrypoint-choice' : '/translations/hr_HR/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/hr_HR/mocha/online-exploit/sidebar.md' : '/translations/hr_HR/docs/user-guide/mocha/online-exploit/sidebar.md',
'/hr_HR/mocha/online-exploit/sd-preparation' : '/translations/hr_HR/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/hr_HR/mocha/online-exploit/browser-exploit' : '/translations/hr_HR/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/hr_HR/mocha/online-exploit/nand-backup' : '/translations/hr_HR/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/hr_HR/mocha/online-exploit/launching-cfw' : '/translations/hr_HR/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/hr_HR/mocha/indexiine/sidebar.md' : '/translations/hr_HR/docs/user-guide/mocha/indexiine/sidebar.md',
'/hr_HR/mocha/indexiine/sd-preparation' : '/translations/hr_HR/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/hr_HR/mocha/indexiine/browser-exploit' : '/translations/hr_HR/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/hr_HR/mocha/indexiine/nand-backup' : '/translations/hr_HR/docs/user-guide/mocha/indexiine/nand-backup.md',
'/hr_HR/mocha/indexiine/browser-modding' : '/translations/hr_HR/docs/user-guide/mocha/indexiine/browser-modding.md',
'/hr_HR/mocha/indexiine/launching-cfw' : '/translations/hr_HR/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/hr_HR/vwii-modding' : '/translations/hr_HR/docs/vwii/vwii-modding.md',
'/hr_HR/vwii/sidebar.md' : '/translations/hr_HR/docs/user-guide/vwii/sidebar.md',
'/hr_HR/vwii/browser-exploit' : '/translations/hr_HR/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/hr_HR/recover-mii-channel' : '/translations/hr_HR/docs/troubleshooting/recover-mii-channel.md',
'/hr_HR/recover-ios' : '/translations/hr_HR/docs/troubleshooting/recover-ios.md',
'/hr_HR/ios-folders' : '/translations/hr_HR/docs/troubleshooting/ios-folders.md',
'/hr_HR/common-issues-fixes' : '/translations/hr_HR/docs/troubleshooting/common-issues-fixes.md',
'/hr_HR/fix-errcode-112-1037' : '/translations/hr_HR/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/hr_HR/block-updates' : '/translations/hr_HR/docs/extras/block-updates.md',
'/hr_HR/dump-games' : '/translations/hr_HR/docs/extras/dump-games.md',
'/hr_HR/dump-wii-games' : '/translations/hr_HR/docs/extras/dump-wii-games.md',
'/hr_HR/unblock-updates' : '/translations/hr_HR/docs/extras/unblock-updates.md',
'/hr_HR/uninstall-cbhc' : '/translations/hr_HR/docs/extras/uninstall-cbhc.md',
'/hr_HR/faq' : '/translations/hr_HR/docs/extras/faq.md',
'/hr_HR/find-wiiu-ip-address' : '/translations/hr_HR/docs/extras/find-wiiu-ip-address.md',
// About
'/hr_HR/about' : '/translations/hr_HR/docs/extras/about.md',
// Privacy Policy
'/hr_HR/privacy-policy' : '/translations/hr_HR/docs/privacy/privacy-policy',
// Translation - Czech
'/cs_CZ/' : '/translations/cs_CZ/docs/user-guide/introduction.md',
'/cs_CZ/sidebar.md' : '/translations/cs_CZ/docs/sidebar.md',
'/cs_CZ/introduction' : '/translations/cs_CZ/docs/user-guide/introduction.md',
'/cs_CZ/cfw-choice' : '/translations/cs_CZ/docs/user-guide/cfw-choice.md',
// CBHC
'/cs_CZ/cbhc/sidebar.md' : '/translations/cs_CZ/docs/user-guide/cbhc/sidebar.md',
'/cs_CZ/cbhc/ds-vc-choice' : '/translations/cs_CZ/docs/user-guide/cbhc/ds-vc-choice.md',
'/cs_CZ/cbhc/sd-preparation' : '/translations/cs_CZ/docs/user-guide/cbhc/sd-preparation.md',
'/cs_CZ/cbhc/browser-exploit' : '/translations/cs_CZ/docs/user-guide/cbhc/browser-exploit.md',
'/cs_CZ/cbhc/nand-backup' : '/translations/cs_CZ/docs/user-guide/cbhc/nand-backup.md',
'/cs_CZ/cbhc/launching-cfw' : '/translations/cs_CZ/docs/user-guide/cbhc/launching-cfw.md',
'/cs_CZ/cbhc/installing-hblc' : '/translations/cs_CZ/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/cs_CZ/haxchi/sidebar.md' : '/translations/cs_CZ/docs/user-guide/haxchi/sidebar.md',
'/cs_CZ/haxchi/ds-vc-choice' : '/translations/cs_CZ/docs/user-guide/haxchi/ds-vc-choice.md',
'/cs_CZ/haxchi/sd-preparation' : '/translations/cs_CZ/docs/user-guide/haxchi/sd-preparation.md',
'/cs_CZ/haxchi/browser-exploit' : '/translations/cs_CZ/docs/user-guide/haxchi/browser-exploit.md',
'/cs_CZ/haxchi/nand-backup' : '/translations/cs_CZ/docs/user-guide/haxchi/nand-backup.md',
'/cs_CZ/haxchi/launching-cfw' : '/translations/cs_CZ/docs/user-guide/haxchi/launching-cfw.md',
'/cs_CZ/haxchi/installing-hblc' : '/translations/cs_CZ/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/cs_CZ/mocha/sidebar.md' : '/translations/cs_CZ/docs/user-guide/mocha/sidebar.md',
'/cs_CZ/mocha/entrypoint-choice' : '/translations/cs_CZ/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/cs_CZ/mocha/online-exploit/sidebar.md' : '/translations/cs_CZ/docs/user-guide/mocha/online-exploit/sidebar.md',
'/cs_CZ/mocha/online-exploit/sd-preparation' : '/translations/cs_CZ/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/cs_CZ/mocha/online-exploit/browser-exploit' : '/translations/cs_CZ/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/cs_CZ/mocha/online-exploit/nand-backup' : '/translations/cs_CZ/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/cs_CZ/mocha/online-exploit/launching-cfw' : '/translations/cs_CZ/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/cs_CZ/mocha/indexiine/sidebar.md' : '/translations/cs_CZ/docs/user-guide/mocha/indexiine/sidebar.md',
'/cs_CZ/mocha/indexiine/sd-preparation' : '/translations/cs_CZ/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/cs_CZ/mocha/indexiine/browser-exploit' : '/translations/cs_CZ/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/cs_CZ/mocha/indexiine/nand-backup' : '/translations/cs_CZ/docs/user-guide/mocha/indexiine/nand-backup.md',
'/cs_CZ/mocha/indexiine/browser-modding' : '/translations/cs_CZ/docs/user-guide/mocha/indexiine/browser-modding.md',
'/cs_CZ/mocha/indexiine/launching-cfw' : '/translations/cs_CZ/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/cs_CZ/vwii-modding' : '/translations/cs_CZ/docs/vwii/vwii-modding.md',
'/cs_CZ/vwii/sidebar.md' : '/translations/cs_CZ/docs/user-guide/vwii/sidebar.md',
'/cs_CZ/vwii/browser-exploit' : '/translations/cs_CZ/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/cs_CZ/recover-mii-channel' : '/translations/cs_CZ/docs/troubleshooting/recover-mii-channel.md',
'/cs_CZ/recover-ios' : '/translations/cs_CZ/docs/troubleshooting/recover-ios.md',
'/cs_CZ/ios-folders' : '/translations/cs_CZ/docs/troubleshooting/ios-folders.md',
'/cs_CZ/common-issues-fixes' : '/translations/cs_CZ/docs/troubleshooting/common-issues-fixes.md',
'/cs_CZ/fix-errcode-112-1037' : '/translations/cs_CZ/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/cs_CZ/block-updates' : '/translations/cs_CZ/docs/extras/block-updates.md',
'/cs_CZ/dump-games' : '/translations/cs_CZ/docs/extras/dump-games.md',
'/cs_CZ/dump-wii-games' : '/translations/cs_CZ/docs/extras/dump-wii-games.md',
'/cs_CZ/unblock-updates' : '/translations/cs_CZ/docs/extras/unblock-updates.md',
'/cs_CZ/uninstall-cbhc' : '/translations/cs_CZ/docs/extras/uninstall-cbhc.md',
'/cs_CZ/faq' : '/translations/cs_CZ/docs/extras/faq.md',
'/cs_CZ/find-wiiu-ip-address' : '/translations/cs_CZ/docs/extras/find-wiiu-ip-address.md',
// About
'/cs_CZ/about' : '/translations/cs_CZ/docs/extras/about.md',
// Privacy Policy
'/cs_CZ/privacy-policy' : '/translations/cs_CZ/docs/privacy/privacy-policy',
// Translation - Danish
'/da_DK/' : '/translations/da_DK/docs/user-guide/introduction.md',
'/da_DK/sidebar.md' : '/translations/da_DK/docs/sidebar.md',
'/da_DK/introduction' : '/translations/da_DK/docs/user-guide/introduction.md',
'/da_DK/cfw-choice' : '/translations/da_DK/docs/user-guide/cfw-choice.md',
// CBHC
'/da_DK/cbhc/sidebar.md' : '/translations/da_DK/docs/user-guide/cbhc/sidebar.md',
'/da_DK/cbhc/ds-vc-choice' : '/translations/da_DK/docs/user-guide/cbhc/ds-vc-choice.md',
'/da_DK/cbhc/sd-preparation' : '/translations/da_DK/docs/user-guide/cbhc/sd-preparation.md',
'/da_DK/cbhc/browser-exploit' : '/translations/da_DK/docs/user-guide/cbhc/browser-exploit.md',
'/da_DK/cbhc/nand-backup' : '/translations/da_DK/docs/user-guide/cbhc/nand-backup.md',
'/da_DK/cbhc/launching-cfw' : '/translations/da_DK/docs/user-guide/cbhc/launching-cfw.md',
'/da_DK/cbhc/installing-hblc' : '/translations/da_DK/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/da_DK/haxchi/sidebar.md' : '/translations/da_DK/docs/user-guide/haxchi/sidebar.md',
'/da_DK/haxchi/ds-vc-choice' : '/translations/da_DK/docs/user-guide/haxchi/ds-vc-choice.md',
'/da_DK/haxchi/sd-preparation' : '/translations/da_DK/docs/user-guide/haxchi/sd-preparation.md',
'/da_DK/haxchi/browser-exploit' : '/translations/da_DK/docs/user-guide/haxchi/browser-exploit.md',
'/da_DK/haxchi/nand-backup' : '/translations/da_DK/docs/user-guide/haxchi/nand-backup.md',
'/da_DK/haxchi/launching-cfw' : '/translations/da_DK/docs/user-guide/haxchi/launching-cfw.md',
'/da_DK/haxchi/installing-hblc' : '/translations/da_DK/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/da_DK/mocha/sidebar.md' : '/translations/da_DK/docs/user-guide/mocha/sidebar.md',
'/da_DK/mocha/entrypoint-choice' : '/translations/da_DK/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/da_DK/mocha/online-exploit/sidebar.md' : '/translations/da_DK/docs/user-guide/mocha/online-exploit/sidebar.md',
'/da_DK/mocha/online-exploit/sd-preparation' : '/translations/da_DK/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/da_DK/mocha/online-exploit/browser-exploit' : '/translations/da_DK/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/da_DK/mocha/online-exploit/nand-backup' : '/translations/da_DK/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/da_DK/mocha/online-exploit/launching-cfw' : '/translations/da_DK/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/da_DK/mocha/indexiine/sidebar.md' : '/translations/da_DK/docs/user-guide/mocha/indexiine/sidebar.md',
'/da_DK/mocha/indexiine/sd-preparation' : '/translations/da_DK/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/da_DK/mocha/indexiine/browser-exploit' : '/translations/da_DK/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/da_DK/mocha/indexiine/nand-backup' : '/translations/da_DK/docs/user-guide/mocha/indexiine/nand-backup.md',
'/da_DK/mocha/indexiine/browser-modding' : '/translations/da_DK/docs/user-guide/mocha/indexiine/browser-modding.md',
'/da_DK/mocha/indexiine/launching-cfw' : '/translations/da_DK/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/da_DK/vwii-modding' : '/translations/da_DK/docs/vwii/vwii-modding.md',
'/da_DK/vwii/sidebar.md' : '/translations/da_DK/docs/user-guide/vwii/sidebar.md',
'/da_DK/vwii/browser-exploit' : '/translations/da_DK/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/da_DK/recover-mii-channel' : '/translations/da_DK/docs/troubleshooting/recover-mii-channel.md',
'/da_DK/recover-ios' : '/translations/da_DK/docs/troubleshooting/recover-ios.md',
'/da_DK/ios-folders' : '/translations/da_DK/docs/troubleshooting/ios-folders.md',
'/da_DK/common-issues-fixes' : '/translations/da_DK/docs/troubleshooting/common-issues-fixes.md',
'/da_DK/fix-errcode-112-1037' : '/translations/da_DK/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/da_DK/block-updates' : '/translations/da_DK/docs/extras/block-updates.md',
'/da_DK/dump-games' : '/translations/da_DK/docs/extras/dump-games.md',
'/da_DK/dump-wii-games' : '/translations/da_DK/docs/extras/dump-wii-games.md',
'/da_DK/unblock-updates' : '/translations/da_DK/docs/extras/unblock-updates.md',
'/da_DK/uninstall-cbhc' : '/translations/da_DK/docs/extras/uninstall-cbhc.md',
'/da_DK/faq' : '/translations/da_DK/docs/extras/faq.md',
'/da_DK/find-wiiu-ip-address' : '/translations/da_DK/docs/extras/find-wiiu-ip-address.md',
// About
'/da_DK/about' : '/translations/da_DK/docs/extras/about.md',
// Privacy Policy
'/da_DK/privacy-policy' : '/translations/da_DK/docs/privacy/privacy-policy',
// Translation - Dutch
'/nl_NL/' : '/translations/nl_NL/docs/user-guide/introduction.md',
'/nl_NL/sidebar.md' : '/translations/nl_NL/docs/sidebar.md',
'/nl_NL/introduction' : '/translations/nl_NL/docs/user-guide/introduction.md',
'/nl_NL/cfw-choice' : '/translations/nl_NL/docs/user-guide/cfw-choice.md',
// CBHC
'/nl_NL/cbhc/sidebar.md' : '/translations/nl_NL/docs/user-guide/cbhc/sidebar.md',
'/nl_NL/cbhc/ds-vc-choice' : '/translations/nl_NL/docs/user-guide/cbhc/ds-vc-choice.md',
'/nl_NL/cbhc/sd-preparation' : '/translations/nl_NL/docs/user-guide/cbhc/sd-preparation.md',
'/nl_NL/cbhc/browser-exploit' : '/translations/nl_NL/docs/user-guide/cbhc/browser-exploit.md',
'/nl_NL/cbhc/nand-backup' : '/translations/nl_NL/docs/user-guide/cbhc/nand-backup.md',
'/nl_NL/cbhc/launching-cfw' : '/translations/nl_NL/docs/user-guide/cbhc/launching-cfw.md',
'/nl_NL/cbhc/installing-hblc' : '/translations/nl_NL/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/nl_NL/haxchi/sidebar.md' : '/translations/nl_NL/docs/user-guide/haxchi/sidebar.md',
'/nl_NL/haxchi/ds-vc-choice' : '/translations/nl_NL/docs/user-guide/haxchi/ds-vc-choice.md',
'/nl_NL/haxchi/sd-preparation' : '/translations/nl_NL/docs/user-guide/haxchi/sd-preparation.md',
'/nl_NL/haxchi/browser-exploit' : '/translations/nl_NL/docs/user-guide/haxchi/browser-exploit.md',
'/nl_NL/haxchi/nand-backup' : '/translations/nl_NL/docs/user-guide/haxchi/nand-backup.md',
'/nl_NL/haxchi/launching-cfw' : '/translations/nl_NL/docs/user-guide/haxchi/launching-cfw.md',
'/nl_NL/haxchi/installing-hblc' : '/translations/nl_NL/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/nl_NL/mocha/sidebar.md' : '/translations/nl_NL/docs/user-guide/mocha/sidebar.md',
'/nl_NL/mocha/entrypoint-choice' : '/translations/nl_NL/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/nl_NL/mocha/online-exploit/sidebar.md' : '/translations/nl_NL/docs/user-guide/mocha/online-exploit/sidebar.md',
'/nl_NL/mocha/online-exploit/sd-preparation' : '/translations/nl_NL/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/nl_NL/mocha/online-exploit/browser-exploit' : '/translations/nl_NL/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/nl_NL/mocha/online-exploit/nand-backup' : '/translations/nl_NL/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/nl_NL/mocha/online-exploit/launching-cfw' : '/translations/nl_NL/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/nl_NL/mocha/indexiine/sidebar.md' : '/translations/nl_NL/docs/user-guide/mocha/indexiine/sidebar.md',
'/nl_NL/mocha/indexiine/sd-preparation' : '/translations/nl_NL/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/nl_NL/mocha/indexiine/browser-exploit' : '/translations/nl_NL/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/nl_NL/mocha/indexiine/nand-backup' : '/translations/nl_NL/docs/user-guide/mocha/indexiine/nand-backup.md',
'/nl_NL/mocha/indexiine/browser-modding' : '/translations/nl_NL/docs/user-guide/mocha/indexiine/browser-modding.md',
'/nl_NL/mocha/indexiine/launching-cfw' : '/translations/nl_NL/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/nl_NL/vwii-modding' : '/translations/nl_NL/docs/vwii/vwii-modding.md',
'/nl_NL/vwii/sidebar.md' : '/translations/nl_NL/docs/user-guide/vwii/sidebar.md',
'/nl_NL/vwii/browser-exploit' : '/translations/nl_NL/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/nl_NL/recover-mii-channel' : '/translations/nl_NL/docs/troubleshooting/recover-mii-channel.md',
'/nl_NL/recover-ios' : '/translations/nl_NL/docs/troubleshooting/recover-ios.md',
'/nl_NL/ios-folders' : '/translations/nl_NL/docs/troubleshooting/ios-folders.md',
'/nl_NL/common-issues-fixes' : '/translations/nl_NL/docs/troubleshooting/common-issues-fixes.md',
'/nl_NL/fix-errcode-112-1037' : '/translations/nl_NL/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/nl_NL/block-updates' : '/translations/nl_NL/docs/extras/block-updates.md',
'/nl_NL/dump-games' : '/translations/nl_NL/docs/extras/dump-games.md',
'/nl_NL/dump-wii-games' : '/translations/nl_NL/docs/extras/dump-wii-games.md',
'/nl_NL/unblock-updates' : '/translations/nl_NL/docs/extras/unblock-updates.md',
'/nl_NL/uninstall-cbhc' : '/translations/nl_NL/docs/extras/uninstall-cbhc.md',
'/nl_NL/faq' : '/translations/nl_NL/docs/extras/faq.md',
'/nl_NL/find-wiiu-ip-address' : '/translations/nl_NL/docs/extras/find-wiiu-ip-address.md',
// About
'/nl_NL/about' : '/translations/nl_NL/docs/extras/about.md',
// Privacy Policy
'/nl_NL/privacy-policy' : '/translations/nl_NL/docs/privacy/privacy-policy',
// Translation - Estonian
'/et_EE/' : '/translations/et_EE/docs/user-guide/introduction.md',
'/et_EE/sidebar.md' : '/translations/et_EE/docs/sidebar.md',
'/et_EE/introduction' : '/translations/et_EE/docs/user-guide/introduction.md',
'/et_EE/cfw-choice' : '/translations/et_EE/docs/user-guide/cfw-choice.md',
// CBHC
'/et_EE/cbhc/sidebar.md' : '/translations/et_EE/docs/user-guide/cbhc/sidebar.md',
'/et_EE/cbhc/ds-vc-choice' : '/translations/et_EE/docs/user-guide/cbhc/ds-vc-choice.md',
'/et_EE/cbhc/sd-preparation' : '/translations/et_EE/docs/user-guide/cbhc/sd-preparation.md',
'/et_EE/cbhc/browser-exploit' : '/translations/et_EE/docs/user-guide/cbhc/browser-exploit.md',
'/et_EE/cbhc/nand-backup' : '/translations/et_EE/docs/user-guide/cbhc/nand-backup.md',
'/et_EE/cbhc/launching-cfw' : '/translations/et_EE/docs/user-guide/cbhc/launching-cfw.md',
'/et_EE/cbhc/installing-hblc' : '/translations/et_EE/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/et_EE/haxchi/sidebar.md' : '/translations/et_EE/docs/user-guide/haxchi/sidebar.md',
'/et_EE/haxchi/ds-vc-choice' : '/translations/et_EE/docs/user-guide/haxchi/ds-vc-choice.md',
'/et_EE/haxchi/sd-preparation' : '/translations/et_EE/docs/user-guide/haxchi/sd-preparation.md',
'/et_EE/haxchi/browser-exploit' : '/translations/et_EE/docs/user-guide/haxchi/browser-exploit.md',
'/et_EE/haxchi/nand-backup' : '/translations/et_EE/docs/user-guide/haxchi/nand-backup.md',
'/et_EE/haxchi/launching-cfw' : '/translations/et_EE/docs/user-guide/haxchi/launching-cfw.md',
'/et_EE/haxchi/installing-hblc' : '/translations/et_EE/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/et_EE/mocha/sidebar.md' : '/translations/et_EE/docs/user-guide/mocha/sidebar.md',
'/et_EE/mocha/entrypoint-choice' : '/translations/et_EE/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/et_EE/mocha/online-exploit/sidebar.md' : '/translations/et_EE/docs/user-guide/mocha/online-exploit/sidebar.md',
'/et_EE/mocha/online-exploit/sd-preparation' : '/translations/et_EE/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/et_EE/mocha/online-exploit/browser-exploit' : '/translations/et_EE/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/et_EE/mocha/online-exploit/nand-backup' : '/translations/et_EE/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/et_EE/mocha/online-exploit/launching-cfw' : '/translations/et_EE/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/et_EE/mocha/indexiine/sidebar.md' : '/translations/et_EE/docs/user-guide/mocha/indexiine/sidebar.md',
'/et_EE/mocha/indexiine/sd-preparation' : '/translations/et_EE/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/et_EE/mocha/indexiine/browser-exploit' : '/translations/et_EE/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/et_EE/mocha/indexiine/nand-backup' : '/translations/et_EE/docs/user-guide/mocha/indexiine/nand-backup.md',
'/et_EE/mocha/indexiine/browser-modding' : '/translations/et_EE/docs/user-guide/mocha/indexiine/browser-modding.md',
'/et_EE/mocha/indexiine/launching-cfw' : '/translations/et_EE/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/et_EE/vwii-modding' : '/translations/et_EE/docs/vwii/vwii-modding.md',
'/et_EE/vwii/sidebar.md' : '/translations/et_EE/docs/user-guide/vwii/sidebar.md',
'/et_EE/vwii/browser-exploit' : '/translations/et_EE/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/et_EE/recover-mii-channel' : '/translations/et_EE/docs/troubleshooting/recover-mii-channel.md',
'/et_EE/recover-ios' : '/translations/et_EE/docs/troubleshooting/recover-ios.md',
'/et_EE/ios-folders' : '/translations/et_EE/docs/troubleshooting/ios-folders.md',
'/et_EE/common-issues-fixes' : '/translations/et_EE/docs/troubleshooting/common-issues-fixes.md',
'/et_EE/fix-errcode-112-1037' : '/translations/et_EE/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/et_EE/block-updates' : '/translations/et_EE/docs/extras/block-updates.md',
'/et_EE/dump-games' : '/translations/et_EE/docs/extras/dump-games.md',
'/et_EE/dump-wii-games' : '/translations/et_EE/docs/extras/dump-wii-games.md',
'/et_EE/unblock-updates' : '/translations/et_EE/docs/extras/unblock-updates.md',
'/et_EE/uninstall-cbhc' : '/translations/et_EE/docs/extras/uninstall-cbhc.md',
'/et_EE/faq' : '/translations/et_EE/docs/extras/faq.md',
'/et_EE/find-wiiu-ip-address' : '/translations/et_EE/docs/extras/find-wiiu-ip-address.md',
// About
'/et_EE/about' : '/translations/et_EE/docs/extras/about.md',
// Privacy Policy
'/et_EE/privacy-policy' : '/translations/et_EE/docs/privacy/privacy-policy',
// Translation - Finnish
'/fi_FI/' : '/translations/fi_FI/docs/user-guide/introduction.md',
'/fi_FI/sidebar.md' : '/translations/fi_FI/docs/sidebar.md',
'/fi_FI/introduction' : '/translations/fi_FI/docs/user-guide/introduction.md',
'/fi_FI/cfw-choice' : '/translations/fi_FI/docs/user-guide/cfw-choice.md',
// CBHC
'/fi_FI/cbhc/sidebar.md' : '/translations/fi_FI/docs/user-guide/cbhc/sidebar.md',
'/fi_FI/cbhc/ds-vc-choice' : '/translations/fi_FI/docs/user-guide/cbhc/ds-vc-choice.md',
'/fi_FI/cbhc/sd-preparation' : '/translations/fi_FI/docs/user-guide/cbhc/sd-preparation.md',
'/fi_FI/cbhc/browser-exploit' : '/translations/fi_FI/docs/user-guide/cbhc/browser-exploit.md',
'/fi_FI/cbhc/nand-backup' : '/translations/fi_FI/docs/user-guide/cbhc/nand-backup.md',
'/fi_FI/cbhc/launching-cfw' : '/translations/fi_FI/docs/user-guide/cbhc/launching-cfw.md',
'/fi_FI/cbhc/installing-hblc' : '/translations/fi_FI/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/fi_FI/haxchi/sidebar.md' : '/translations/fi_FI/docs/user-guide/haxchi/sidebar.md',
'/fi_FI/haxchi/ds-vc-choice' : '/translations/fi_FI/docs/user-guide/haxchi/ds-vc-choice.md',
'/fi_FI/haxchi/sd-preparation' : '/translations/fi_FI/docs/user-guide/haxchi/sd-preparation.md',
'/fi_FI/haxchi/browser-exploit' : '/translations/fi_FI/docs/user-guide/haxchi/browser-exploit.md',
'/fi_FI/haxchi/nand-backup' : '/translations/fi_FI/docs/user-guide/haxchi/nand-backup.md',
'/fi_FI/haxchi/launching-cfw' : '/translations/fi_FI/docs/user-guide/haxchi/launching-cfw.md',
'/fi_FI/haxchi/installing-hblc' : '/translations/fi_FI/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/fi_FI/mocha/sidebar.md' : '/translations/fi_FI/docs/user-guide/mocha/sidebar.md',
'/fi_FI/mocha/entrypoint-choice' : '/translations/fi_FI/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/fi_FI/mocha/online-exploit/sidebar.md' : '/translations/fi_FI/docs/user-guide/mocha/online-exploit/sidebar.md',
'/fi_FI/mocha/online-exploit/sd-preparation' : '/translations/fi_FI/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/fi_FI/mocha/online-exploit/browser-exploit' : '/translations/fi_FI/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/fi_FI/mocha/online-exploit/nand-backup' : '/translations/fi_FI/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/fi_FI/mocha/online-exploit/launching-cfw' : '/translations/fi_FI/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/fi_FI/mocha/indexiine/sidebar.md' : '/translations/fi_FI/docs/user-guide/mocha/indexiine/sidebar.md',
'/fi_FI/mocha/indexiine/sd-preparation' : '/translations/fi_FI/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/fi_FI/mocha/indexiine/browser-exploit' : '/translations/fi_FI/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/fi_FI/mocha/indexiine/nand-backup' : '/translations/fi_FI/docs/user-guide/mocha/indexiine/nand-backup.md',
'/fi_FI/mocha/indexiine/browser-modding' : '/translations/fi_FI/docs/user-guide/mocha/indexiine/browser-modding.md',
'/fi_FI/mocha/indexiine/launching-cfw' : '/translations/fi_FI/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/fi_FI/vwii-modding' : '/translations/fi_FI/docs/vwii/vwii-modding.md',
'/fi_FI/vwii/sidebar.md' : '/translations/fi_FI/docs/user-guide/vwii/sidebar.md',
'/fi_FI/vwii/browser-exploit' : '/translations/fi_FI/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/fi_FI/recover-mii-channel' : '/translations/fi_FI/docs/troubleshooting/recover-mii-channel.md',
'/fi_FI/recover-ios' : '/translations/fi_FI/docs/troubleshooting/recover-ios.md',
'/fi_FI/ios-folders' : '/translations/fi_FI/docs/troubleshooting/ios-folders.md',
'/fi_FI/common-issues-fixes' : '/translations/fi_FI/docs/troubleshooting/common-issues-fixes.md',
'/fi_FI/fix-errcode-112-1037' : '/translations/fi_FI/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/fi_FI/block-updates' : '/translations/fi_FI/docs/extras/block-updates.md',
'/fi_FI/dump-games' : '/translations/fi_FI/docs/extras/dump-games.md',
'/fi_FI/dump-wii-games' : '/translations/fi_FI/docs/extras/dump-wii-games.md',
'/fi_FI/unblock-updates' : '/translations/fi_FI/docs/extras/unblock-updates.md',
'/fi_FI/uninstall-cbhc' : '/translations/fi_FI/docs/extras/uninstall-cbhc.md',
'/fi_FI/faq' : '/translations/fi_FI/docs/extras/faq.md',
'/fi_FI/find-wiiu-ip-address' : '/translations/fi_FI/docs/extras/find-wiiu-ip-address.md',
// About
'/fi_FI/about' : '/translations/fi_FI/docs/extras/about.md',
// Privacy Policy
'/fi_FI/privacy-policy' : '/translations/fi_FI/docs/privacy/privacy-policy',
// Translation - French
'/fr_FR/' : '/translations/fr_FR/docs/user-guide/introduction.md',
'/fr_FR/sidebar.md' : '/translations/fr_FR/docs/sidebar.md',
'/fr_FR/introduction' : '/translations/fr_FR/docs/user-guide/introduction.md',
'/fr_FR/cfw-choice' : '/translations/fr_FR/docs/user-guide/cfw-choice.md',
// CBHC
'/fr_FR/cbhc/sidebar.md' : '/translations/fr_FR/docs/user-guide/cbhc/sidebar.md',
'/fr_FR/cbhc/ds-vc-choice' : '/translations/fr_FR/docs/user-guide/cbhc/ds-vc-choice.md',
'/fr_FR/cbhc/sd-preparation' : '/translations/fr_FR/docs/user-guide/cbhc/sd-preparation.md',
'/fr_FR/cbhc/browser-exploit' : '/translations/fr_FR/docs/user-guide/cbhc/browser-exploit.md',
'/fr_FR/cbhc/nand-backup' : '/translations/fr_FR/docs/user-guide/cbhc/nand-backup.md',
'/fr_FR/cbhc/launching-cfw' : '/translations/fr_FR/docs/user-guide/cbhc/launching-cfw.md',
'/fr_FR/cbhc/installing-hblc' : '/translations/fr_FR/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/fr_FR/haxchi/sidebar.md' : '/translations/fr_FR/docs/user-guide/haxchi/sidebar.md',
'/fr_FR/haxchi/ds-vc-choice' : '/translations/fr_FR/docs/user-guide/haxchi/ds-vc-choice.md',
'/fr_FR/haxchi/sd-preparation' : '/translations/fr_FR/docs/user-guide/haxchi/sd-preparation.md',
'/fr_FR/haxchi/browser-exploit' : '/translations/fr_FR/docs/user-guide/haxchi/browser-exploit.md',
'/fr_FR/haxchi/nand-backup' : '/translations/fr_FR/docs/user-guide/haxchi/nand-backup.md',
'/fr_FR/haxchi/launching-cfw' : '/translations/fr_FR/docs/user-guide/haxchi/launching-cfw.md',
'/fr_FR/haxchi/installing-hblc' : '/translations/fr_FR/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/fr_FR/mocha/sidebar.md' : '/translations/fr_FR/docs/user-guide/mocha/sidebar.md',
'/fr_FR/mocha/entrypoint-choice' : '/translations/fr_FR/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/fr_FR/mocha/online-exploit/sidebar.md' : '/translations/fr_FR/docs/user-guide/mocha/online-exploit/sidebar.md',
'/fr_FR/mocha/online-exploit/sd-preparation' : '/translations/fr_FR/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/fr_FR/mocha/online-exploit/browser-exploit' : '/translations/fr_FR/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/fr_FR/mocha/online-exploit/nand-backup' : '/translations/fr_FR/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/fr_FR/mocha/online-exploit/launching-cfw' : '/translations/fr_FR/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/fr_FR/mocha/indexiine/sidebar.md' : '/translations/fr_FR/docs/user-guide/mocha/indexiine/sidebar.md',
'/fr_FR/mocha/indexiine/sd-preparation' : '/translations/fr_FR/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/fr_FR/mocha/indexiine/browser-exploit' : '/translations/fr_FR/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/fr_FR/mocha/indexiine/nand-backup' : '/translations/fr_FR/docs/user-guide/mocha/indexiine/nand-backup.md',
'/fr_FR/mocha/indexiine/browser-modding' : '/translations/fr_FR/docs/user-guide/mocha/indexiine/browser-modding.md',
'/fr_FR/mocha/indexiine/launching-cfw' : '/translations/fr_FR/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/fr_FR/vwii-modding' : '/translations/fr_FR/docs/vwii/vwii-modding.md',
'/fr_FR/vwii/sidebar.md' : '/translations/fr_FR/docs/user-guide/vwii/sidebar.md',
'/fr_FR/vwii/browser-exploit' : '/translations/fr_FR/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/fr_FR/recover-mii-channel' : '/translations/fr_FR/docs/troubleshooting/recover-mii-channel.md',
'/fr_FR/recover-ios' : '/translations/fr_FR/docs/troubleshooting/recover-ios.md',
'/fr_FR/ios-folders' : '/translations/fr_FR/docs/troubleshooting/ios-folders.md',
'/fr_FR/common-issues-fixes' : '/translations/fr_FR/docs/troubleshooting/common-issues-fixes.md',
'/fr_FR/fix-errcode-112-1037' : '/translations/fr_FR/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/fr_FR/block-updates' : '/translations/fr_FR/docs/extras/block-updates.md',
'/fr_FR/dump-games' : '/translations/fr_FR/docs/extras/dump-games.md',
'/fr_FR/dump-wii-games' : '/translations/fr_FR/docs/extras/dump-wii-games.md',
'/fr_FR/unblock-updates' : '/translations/fr_FR/docs/extras/unblock-updates.md',
'/fr_FR/uninstall-cbhc' : '/translations/fr_FR/docs/extras/uninstall-cbhc.md',
'/fr_FR/faq' : '/translations/fr_FR/docs/extras/faq.md',
'/fr_FR/find-wiiu-ip-address' : '/translations/fr_FR/docs/extras/find-wiiu-ip-address.md',
// About
'/fr_FR/about' : '/translations/fr_FR/docs/extras/about.md',
// Privacy Policy
'/fr_FR/privacy-policy' : '/translations/fr_FR/docs/privacy/privacy-policy',
// Translation - German
'/de_DE/' : '/translations/de_DE/docs/user-guide/introduction.md',
'/de_DE/sidebar.md' : '/translations/de_DE/docs/sidebar.md',
'/de_DE/introduction' : '/translations/de_DE/docs/user-guide/introduction.md',
'/de_DE/cfw-choice' : '/translations/de_DE/docs/user-guide/cfw-choice.md',
// CBHC
'/de_DE/cbhc/sidebar.md' : '/translations/de_DE/docs/user-guide/cbhc/sidebar.md',
'/de_DE/cbhc/ds-vc-choice' : '/translations/de_DE/docs/user-guide/cbhc/ds-vc-choice.md',
'/de_DE/cbhc/sd-preparation' : '/translations/de_DE/docs/user-guide/cbhc/sd-preparation.md',
'/de_DE/cbhc/browser-exploit' : '/translations/de_DE/docs/user-guide/cbhc/browser-exploit.md',
'/de_DE/cbhc/nand-backup' : '/translations/de_DE/docs/user-guide/cbhc/nand-backup.md',
'/de_DE/cbhc/launching-cfw' : '/translations/de_DE/docs/user-guide/cbhc/launching-cfw.md',
'/de_DE/cbhc/installing-hblc' : '/translations/de_DE/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/de_DE/haxchi/sidebar.md' : '/translations/de_DE/docs/user-guide/haxchi/sidebar.md',
'/de_DE/haxchi/ds-vc-choice' : '/translations/de_DE/docs/user-guide/haxchi/ds-vc-choice.md',
'/de_DE/haxchi/sd-preparation' : '/translations/de_DE/docs/user-guide/haxchi/sd-preparation.md',
'/de_DE/haxchi/browser-exploit' : '/translations/de_DE/docs/user-guide/haxchi/browser-exploit.md',
'/de_DE/haxchi/nand-backup' : '/translations/de_DE/docs/user-guide/haxchi/nand-backup.md',
'/de_DE/haxchi/launching-cfw' : '/translations/de_DE/docs/user-guide/haxchi/launching-cfw.md',
'/de_DE/haxchi/installing-hblc' : '/translations/de_DE/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/de_DE/mocha/sidebar.md' : '/translations/de_DE/docs/user-guide/mocha/sidebar.md',
'/de_DE/mocha/entrypoint-choice' : '/translations/de_DE/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/de_DE/mocha/online-exploit/sidebar.md' : '/translations/de_DE/docs/user-guide/mocha/online-exploit/sidebar.md',
'/de_DE/mocha/online-exploit/sd-preparation' : '/translations/de_DE/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/de_DE/mocha/online-exploit/browser-exploit' : '/translations/de_DE/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/de_DE/mocha/online-exploit/nand-backup' : '/translations/de_DE/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/de_DE/mocha/online-exploit/launching-cfw' : '/translations/de_DE/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/de_DE/mocha/indexiine/sidebar.md' : '/translations/de_DE/docs/user-guide/mocha/indexiine/sidebar.md',
'/de_DE/mocha/indexiine/sd-preparation' : '/translations/de_DE/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/de_DE/mocha/indexiine/browser-exploit' : '/translations/de_DE/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/de_DE/mocha/indexiine/nand-backup' : '/translations/de_DE/docs/user-guide/mocha/indexiine/nand-backup.md',
'/de_DE/mocha/indexiine/browser-modding' : '/translations/de_DE/docs/user-guide/mocha/indexiine/browser-modding.md',
'/de_DE/mocha/indexiine/launching-cfw' : '/translations/de_DE/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/de_DE/vwii-modding' : '/translations/de_DE/docs/vwii/vwii-modding.md',
'/de_DE/vwii/sidebar.md' : '/translations/de_DE/docs/user-guide/vwii/sidebar.md',
'/de_DE/vwii/browser-exploit' : '/translations/de_DE/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/de_DE/recover-mii-channel' : '/translations/de_DE/docs/troubleshooting/recover-mii-channel.md',
'/de_DE/recover-ios' : '/translations/de_DE/docs/troubleshooting/recover-ios.md',
'/de_DE/ios-folders' : '/translations/de_DE/docs/troubleshooting/ios-folders.md',
'/de_DE/common-issues-fixes' : '/translations/de_DE/docs/troubleshooting/common-issues-fixes.md',
'/de_DE/fix-errcode-112-1037' : '/translations/de_DE/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/de_DE/block-updates' : '/translations/de_DE/docs/extras/block-updates.md',
'/de_DE/dump-games' : '/translations/de_DE/docs/extras/dump-games.md',
'/de_DE/dump-wii-games' : '/translations/de_DE/docs/extras/dump-wii-games.md',
'/de_DE/unblock-updates' : '/translations/de_DE/docs/extras/unblock-updates.md',
'/de_DE/uninstall-cbhc' : '/translations/de_DE/docs/extras/uninstall-cbhc.md',
'/de_DE/faq' : '/translations/de_DE/docs/extras/faq.md',
'/de_DE/find-wiiu-ip-address' : '/translations/de_DE/docs/extras/find-wiiu-ip-address.md',
// About
'/de_DE/about' : '/translations/de_DE/docs/extras/about.md',
// Privacy Policy
'/de_DE/privacy-policy' : '/translations/de_DE/docs/privacy/privacy-policy',
// Translation - Greek
'/el_GR/' : '/translations/el_GR/docs/user-guide/introduction.md',
'/el_GR/sidebar.md' : '/translations/el_GR/docs/sidebar.md',
'/el_GR/introduction' : '/translations/el_GR/docs/user-guide/introduction.md',
'/el_GR/cfw-choice' : '/translations/el_GR/docs/user-guide/cfw-choice.md',
// CBHC
'/el_GR/cbhc/sidebar.md' : '/translations/el_GR/docs/user-guide/cbhc/sidebar.md',
'/el_GR/cbhc/ds-vc-choice' : '/translations/el_GR/docs/user-guide/cbhc/ds-vc-choice.md',
'/el_GR/cbhc/sd-preparation' : '/translations/el_GR/docs/user-guide/cbhc/sd-preparation.md',
'/el_GR/cbhc/browser-exploit' : '/translations/el_GR/docs/user-guide/cbhc/browser-exploit.md',
'/el_GR/cbhc/nand-backup' : '/translations/el_GR/docs/user-guide/cbhc/nand-backup.md',
'/el_GR/cbhc/launching-cfw' : '/translations/el_GR/docs/user-guide/cbhc/launching-cfw.md',
'/el_GR/cbhc/installing-hblc' : '/translations/el_GR/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/el_GR/haxchi/sidebar.md' : '/translations/el_GR/docs/user-guide/haxchi/sidebar.md',
'/el_GR/haxchi/ds-vc-choice' : '/translations/el_GR/docs/user-guide/haxchi/ds-vc-choice.md',
'/el_GR/haxchi/sd-preparation' : '/translations/el_GR/docs/user-guide/haxchi/sd-preparation.md',
'/el_GR/haxchi/browser-exploit' : '/translations/el_GR/docs/user-guide/haxchi/browser-exploit.md',
'/el_GR/haxchi/nand-backup' : '/translations/el_GR/docs/user-guide/haxchi/nand-backup.md',
'/el_GR/haxchi/launching-cfw' : '/translations/el_GR/docs/user-guide/haxchi/launching-cfw.md',
'/el_GR/haxchi/installing-hblc' : '/translations/el_GR/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/el_GR/mocha/sidebar.md' : '/translations/el_GR/docs/user-guide/mocha/sidebar.md',
'/el_GR/mocha/entrypoint-choice' : '/translations/el_GR/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/el_GR/mocha/online-exploit/sidebar.md' : '/translations/el_GR/docs/user-guide/mocha/online-exploit/sidebar.md',
'/el_GR/mocha/online-exploit/sd-preparation' : '/translations/el_GR/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/el_GR/mocha/online-exploit/browser-exploit' : '/translations/el_GR/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/el_GR/mocha/online-exploit/nand-backup' : '/translations/el_GR/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/el_GR/mocha/online-exploit/launching-cfw' : '/translations/el_GR/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/el_GR/mocha/indexiine/sidebar.md' : '/translations/el_GR/docs/user-guide/mocha/indexiine/sidebar.md',
'/el_GR/mocha/indexiine/sd-preparation' : '/translations/el_GR/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/el_GR/mocha/indexiine/browser-exploit' : '/translations/el_GR/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/el_GR/mocha/indexiine/nand-backup' : '/translations/el_GR/docs/user-guide/mocha/indexiine/nand-backup.md',
'/el_GR/mocha/indexiine/browser-modding' : '/translations/el_GR/docs/user-guide/mocha/indexiine/browser-modding.md',
'/el_GR/mocha/indexiine/launching-cfw' : '/translations/el_GR/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/el_GR/vwii-modding' : '/translations/el_GR/docs/vwii/vwii-modding.md',
'/el_GR/vwii/sidebar.md' : '/translations/el_GR/docs/user-guide/vwii/sidebar.md',
'/el_GR/vwii/browser-exploit' : '/translations/el_GR/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/el_GR/recover-mii-channel' : '/translations/el_GR/docs/troubleshooting/recover-mii-channel.md',
'/el_GR/recover-ios' : '/translations/el_GR/docs/troubleshooting/recover-ios.md',
'/el_GR/ios-folders' : '/translations/el_GR/docs/troubleshooting/ios-folders.md',
'/el_GR/common-issues-fixes' : '/translations/el_GR/docs/troubleshooting/common-issues-fixes.md',
'/el_GR/fix-errcode-112-1037' : '/translations/el_GR/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/el_GR/block-updates' : '/translations/el_GR/docs/extras/block-updates.md',
'/el_GR/dump-games' : '/translations/el_GR/docs/extras/dump-games.md',
'/el_GR/dump-wii-games' : '/translations/el_GR/docs/extras/dump-wii-games.md',
'/el_GR/unblock-updates' : '/translations/el_GR/docs/extras/unblock-updates.md',
'/el_GR/uninstall-cbhc' : '/translations/el_GR/docs/extras/uninstall-cbhc.md',
'/el_GR/faq' : '/translations/el_GR/docs/extras/faq.md',
'/el_GR/find-wiiu-ip-address' : '/translations/el_GR/docs/extras/find-wiiu-ip-address.md',
// About
'/el_GR/about' : '/translations/el_GR/docs/extras/about.md',
// Privacy Policy
'/el_GR/privacy-policy' : '/translations/el_GR/docs/privacy/privacy-policy',
// Translation - Hebrew
'/he_IL/' : '/translations/he_IL/docs/user-guide/introduction.md',
'/he_IL/sidebar.md' : '/translations/he_IL/docs/sidebar.md',
'/he_IL/introduction' : '/translations/he_IL/docs/user-guide/introduction.md',
'/he_IL/cfw-choice' : '/translations/he_IL/docs/user-guide/cfw-choice.md',
// CBHC
'/he_IL/cbhc/sidebar.md' : '/translations/he_IL/docs/user-guide/cbhc/sidebar.md',
'/he_IL/cbhc/ds-vc-choice' : '/translations/he_IL/docs/user-guide/cbhc/ds-vc-choice.md',
'/he_IL/cbhc/sd-preparation' : '/translations/he_IL/docs/user-guide/cbhc/sd-preparation.md',
'/he_IL/cbhc/browser-exploit' : '/translations/he_IL/docs/user-guide/cbhc/browser-exploit.md',
'/he_IL/cbhc/nand-backup' : '/translations/he_IL/docs/user-guide/cbhc/nand-backup.md',
'/he_IL/cbhc/launching-cfw' : '/translations/he_IL/docs/user-guide/cbhc/launching-cfw.md',
'/he_IL/cbhc/installing-hblc' : '/translations/he_IL/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/he_IL/haxchi/sidebar.md' : '/translations/he_IL/docs/user-guide/haxchi/sidebar.md',
'/he_IL/haxchi/ds-vc-choice' : '/translations/he_IL/docs/user-guide/haxchi/ds-vc-choice.md',
'/he_IL/haxchi/sd-preparation' : '/translations/he_IL/docs/user-guide/haxchi/sd-preparation.md',
'/he_IL/haxchi/browser-exploit' : '/translations/he_IL/docs/user-guide/haxchi/browser-exploit.md',
'/he_IL/haxchi/nand-backup' : '/translations/he_IL/docs/user-guide/haxchi/nand-backup.md',
'/he_IL/haxchi/launching-cfw' : '/translations/he_IL/docs/user-guide/haxchi/launching-cfw.md',
'/he_IL/haxchi/installing-hblc' : '/translations/he_IL/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/he_IL/mocha/sidebar.md' : '/translations/he_IL/docs/user-guide/mocha/sidebar.md',
'/he_IL/mocha/entrypoint-choice' : '/translations/he_IL/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/he_IL/mocha/online-exploit/sidebar.md' : '/translations/he_IL/docs/user-guide/mocha/online-exploit/sidebar.md',
'/he_IL/mocha/online-exploit/sd-preparation' : '/translations/he_IL/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/he_IL/mocha/online-exploit/browser-exploit' : '/translations/he_IL/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/he_IL/mocha/online-exploit/nand-backup' : '/translations/he_IL/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/he_IL/mocha/online-exploit/launching-cfw' : '/translations/he_IL/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/he_IL/mocha/indexiine/sidebar.md' : '/translations/he_IL/docs/user-guide/mocha/indexiine/sidebar.md',
'/he_IL/mocha/indexiine/sd-preparation' : '/translations/he_IL/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/he_IL/mocha/indexiine/browser-exploit' : '/translations/he_IL/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/he_IL/mocha/indexiine/nand-backup' : '/translations/he_IL/docs/user-guide/mocha/indexiine/nand-backup.md',
'/he_IL/mocha/indexiine/browser-modding' : '/translations/he_IL/docs/user-guide/mocha/indexiine/browser-modding.md',
'/he_IL/mocha/indexiine/launching-cfw' : '/translations/he_IL/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/he_IL/vwii-modding' : '/translations/he_IL/docs/vwii/vwii-modding.md',
'/he_IL/vwii/sidebar.md' : '/translations/he_IL/docs/user-guide/vwii/sidebar.md',
'/he_IL/vwii/browser-exploit' : '/translations/he_IL/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/he_IL/recover-mii-channel' : '/translations/he_IL/docs/troubleshooting/recover-mii-channel.md',
'/he_IL/recover-ios' : '/translations/he_IL/docs/troubleshooting/recover-ios.md',
'/he_IL/ios-folders' : '/translations/he_IL/docs/troubleshooting/ios-folders.md',
'/he_IL/common-issues-fixes' : '/translations/he_IL/docs/troubleshooting/common-issues-fixes.md',
'/he_IL/fix-errcode-112-1037' : '/translations/he_IL/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/he_IL/block-updates' : '/translations/he_IL/docs/extras/block-updates.md',
'/he_IL/dump-games' : '/translations/he_IL/docs/extras/dump-games.md',
'/he_IL/dump-wii-games' : '/translations/he_IL/docs/extras/dump-wii-games.md',
'/he_IL/unblock-updates' : '/translations/he_IL/docs/extras/unblock-updates.md',
'/he_IL/uninstall-cbhc' : '/translations/he_IL/docs/extras/uninstall-cbhc.md',
'/he_IL/faq' : '/translations/he_IL/docs/extras/faq.md',
'/he_IL/find-wiiu-ip-address' : '/translations/he_IL/docs/extras/find-wiiu-ip-address.md',
// About
'/he_IL/about' : '/translations/he_IL/docs/extras/about.md',
// Privacy Policy
'/he_IL/privacy-policy' : '/translations/he_IL/docs/privacy/privacy-policy',
// Translation - Hungarian
'/hu_HU/' : '/translations/hu_HU/docs/user-guide/introduction.md',
'/hu_HU/sidebar.md' : '/translations/hu_HU/docs/sidebar.md',
'/hu_HU/introduction' : '/translations/hu_HU/docs/user-guide/introduction.md',
'/hu_HU/cfw-choice' : '/translations/hu_HU/docs/user-guide/cfw-choice.md',
// CBHC
'/hu_HU/cbhc/sidebar.md' : '/translations/hu_HU/docs/user-guide/cbhc/sidebar.md',
'/hu_HU/cbhc/ds-vc-choice' : '/translations/hu_HU/docs/user-guide/cbhc/ds-vc-choice.md',
'/hu_HU/cbhc/sd-preparation' : '/translations/hu_HU/docs/user-guide/cbhc/sd-preparation.md',
'/hu_HU/cbhc/browser-exploit' : '/translations/hu_HU/docs/user-guide/cbhc/browser-exploit.md',
'/hu_HU/cbhc/nand-backup' : '/translations/hu_HU/docs/user-guide/cbhc/nand-backup.md',
'/hu_HU/cbhc/launching-cfw' : '/translations/hu_HU/docs/user-guide/cbhc/launching-cfw.md',
'/hu_HU/cbhc/installing-hblc' : '/translations/hu_HU/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/hu_HU/haxchi/sidebar.md' : '/translations/hu_HU/docs/user-guide/haxchi/sidebar.md',
'/hu_HU/haxchi/ds-vc-choice' : '/translations/hu_HU/docs/user-guide/haxchi/ds-vc-choice.md',
'/hu_HU/haxchi/sd-preparation' : '/translations/hu_HU/docs/user-guide/haxchi/sd-preparation.md',
'/hu_HU/haxchi/browser-exploit' : '/translations/hu_HU/docs/user-guide/haxchi/browser-exploit.md',
'/hu_HU/haxchi/nand-backup' : '/translations/hu_HU/docs/user-guide/haxchi/nand-backup.md',
'/hu_HU/haxchi/launching-cfw' : '/translations/hu_HU/docs/user-guide/haxchi/launching-cfw.md',
'/hu_HU/haxchi/installing-hblc' : '/translations/hu_HU/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/hu_HU/mocha/sidebar.md' : '/translations/hu_HU/docs/user-guide/mocha/sidebar.md',
'/hu_HU/mocha/entrypoint-choice' : '/translations/hu_HU/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/hu_HU/mocha/online-exploit/sidebar.md' : '/translations/hu_HU/docs/user-guide/mocha/online-exploit/sidebar.md',
'/hu_HU/mocha/online-exploit/sd-preparation' : '/translations/hu_HU/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/hu_HU/mocha/online-exploit/browser-exploit' : '/translations/hu_HU/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/hu_HU/mocha/online-exploit/nand-backup' : '/translations/hu_HU/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/hu_HU/mocha/online-exploit/launching-cfw' : '/translations/hu_HU/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/hu_HU/mocha/indexiine/sidebar.md' : '/translations/hu_HU/docs/user-guide/mocha/indexiine/sidebar.md',
'/hu_HU/mocha/indexiine/sd-preparation' : '/translations/hu_HU/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/hu_HU/mocha/indexiine/browser-exploit' : '/translations/hu_HU/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/hu_HU/mocha/indexiine/nand-backup' : '/translations/hu_HU/docs/user-guide/mocha/indexiine/nand-backup.md',
'/hu_HU/mocha/indexiine/browser-modding' : '/translations/hu_HU/docs/user-guide/mocha/indexiine/browser-modding.md',
'/hu_HU/mocha/indexiine/launching-cfw' : '/translations/hu_HU/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/hu_HU/vwii-modding' : '/translations/hu_HU/docs/vwii/vwii-modding.md',
'/hu_HU/vwii/sidebar.md' : '/translations/hu_HU/docs/user-guide/vwii/sidebar.md',
'/hu_HU/vwii/browser-exploit' : '/translations/hu_HU/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/hu_HU/recover-mii-channel' : '/translations/hu_HU/docs/troubleshooting/recover-mii-channel.md',
'/hu_HU/recover-ios' : '/translations/hu_HU/docs/troubleshooting/recover-ios.md',
'/hu_HU/ios-folders' : '/translations/hu_HU/docs/troubleshooting/ios-folders.md',
'/hu_HU/common-issues-fixes' : '/translations/hu_HU/docs/troubleshooting/common-issues-fixes.md',
'/hu_HU/fix-errcode-112-1037' : '/translations/hu_HU/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/hu_HU/block-updates' : '/translations/hu_HU/docs/extras/block-updates.md',
'/hu_HU/dump-games' : '/translations/hu_HU/docs/extras/dump-games.md',
'/hu_HU/dump-wii-games' : '/translations/hu_HU/docs/extras/dump-wii-games.md',
'/hu_HU/unblock-updates' : '/translations/hu_HU/docs/extras/unblock-updates.md',
'/hu_HU/uninstall-cbhc' : '/translations/hu_HU/docs/extras/uninstall-cbhc.md',
'/hu_HU/faq' : '/translations/hu_HU/docs/extras/faq.md',
'/hu_HU/find-wiiu-ip-address' : '/translations/hu_HU/docs/extras/find-wiiu-ip-address.md',
// About
'/hu_HU/about' : '/translations/hu_HU/docs/extras/about.md',
// Privacy Policy
'/hu_HU/privacy-policy' : '/translations/hu_HU/docs/privacy/privacy-policy',
// Translation - Indonesian
'/id_ID/' : '/translations/id_ID/docs/user-guide/introduction.md',
'/id_ID/sidebar.md' : '/translations/id_ID/docs/sidebar.md',
'/id_ID/introduction' : '/translations/id_ID/docs/user-guide/introduction.md',
'/id_ID/cfw-choice' : '/translations/id_ID/docs/user-guide/cfw-choice.md',
// CBHC
'/id_ID/cbhc/sidebar.md' : '/translations/id_ID/docs/user-guide/cbhc/sidebar.md',
'/id_ID/cbhc/ds-vc-choice' : '/translations/id_ID/docs/user-guide/cbhc/ds-vc-choice.md',
'/id_ID/cbhc/sd-preparation' : '/translations/id_ID/docs/user-guide/cbhc/sd-preparation.md',
'/id_ID/cbhc/browser-exploit' : '/translations/id_ID/docs/user-guide/cbhc/browser-exploit.md',
'/id_ID/cbhc/nand-backup' : '/translations/id_ID/docs/user-guide/cbhc/nand-backup.md',
'/id_ID/cbhc/launching-cfw' : '/translations/id_ID/docs/user-guide/cbhc/launching-cfw.md',
'/id_ID/cbhc/installing-hblc' : '/translations/id_ID/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/id_ID/haxchi/sidebar.md' : '/translations/id_ID/docs/user-guide/haxchi/sidebar.md',
'/id_ID/haxchi/ds-vc-choice' : '/translations/id_ID/docs/user-guide/haxchi/ds-vc-choice.md',
'/id_ID/haxchi/sd-preparation' : '/translations/id_ID/docs/user-guide/haxchi/sd-preparation.md',
'/id_ID/haxchi/browser-exploit' : '/translations/id_ID/docs/user-guide/haxchi/browser-exploit.md',
'/id_ID/haxchi/nand-backup' : '/translations/id_ID/docs/user-guide/haxchi/nand-backup.md',
'/id_ID/haxchi/launching-cfw' : '/translations/id_ID/docs/user-guide/haxchi/launching-cfw.md',
'/id_ID/haxchi/installing-hblc' : '/translations/id_ID/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/id_ID/mocha/sidebar.md' : '/translations/id_ID/docs/user-guide/mocha/sidebar.md',
'/id_ID/mocha/entrypoint-choice' : '/translations/id_ID/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/id_ID/mocha/online-exploit/sidebar.md' : '/translations/id_ID/docs/user-guide/mocha/online-exploit/sidebar.md',
'/id_ID/mocha/online-exploit/sd-preparation' : '/translations/id_ID/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/id_ID/mocha/online-exploit/browser-exploit' : '/translations/id_ID/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/id_ID/mocha/online-exploit/nand-backup' : '/translations/id_ID/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/id_ID/mocha/online-exploit/launching-cfw' : '/translations/id_ID/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/id_ID/mocha/indexiine/sidebar.md' : '/translations/id_ID/docs/user-guide/mocha/indexiine/sidebar.md',
'/id_ID/mocha/indexiine/sd-preparation' : '/translations/id_ID/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/id_ID/mocha/indexiine/browser-exploit' : '/translations/id_ID/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/id_ID/mocha/indexiine/nand-backup' : '/translations/id_ID/docs/user-guide/mocha/indexiine/nand-backup.md',
'/id_ID/mocha/indexiine/browser-modding' : '/translations/id_ID/docs/user-guide/mocha/indexiine/browser-modding.md',
'/id_ID/mocha/indexiine/launching-cfw' : '/translations/id_ID/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/id_ID/vwii-modding' : '/translations/id_ID/docs/vwii/vwii-modding.md',
'/id_ID/vwii/sidebar.md' : '/translations/id_ID/docs/user-guide/vwii/sidebar.md',
'/id_ID/vwii/browser-exploit' : '/translations/id_ID/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/id_ID/recover-mii-channel' : '/translations/id_ID/docs/troubleshooting/recover-mii-channel.md',
'/id_ID/recover-ios' : '/translations/id_ID/docs/troubleshooting/recover-ios.md',
'/id_ID/ios-folders' : '/translations/id_ID/docs/troubleshooting/ios-folders.md',
'/id_ID/common-issues-fixes' : '/translations/id_ID/docs/troubleshooting/common-issues-fixes.md',
'/id_ID/fix-errcode-112-1037' : '/translations/id_ID/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/id_ID/block-updates' : '/translations/id_ID/docs/extras/block-updates.md',
'/id_ID/dump-games' : '/translations/id_ID/docs/extras/dump-games.md',
'/id_ID/dump-wii-games' : '/translations/id_ID/docs/extras/dump-wii-games.md',
'/id_ID/unblock-updates' : '/translations/id_ID/docs/extras/unblock-updates.md',
'/id_ID/uninstall-cbhc' : '/translations/id_ID/docs/extras/uninstall-cbhc.md',
'/id_ID/faq' : '/translations/id_ID/docs/extras/faq.md',
'/id_ID/find-wiiu-ip-address' : '/translations/id_ID/docs/extras/find-wiiu-ip-address.md',
// About
'/id_ID/about' : '/translations/id_ID/docs/extras/about.md',
// Privacy Policy
'/id_ID/privacy-policy' : '/translations/id_ID/docs/privacy/privacy-policy',
// Translation - Italian
'/it_IT/' : '/translations/it_IT/docs/user-guide/introduction.md',
'/it_IT/sidebar.md' : '/translations/it_IT/docs/sidebar.md',
'/it_IT/introduction' : '/translations/it_IT/docs/user-guide/introduction.md',
'/it_IT/cfw-choice' : '/translations/it_IT/docs/user-guide/cfw-choice.md',
// CBHC
'/it_IT/cbhc/sidebar.md' : '/translations/it_IT/docs/user-guide/cbhc/sidebar.md',
'/it_IT/cbhc/ds-vc-choice' : '/translations/it_IT/docs/user-guide/cbhc/ds-vc-choice.md',
'/it_IT/cbhc/sd-preparation' : '/translations/it_IT/docs/user-guide/cbhc/sd-preparation.md',
'/it_IT/cbhc/browser-exploit' : '/translations/it_IT/docs/user-guide/cbhc/browser-exploit.md',
'/it_IT/cbhc/nand-backup' : '/translations/it_IT/docs/user-guide/cbhc/nand-backup.md',
'/it_IT/cbhc/launching-cfw' : '/translations/it_IT/docs/user-guide/cbhc/launching-cfw.md',
'/it_IT/cbhc/installing-hblc' : '/translations/it_IT/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/it_IT/haxchi/sidebar.md' : '/translations/it_IT/docs/user-guide/haxchi/sidebar.md',
'/it_IT/haxchi/ds-vc-choice' : '/translations/it_IT/docs/user-guide/haxchi/ds-vc-choice.md',
'/it_IT/haxchi/sd-preparation' : '/translations/it_IT/docs/user-guide/haxchi/sd-preparation.md',
'/it_IT/haxchi/browser-exploit' : '/translations/it_IT/docs/user-guide/haxchi/browser-exploit.md',
'/it_IT/haxchi/nand-backup' : '/translations/it_IT/docs/user-guide/haxchi/nand-backup.md',
'/it_IT/haxchi/launching-cfw' : '/translations/it_IT/docs/user-guide/haxchi/launching-cfw.md',
'/it_IT/haxchi/installing-hblc' : '/translations/it_IT/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/it_IT/mocha/sidebar.md' : '/translations/it_IT/docs/user-guide/mocha/sidebar.md',
'/it_IT/mocha/entrypoint-choice' : '/translations/it_IT/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/it_IT/mocha/online-exploit/sidebar.md' : '/translations/it_IT/docs/user-guide/mocha/online-exploit/sidebar.md',
'/it_IT/mocha/online-exploit/sd-preparation' : '/translations/it_IT/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/it_IT/mocha/online-exploit/browser-exploit' : '/translations/it_IT/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/it_IT/mocha/online-exploit/nand-backup' : '/translations/it_IT/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/it_IT/mocha/online-exploit/launching-cfw' : '/translations/it_IT/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/it_IT/mocha/indexiine/sidebar.md' : '/translations/it_IT/docs/user-guide/mocha/indexiine/sidebar.md',
'/it_IT/mocha/indexiine/sd-preparation' : '/translations/it_IT/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/it_IT/mocha/indexiine/browser-exploit' : '/translations/it_IT/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/it_IT/mocha/indexiine/nand-backup' : '/translations/it_IT/docs/user-guide/mocha/indexiine/nand-backup.md',
'/it_IT/mocha/indexiine/browser-modding' : '/translations/it_IT/docs/user-guide/mocha/indexiine/browser-modding.md',
'/it_IT/mocha/indexiine/launching-cfw' : '/translations/it_IT/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/it_IT/vwii-modding' : '/translations/it_IT/docs/vwii/vwii-modding.md',
'/it_IT/vwii/sidebar.md' : '/translations/it_IT/docs/user-guide/vwii/sidebar.md',
'/it_IT/vwii/browser-exploit' : '/translations/it_IT/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/it_IT/recover-mii-channel' : '/translations/it_IT/docs/troubleshooting/recover-mii-channel.md',
'/it_IT/recover-ios' : '/translations/it_IT/docs/troubleshooting/recover-ios.md',
'/it_IT/ios-folders' : '/translations/it_IT/docs/troubleshooting/ios-folders.md',
'/it_IT/common-issues-fixes' : '/translations/it_IT/docs/troubleshooting/common-issues-fixes.md',
'/it_IT/fix-errcode-112-1037' : '/translations/it_IT/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/it_IT/block-updates' : '/translations/it_IT/docs/extras/block-updates.md',
'/it_IT/dump-games' : '/translations/it_IT/docs/extras/dump-games.md',
'/it_IT/dump-wii-games' : '/translations/it_IT/docs/extras/dump-wii-games.md',
'/it_IT/unblock-updates' : '/translations/it_IT/docs/extras/unblock-updates.md',
'/it_IT/uninstall-cbhc' : '/translations/it_IT/docs/extras/uninstall-cbhc.md',
'/it_IT/faq' : '/translations/it_IT/docs/extras/faq.md',
'/it_IT/find-wiiu-ip-address' : '/translations/it_IT/docs/extras/find-wiiu-ip-address.md',
// About
'/it_IT/about' : '/translations/it_IT/docs/extras/about.md',
// Privacy Policy
'/it_IT/privacy-policy' : '/translations/it_IT/docs/privacy/privacy-policy',
// Translation - Japanese
'/ja_JP/' : '/translations/ja_JP/docs/user-guide/introduction.md',
'/ja_JP/sidebar.md' : '/translations/ja_JP/docs/sidebar.md',
'/ja_JP/introduction' : '/translations/ja_JP/docs/user-guide/introduction.md',
'/ja_JP/cfw-choice' : '/translations/ja_JP/docs/user-guide/cfw-choice.md',
// CBHC
'/ja_JP/cbhc/sidebar.md' : '/translations/ja_JP/docs/user-guide/cbhc/sidebar.md',
'/ja_JP/cbhc/ds-vc-choice' : '/translations/ja_JP/docs/user-guide/cbhc/ds-vc-choice.md',
'/ja_JP/cbhc/sd-preparation' : '/translations/ja_JP/docs/user-guide/cbhc/sd-preparation.md',
'/ja_JP/cbhc/browser-exploit' : '/translations/ja_JP/docs/user-guide/cbhc/browser-exploit.md',
'/ja_JP/cbhc/nand-backup' : '/translations/ja_JP/docs/user-guide/cbhc/nand-backup.md',
'/ja_JP/cbhc/launching-cfw' : '/translations/ja_JP/docs/user-guide/cbhc/launching-cfw.md',
'/ja_JP/cbhc/installing-hblc' : '/translations/ja_JP/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/ja_JP/haxchi/sidebar.md' : '/translations/ja_JP/docs/user-guide/haxchi/sidebar.md',
'/ja_JP/haxchi/ds-vc-choice' : '/translations/ja_JP/docs/user-guide/haxchi/ds-vc-choice.md',
'/ja_JP/haxchi/sd-preparation' : '/translations/ja_JP/docs/user-guide/haxchi/sd-preparation.md',
'/ja_JP/haxchi/browser-exploit' : '/translations/ja_JP/docs/user-guide/haxchi/browser-exploit.md',
'/ja_JP/haxchi/nand-backup' : '/translations/ja_JP/docs/user-guide/haxchi/nand-backup.md',
'/ja_JP/haxchi/launching-cfw' : '/translations/ja_JP/docs/user-guide/haxchi/launching-cfw.md',
'/ja_JP/haxchi/installing-hblc' : '/translations/ja_JP/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/ja_JP/mocha/sidebar.md' : '/translations/ja_JP/docs/user-guide/mocha/sidebar.md',
'/ja_JP/mocha/entrypoint-choice' : '/translations/ja_JP/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/ja_JP/mocha/online-exploit/sidebar.md' : '/translations/ja_JP/docs/user-guide/mocha/online-exploit/sidebar.md',
'/ja_JP/mocha/online-exploit/sd-preparation' : '/translations/ja_JP/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/ja_JP/mocha/online-exploit/browser-exploit' : '/translations/ja_JP/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/ja_JP/mocha/online-exploit/nand-backup' : '/translations/ja_JP/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/ja_JP/mocha/online-exploit/launching-cfw' : '/translations/ja_JP/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/ja_JP/mocha/indexiine/sidebar.md' : '/translations/ja_JP/docs/user-guide/mocha/indexiine/sidebar.md',
'/ja_JP/mocha/indexiine/sd-preparation' : '/translations/ja_JP/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/ja_JP/mocha/indexiine/browser-exploit' : '/translations/ja_JP/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/ja_JP/mocha/indexiine/nand-backup' : '/translations/ja_JP/docs/user-guide/mocha/indexiine/nand-backup.md',
'/ja_JP/mocha/indexiine/browser-modding' : '/translations/ja_JP/docs/user-guide/mocha/indexiine/browser-modding.md',
'/ja_JP/mocha/indexiine/launching-cfw' : '/translations/ja_JP/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/ja_JP/vwii-modding' : '/translations/ja_JP/docs/vwii/vwii-modding.md',
'/ja_JP/vwii/sidebar.md' : '/translations/ja_JP/docs/user-guide/vwii/sidebar.md',
'/ja_JP/vwii/browser-exploit' : '/translations/ja_JP/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/ja_JP/recover-mii-channel' : '/translations/ja_JP/docs/troubleshooting/recover-mii-channel.md',
'/ja_JP/recover-ios' : '/translations/ja_JP/docs/troubleshooting/recover-ios.md',
'/ja_JP/ios-folders' : '/translations/ja_JP/docs/troubleshooting/ios-folders.md',
'/ja_JP/common-issues-fixes' : '/translations/ja_JP/docs/troubleshooting/common-issues-fixes.md',
'/ja_JP/fix-errcode-112-1037' : '/translations/ja_JP/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/ja_JP/block-updates' : '/translations/ja_JP/docs/extras/block-updates.md',
'/ja_JP/dump-games' : '/translations/ja_JP/docs/extras/dump-games.md',
'/ja_JP/dump-wii-games' : '/translations/ja_JP/docs/extras/dump-wii-games.md',
'/ja_JP/unblock-updates' : '/translations/ja_JP/docs/extras/unblock-updates.md',
'/ja_JP/uninstall-cbhc' : '/translations/ja_JP/docs/extras/uninstall-cbhc.md',
'/ja_JP/faq' : '/translations/ja_JP/docs/extras/faq.md',
'/ja_JP/find-wiiu-ip-address' : '/translations/ja_JP/docs/extras/find-wiiu-ip-address.md',
// About
'/ja_JP/about' : '/translations/ja_JP/docs/extras/about.md',
// Privacy Policy
'/ja_JP/privacy-policy' : '/translations/ja_JP/docs/privacy/privacy-policy',
// Translation - Korean
'/ko_KR/' : '/translations/ko_KR/docs/user-guide/introduction.md',
'/ko_KR/sidebar.md' : '/translations/ko_KR/docs/sidebar.md',
'/ko_KR/introduction' : '/translations/ko_KR/docs/user-guide/introduction.md',
'/ko_KR/cfw-choice' : '/translations/ko_KR/docs/user-guide/cfw-choice.md',
// CBHC
'/ko_KR/cbhc/sidebar.md' : '/translations/ko_KR/docs/user-guide/cbhc/sidebar.md',
'/ko_KR/cbhc/ds-vc-choice' : '/translations/ko_KR/docs/user-guide/cbhc/ds-vc-choice.md',
'/ko_KR/cbhc/sd-preparation' : '/translations/ko_KR/docs/user-guide/cbhc/sd-preparation.md',
'/ko_KR/cbhc/browser-exploit' : '/translations/ko_KR/docs/user-guide/cbhc/browser-exploit.md',
'/ko_KR/cbhc/nand-backup' : '/translations/ko_KR/docs/user-guide/cbhc/nand-backup.md',
'/ko_KR/cbhc/launching-cfw' : '/translations/ko_KR/docs/user-guide/cbhc/launching-cfw.md',
'/ko_KR/cbhc/installing-hblc' : '/translations/ko_KR/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/ko_KR/haxchi/sidebar.md' : '/translations/ko_KR/docs/user-guide/haxchi/sidebar.md',
'/ko_KR/haxchi/ds-vc-choice' : '/translations/ko_KR/docs/user-guide/haxchi/ds-vc-choice.md',
'/ko_KR/haxchi/sd-preparation' : '/translations/ko_KR/docs/user-guide/haxchi/sd-preparation.md',
'/ko_KR/haxchi/browser-exploit' : '/translations/ko_KR/docs/user-guide/haxchi/browser-exploit.md',
'/ko_KR/haxchi/nand-backup' : '/translations/ko_KR/docs/user-guide/haxchi/nand-backup.md',
'/ko_KR/haxchi/launching-cfw' : '/translations/ko_KR/docs/user-guide/haxchi/launching-cfw.md',
'/ko_KR/haxchi/installing-hblc' : '/translations/ko_KR/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/ko_KR/mocha/sidebar.md' : '/translations/ko_KR/docs/user-guide/mocha/sidebar.md',
'/ko_KR/mocha/entrypoint-choice' : '/translations/ko_KR/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/ko_KR/mocha/online-exploit/sidebar.md' : '/translations/ko_KR/docs/user-guide/mocha/online-exploit/sidebar.md',
'/ko_KR/mocha/online-exploit/sd-preparation' : '/translations/ko_KR/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/ko_KR/mocha/online-exploit/browser-exploit' : '/translations/ko_KR/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/ko_KR/mocha/online-exploit/nand-backup' : '/translations/ko_KR/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/ko_KR/mocha/online-exploit/launching-cfw' : '/translations/ko_KR/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/ko_KR/mocha/indexiine/sidebar.md' : '/translations/ko_KR/docs/user-guide/mocha/indexiine/sidebar.md',
'/ko_KR/mocha/indexiine/sd-preparation' : '/translations/ko_KR/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/ko_KR/mocha/indexiine/browser-exploit' : '/translations/ko_KR/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/ko_KR/mocha/indexiine/nand-backup' : '/translations/ko_KR/docs/user-guide/mocha/indexiine/nand-backup.md',
'/ko_KR/mocha/indexiine/browser-modding' : '/translations/ko_KR/docs/user-guide/mocha/indexiine/browser-modding.md',
'/ko_KR/mocha/indexiine/launching-cfw' : '/translations/ko_KR/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/ko_KR/vwii-modding' : '/translations/ko_KR/docs/vwii/vwii-modding.md',
'/ko_KR/vwii/sidebar.md' : '/translations/ko_KR/docs/user-guide/vwii/sidebar.md',
'/ko_KR/vwii/browser-exploit' : '/translations/ko_KR/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/ko_KR/recover-mii-channel' : '/translations/ko_KR/docs/troubleshooting/recover-mii-channel.md',
'/ko_KR/recover-ios' : '/translations/ko_KR/docs/troubleshooting/recover-ios.md',
'/ko_KR/ios-folders' : '/translations/ko_KR/docs/troubleshooting/ios-folders.md',
'/ko_KR/common-issues-fixes' : '/translations/ko_KR/docs/troubleshooting/common-issues-fixes.md',
'/ko_KR/fix-errcode-112-1037' : '/translations/ko_KR/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/ko_KR/block-updates' : '/translations/ko_KR/docs/extras/block-updates.md',
'/ko_KR/dump-games' : '/translations/ko_KR/docs/extras/dump-games.md',
'/ko_KR/dump-wii-games' : '/translations/ko_KR/docs/extras/dump-wii-games.md',
'/ko_KR/unblock-updates' : '/translations/ko_KR/docs/extras/unblock-updates.md',
'/ko_KR/uninstall-cbhc' : '/translations/ko_KR/docs/extras/uninstall-cbhc.md',
'/ko_KR/faq' : '/translations/ko_KR/docs/extras/faq.md',
'/ko_KR/find-wiiu-ip-address' : '/translations/ko_KR/docs/extras/find-wiiu-ip-address.md',
// About
'/ko_KR/about' : '/translations/ko_KR/docs/extras/about.md',
// Privacy Policy
'/ko_KR/privacy-policy' : '/translations/ko_KR/docs/privacy/privacy-policy',
// Translation - Malay
'/ms_MY/' : '/translations/ms_MY/docs/user-guide/introduction.md',
'/ms_MY/sidebar.md' : '/translations/ms_MY/docs/sidebar.md',
'/ms_MY/introduction' : '/translations/ms_MY/docs/user-guide/introduction.md',
'/ms_MY/cfw-choice' : '/translations/ms_MY/docs/user-guide/cfw-choice.md',
// CBHC
'/ms_MY/cbhc/sidebar.md' : '/translations/ms_MY/docs/user-guide/cbhc/sidebar.md',
'/ms_MY/cbhc/ds-vc-choice' : '/translations/ms_MY/docs/user-guide/cbhc/ds-vc-choice.md',
'/ms_MY/cbhc/sd-preparation' : '/translations/ms_MY/docs/user-guide/cbhc/sd-preparation.md',
'/ms_MY/cbhc/browser-exploit' : '/translations/ms_MY/docs/user-guide/cbhc/browser-exploit.md',
'/ms_MY/cbhc/nand-backup' : '/translations/ms_MY/docs/user-guide/cbhc/nand-backup.md',
'/ms_MY/cbhc/launching-cfw' : '/translations/ms_MY/docs/user-guide/cbhc/launching-cfw.md',
'/ms_MY/cbhc/installing-hblc' : '/translations/ms_MY/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/ms_MY/haxchi/sidebar.md' : '/translations/ms_MY/docs/user-guide/haxchi/sidebar.md',
'/ms_MY/haxchi/ds-vc-choice' : '/translations/ms_MY/docs/user-guide/haxchi/ds-vc-choice.md',
'/ms_MY/haxchi/sd-preparation' : '/translations/ms_MY/docs/user-guide/haxchi/sd-preparation.md',
'/ms_MY/haxchi/browser-exploit' : '/translations/ms_MY/docs/user-guide/haxchi/browser-exploit.md',
'/ms_MY/haxchi/nand-backup' : '/translations/ms_MY/docs/user-guide/haxchi/nand-backup.md',
'/ms_MY/haxchi/launching-cfw' : '/translations/ms_MY/docs/user-guide/haxchi/launching-cfw.md',
'/ms_MY/haxchi/installing-hblc' : '/translations/ms_MY/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/ms_MY/mocha/sidebar.md' : '/translations/ms_MY/docs/user-guide/mocha/sidebar.md',
'/ms_MY/mocha/entrypoint-choice' : '/translations/ms_MY/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/ms_MY/mocha/online-exploit/sidebar.md' : '/translations/ms_MY/docs/user-guide/mocha/online-exploit/sidebar.md',
'/ms_MY/mocha/online-exploit/sd-preparation' : '/translations/ms_MY/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/ms_MY/mocha/online-exploit/browser-exploit' : '/translations/ms_MY/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/ms_MY/mocha/online-exploit/nand-backup' : '/translations/ms_MY/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/ms_MY/mocha/online-exploit/launching-cfw' : '/translations/ms_MY/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/ms_MY/mocha/indexiine/sidebar.md' : '/translations/ms_MY/docs/user-guide/mocha/indexiine/sidebar.md',
'/ms_MY/mocha/indexiine/sd-preparation' : '/translations/ms_MY/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/ms_MY/mocha/indexiine/browser-exploit' : '/translations/ms_MY/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/ms_MY/mocha/indexiine/nand-backup' : '/translations/ms_MY/docs/user-guide/mocha/indexiine/nand-backup.md',
'/ms_MY/mocha/indexiine/browser-modding' : '/translations/ms_MY/docs/user-guide/mocha/indexiine/browser-modding.md',
'/ms_MY/mocha/indexiine/launching-cfw' : '/translations/ms_MY/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/ms_MY/vwii-modding' : '/translations/ms_MY/docs/vwii/vwii-modding.md',
'/ms_MY/vwii/sidebar.md' : '/translations/ms_MY/docs/user-guide/vwii/sidebar.md',
'/ms_MY/vwii/browser-exploit' : '/translations/ms_MY/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/ms_MY/recover-mii-channel' : '/translations/ms_MY/docs/troubleshooting/recover-mii-channel.md',
'/ms_MY/recover-ios' : '/translations/ms_MY/docs/troubleshooting/recover-ios.md',
'/ms_MY/ios-folders' : '/translations/ms_MY/docs/troubleshooting/ios-folders.md',
'/ms_MY/common-issues-fixes' : '/translations/ms_MY/docs/troubleshooting/common-issues-fixes.md',
'/ms_MY/fix-errcode-112-1037' : '/translations/ms_MY/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/ms_MY/block-updates' : '/translations/ms_MY/docs/extras/block-updates.md',
'/ms_MY/dump-games' : '/translations/ms_MY/docs/extras/dump-games.md',
'/ms_MY/dump-wii-games' : '/translations/ms_MY/docs/extras/dump-wii-games.md',
'/ms_MY/unblock-updates' : '/translations/ms_MY/docs/extras/unblock-updates.md',
'/ms_MY/uninstall-cbhc' : '/translations/ms_MY/docs/extras/uninstall-cbhc.md',
'/ms_MY/faq' : '/translations/ms_MY/docs/extras/faq.md',
'/ms_MY/find-wiiu-ip-address' : '/translations/ms_MY/docs/extras/find-wiiu-ip-address.md',
// About
'/ms_MY/about' : '/translations/ms_MY/docs/extras/about.md',
// Privacy Policy
'/ms_MY/privacy-policy' : '/translations/ms_MY/docs/privacy/privacy-policy',
// Translation - Norwegian
'/no_NO/' : '/translations/no_NO/docs/user-guide/introduction.md',
'/no_NO/sidebar.md' : '/translations/no_NO/docs/sidebar.md',
'/no_NO/introduction' : '/translations/no_NO/docs/user-guide/introduction.md',
'/no_NO/cfw-choice' : '/translations/no_NO/docs/user-guide/cfw-choice.md',
// CBHC
'/no_NO/cbhc/sidebar.md' : '/translations/no_NO/docs/user-guide/cbhc/sidebar.md',
'/no_NO/cbhc/ds-vc-choice' : '/translations/no_NO/docs/user-guide/cbhc/ds-vc-choice.md',
'/no_NO/cbhc/sd-preparation' : '/translations/no_NO/docs/user-guide/cbhc/sd-preparation.md',
'/no_NO/cbhc/browser-exploit' : '/translations/no_NO/docs/user-guide/cbhc/browser-exploit.md',
'/no_NO/cbhc/nand-backup' : '/translations/no_NO/docs/user-guide/cbhc/nand-backup.md',
'/no_NO/cbhc/launching-cfw' : '/translations/no_NO/docs/user-guide/cbhc/launching-cfw.md',
'/no_NO/cbhc/installing-hblc' : '/translations/no_NO/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/no_NO/haxchi/sidebar.md' : '/translations/no_NO/docs/user-guide/haxchi/sidebar.md',
'/no_NO/haxchi/ds-vc-choice' : '/translations/no_NO/docs/user-guide/haxchi/ds-vc-choice.md',
'/no_NO/haxchi/sd-preparation' : '/translations/no_NO/docs/user-guide/haxchi/sd-preparation.md',
'/no_NO/haxchi/browser-exploit' : '/translations/no_NO/docs/user-guide/haxchi/browser-exploit.md',
'/no_NO/haxchi/nand-backup' : '/translations/no_NO/docs/user-guide/haxchi/nand-backup.md',
'/no_NO/haxchi/launching-cfw' : '/translations/no_NO/docs/user-guide/haxchi/launching-cfw.md',
'/no_NO/haxchi/installing-hblc' : '/translations/no_NO/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/no_NO/mocha/sidebar.md' : '/translations/no_NO/docs/user-guide/mocha/sidebar.md',
'/no_NO/mocha/entrypoint-choice' : '/translations/no_NO/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/no_NO/mocha/online-exploit/sidebar.md' : '/translations/no_NO/docs/user-guide/mocha/online-exploit/sidebar.md',
'/no_NO/mocha/online-exploit/sd-preparation' : '/translations/no_NO/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/no_NO/mocha/online-exploit/browser-exploit' : '/translations/no_NO/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/no_NO/mocha/online-exploit/nand-backup' : '/translations/no_NO/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/no_NO/mocha/online-exploit/launching-cfw' : '/translations/no_NO/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/no_NO/mocha/indexiine/sidebar.md' : '/translations/no_NO/docs/user-guide/mocha/indexiine/sidebar.md',
'/no_NO/mocha/indexiine/sd-preparation' : '/translations/no_NO/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/no_NO/mocha/indexiine/browser-exploit' : '/translations/no_NO/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/no_NO/mocha/indexiine/nand-backup' : '/translations/no_NO/docs/user-guide/mocha/indexiine/nand-backup.md',
'/no_NO/mocha/indexiine/browser-modding' : '/translations/no_NO/docs/user-guide/mocha/indexiine/browser-modding.md',
'/no_NO/mocha/indexiine/launching-cfw' : '/translations/no_NO/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/no_NO/vwii-modding' : '/translations/no_NO/docs/vwii/vwii-modding.md',
'/no_NO/vwii/sidebar.md' : '/translations/no_NO/docs/user-guide/vwii/sidebar.md',
'/no_NO/vwii/browser-exploit' : '/translations/no_NO/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/no_NO/recover-mii-channel' : '/translations/no_NO/docs/troubleshooting/recover-mii-channel.md',
'/no_NO/recover-ios' : '/translations/no_NO/docs/troubleshooting/recover-ios.md',
'/no_NO/ios-folders' : '/translations/no_NO/docs/troubleshooting/ios-folders.md',
'/no_NO/common-issues-fixes' : '/translations/no_NO/docs/troubleshooting/common-issues-fixes.md',
'/no_NO/fix-errcode-112-1037' : '/translations/no_NO/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/no_NO/block-updates' : '/translations/no_NO/docs/extras/block-updates.md',
'/no_NO/dump-games' : '/translations/no_NO/docs/extras/dump-games.md',
'/no_NO/dump-wii-games' : '/translations/no_NO/docs/extras/dump-wii-games.md',
'/no_NO/unblock-updates' : '/translations/no_NO/docs/extras/unblock-updates.md',
'/no_NO/uninstall-cbhc' : '/translations/no_NO/docs/extras/uninstall-cbhc.md',
'/no_NO/faq' : '/translations/no_NO/docs/extras/faq.md',
'/no_NO/find-wiiu-ip-address' : '/translations/no_NO/docs/extras/find-wiiu-ip-address.md',
// About
'/no_NO/about' : '/translations/no_NO/docs/extras/about.md',
// Privacy Policy
'/no_NO/privacy-policy' : '/translations/no_NO/docs/privacy/privacy-policy',
// Translation - Pirate English
'/en_PT/' : '/translations/en_PT/docs/user-guide/introduction.md',
'/en_PT/sidebar.md' : '/translations/en_PT/docs/sidebar.md',
'/en_PT/introduction' : '/translations/en_PT/docs/user-guide/introduction.md',
'/en_PT/cfw-choice' : '/translations/en_PT/docs/user-guide/cfw-choice.md',
// CBHC
'/en_PT/cbhc/sidebar.md' : '/translations/en_PT/docs/user-guide/cbhc/sidebar.md',
'/en_PT/cbhc/ds-vc-choice' : '/translations/en_PT/docs/user-guide/cbhc/ds-vc-choice.md',
'/en_PT/cbhc/sd-preparation' : '/translations/en_PT/docs/user-guide/cbhc/sd-preparation.md',
'/en_PT/cbhc/browser-exploit' : '/translations/en_PT/docs/user-guide/cbhc/browser-exploit.md',
'/en_PT/cbhc/nand-backup' : '/translations/en_PT/docs/user-guide/cbhc/nand-backup.md',
'/en_PT/cbhc/launching-cfw' : '/translations/en_PT/docs/user-guide/cbhc/launching-cfw.md',
'/en_PT/cbhc/installing-hblc' : '/translations/en_PT/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/en_PT/haxchi/sidebar.md' : '/translations/en_PT/docs/user-guide/haxchi/sidebar.md',
'/en_PT/haxchi/ds-vc-choice' : '/translations/en_PT/docs/user-guide/haxchi/ds-vc-choice.md',
'/en_PT/haxchi/sd-preparation' : '/translations/en_PT/docs/user-guide/haxchi/sd-preparation.md',
'/en_PT/haxchi/browser-exploit' : '/translations/en_PT/docs/user-guide/haxchi/browser-exploit.md',
'/en_PT/haxchi/nand-backup' : '/translations/en_PT/docs/user-guide/haxchi/nand-backup.md',
'/en_PT/haxchi/launching-cfw' : '/translations/en_PT/docs/user-guide/haxchi/launching-cfw.md',
'/en_PT/haxchi/installing-hblc' : '/translations/en_PT/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/en_PT/mocha/sidebar.md' : '/translations/en_PT/docs/user-guide/mocha/sidebar.md',
'/en_PT/mocha/entrypoint-choice' : '/translations/en_PT/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/en_PT/mocha/online-exploit/sidebar.md' : '/translations/en_PT/docs/user-guide/mocha/online-exploit/sidebar.md',
'/en_PT/mocha/online-exploit/sd-preparation' : '/translations/en_PT/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/en_PT/mocha/online-exploit/browser-exploit' : '/translations/en_PT/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/en_PT/mocha/online-exploit/nand-backup' : '/translations/en_PT/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/en_PT/mocha/online-exploit/launching-cfw' : '/translations/en_PT/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/en_PT/mocha/indexiine/sidebar.md' : '/translations/en_PT/docs/user-guide/mocha/indexiine/sidebar.md',
'/en_PT/mocha/indexiine/sd-preparation' : '/translations/en_PT/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/en_PT/mocha/indexiine/browser-exploit' : '/translations/en_PT/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/en_PT/mocha/indexiine/nand-backup' : '/translations/en_PT/docs/user-guide/mocha/indexiine/nand-backup.md',
'/en_PT/mocha/indexiine/browser-modding' : '/translations/en_PT/docs/user-guide/mocha/indexiine/browser-modding.md',
'/en_PT/mocha/indexiine/launching-cfw' : '/translations/en_PT/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/en_PT/vwii-modding' : '/translations/en_PT/docs/vwii/vwii-modding.md',
'/en_PT/vwii/sidebar.md' : '/translations/en_PT/docs/user-guide/vwii/sidebar.md',
'/en_PT/vwii/browser-exploit' : '/translations/en_PT/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/en_PT/recover-mii-channel' : '/translations/en_PT/docs/troubleshooting/recover-mii-channel.md',
'/en_PT/recover-ios' : '/translations/en_PT/docs/troubleshooting/recover-ios.md',
'/en_PT/ios-folders' : '/translations/en_PT/docs/troubleshooting/ios-folders.md',
'/en_PT/common-issues-fixes' : '/translations/en_PT/docs/troubleshooting/common-issues-fixes.md',
'/en_PT/fix-errcode-112-1037' : '/translations/en_PT/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/en_PT/block-updates' : '/translations/en_PT/docs/extras/block-updates.md',
'/en_PT/dump-games' : '/translations/en_PT/docs/extras/dump-games.md',
'/en_PT/dump-wii-games' : '/translations/en_PT/docs/extras/dump-wii-games.md',
'/en_PT/unblock-updates' : '/translations/en_PT/docs/extras/unblock-updates.md',
'/en_PT/uninstall-cbhc' : '/translations/en_PT/docs/extras/uninstall-cbhc.md',
'/en_PT/faq' : '/translations/en_PT/docs/extras/faq.md',
'/en_PT/find-wiiu-ip-address' : '/translations/en_PT/docs/extras/find-wiiu-ip-address.md',
// About
'/en_PT/about' : '/translations/en_PT/docs/extras/about.md',
// Privacy Policy
'/en_PT/privacy-policy' : '/translations/en_PT/docs/privacy/privacy-policy',
// Translation - Polish
'/pl_PL/' : '/translations/pl_PL/docs/user-guide/introduction.md',
'/pl_PL/sidebar.md' : '/translations/pl_PL/docs/sidebar.md',
'/pl_PL/introduction' : '/translations/pl_PL/docs/user-guide/introduction.md',
'/pl_PL/cfw-choice' : '/translations/pl_PL/docs/user-guide/cfw-choice.md',
// CBHC
'/pl_PL/cbhc/sidebar.md' : '/translations/pl_PL/docs/user-guide/cbhc/sidebar.md',
'/pl_PL/cbhc/ds-vc-choice' : '/translations/pl_PL/docs/user-guide/cbhc/ds-vc-choice.md',
'/pl_PL/cbhc/sd-preparation' : '/translations/pl_PL/docs/user-guide/cbhc/sd-preparation.md',
'/pl_PL/cbhc/browser-exploit' : '/translations/pl_PL/docs/user-guide/cbhc/browser-exploit.md',
'/pl_PL/cbhc/nand-backup' : '/translations/pl_PL/docs/user-guide/cbhc/nand-backup.md',
'/pl_PL/cbhc/launching-cfw' : '/translations/pl_PL/docs/user-guide/cbhc/launching-cfw.md',
'/pl_PL/cbhc/installing-hblc' : '/translations/pl_PL/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/pl_PL/haxchi/sidebar.md' : '/translations/pl_PL/docs/user-guide/haxchi/sidebar.md',
'/pl_PL/haxchi/ds-vc-choice' : '/translations/pl_PL/docs/user-guide/haxchi/ds-vc-choice.md',
'/pl_PL/haxchi/sd-preparation' : '/translations/pl_PL/docs/user-guide/haxchi/sd-preparation.md',
'/pl_PL/haxchi/browser-exploit' : '/translations/pl_PL/docs/user-guide/haxchi/browser-exploit.md',
'/pl_PL/haxchi/nand-backup' : '/translations/pl_PL/docs/user-guide/haxchi/nand-backup.md',
'/pl_PL/haxchi/launching-cfw' : '/translations/pl_PL/docs/user-guide/haxchi/launching-cfw.md',
'/pl_PL/haxchi/installing-hblc' : '/translations/pl_PL/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/pl_PL/mocha/sidebar.md' : '/translations/pl_PL/docs/user-guide/mocha/sidebar.md',
'/pl_PL/mocha/entrypoint-choice' : '/translations/pl_PL/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/pl_PL/mocha/online-exploit/sidebar.md' : '/translations/pl_PL/docs/user-guide/mocha/online-exploit/sidebar.md',
'/pl_PL/mocha/online-exploit/sd-preparation' : '/translations/pl_PL/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/pl_PL/mocha/online-exploit/browser-exploit' : '/translations/pl_PL/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/pl_PL/mocha/online-exploit/nand-backup' : '/translations/pl_PL/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/pl_PL/mocha/online-exploit/launching-cfw' : '/translations/pl_PL/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/pl_PL/mocha/indexiine/sidebar.md' : '/translations/pl_PL/docs/user-guide/mocha/indexiine/sidebar.md',
'/pl_PL/mocha/indexiine/sd-preparation' : '/translations/pl_PL/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/pl_PL/mocha/indexiine/browser-exploit' : '/translations/pl_PL/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/pl_PL/mocha/indexiine/nand-backup' : '/translations/pl_PL/docs/user-guide/mocha/indexiine/nand-backup.md',
'/pl_PL/mocha/indexiine/browser-modding' : '/translations/pl_PL/docs/user-guide/mocha/indexiine/browser-modding.md',
'/pl_PL/mocha/indexiine/launching-cfw' : '/translations/pl_PL/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/pl_PL/vwii-modding' : '/translations/pl_PL/docs/vwii/vwii-modding.md',
'/pl_PL/vwii/sidebar.md' : '/translations/pl_PL/docs/user-guide/vwii/sidebar.md',
'/pl_PL/vwii/browser-exploit' : '/translations/pl_PL/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/pl_PL/recover-mii-channel' : '/translations/pl_PL/docs/troubleshooting/recover-mii-channel.md',
'/pl_PL/recover-ios' : '/translations/pl_PL/docs/troubleshooting/recover-ios.md',
'/pl_PL/ios-folders' : '/translations/pl_PL/docs/troubleshooting/ios-folders.md',
'/pl_PL/common-issues-fixes' : '/translations/pl_PL/docs/troubleshooting/common-issues-fixes.md',
'/pl_PL/fix-errcode-112-1037' : '/translations/pl_PL/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/pl_PL/block-updates' : '/translations/pl_PL/docs/extras/block-updates.md',
'/pl_PL/dump-games' : '/translations/pl_PL/docs/extras/dump-games.md',
'/pl_PL/dump-wii-games' : '/translations/pl_PL/docs/extras/dump-wii-games.md',
'/pl_PL/unblock-updates' : '/translations/pl_PL/docs/extras/unblock-updates.md',
'/pl_PL/uninstall-cbhc' : '/translations/pl_PL/docs/extras/uninstall-cbhc.md',
'/pl_PL/faq' : '/translations/pl_PL/docs/extras/faq.md',
'/pl_PL/find-wiiu-ip-address' : '/translations/pl_PL/docs/extras/find-wiiu-ip-address.md',
// About
'/pl_PL/about' : '/translations/pl_PL/docs/extras/about.md',
// Privacy Policy
'/pl_PL/privacy-policy' : '/translations/pl_PL/docs/privacy/privacy-policy',
// Translation - Portuguese
'/pt_PT/' : '/translations/pt_PT/docs/user-guide/introduction.md',
'/pt_PT/sidebar.md' : '/translations/pt_PT/docs/sidebar.md',
'/pt_PT/introduction' : '/translations/pt_PT/docs/user-guide/introduction.md',
'/pt_PT/cfw-choice' : '/translations/pt_PT/docs/user-guide/cfw-choice.md',
// CBHC
'/pt_PT/cbhc/sidebar.md' : '/translations/pt_PT/docs/user-guide/cbhc/sidebar.md',
'/pt_PT/cbhc/ds-vc-choice' : '/translations/pt_PT/docs/user-guide/cbhc/ds-vc-choice.md',
'/pt_PT/cbhc/sd-preparation' : '/translations/pt_PT/docs/user-guide/cbhc/sd-preparation.md',
'/pt_PT/cbhc/browser-exploit' : '/translations/pt_PT/docs/user-guide/cbhc/browser-exploit.md',
'/pt_PT/cbhc/nand-backup' : '/translations/pt_PT/docs/user-guide/cbhc/nand-backup.md',
'/pt_PT/cbhc/launching-cfw' : '/translations/pt_PT/docs/user-guide/cbhc/launching-cfw.md',
'/pt_PT/cbhc/installing-hblc' : '/translations/pt_PT/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/pt_PT/haxchi/sidebar.md' : '/translations/pt_PT/docs/user-guide/haxchi/sidebar.md',
'/pt_PT/haxchi/ds-vc-choice' : '/translations/pt_PT/docs/user-guide/haxchi/ds-vc-choice.md',
'/pt_PT/haxchi/sd-preparation' : '/translations/pt_PT/docs/user-guide/haxchi/sd-preparation.md',
'/pt_PT/haxchi/browser-exploit' : '/translations/pt_PT/docs/user-guide/haxchi/browser-exploit.md',
'/pt_PT/haxchi/nand-backup' : '/translations/pt_PT/docs/user-guide/haxchi/nand-backup.md',
'/pt_PT/haxchi/launching-cfw' : '/translations/pt_PT/docs/user-guide/haxchi/launching-cfw.md',
'/pt_PT/haxchi/installing-hblc' : '/translations/pt_PT/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/pt_PT/mocha/sidebar.md' : '/translations/pt_PT/docs/user-guide/mocha/sidebar.md',
'/pt_PT/mocha/entrypoint-choice' : '/translations/pt_PT/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/pt_PT/mocha/online-exploit/sidebar.md' : '/translations/pt_PT/docs/user-guide/mocha/online-exploit/sidebar.md',
'/pt_PT/mocha/online-exploit/sd-preparation' : '/translations/pt_PT/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/pt_PT/mocha/online-exploit/browser-exploit' : '/translations/pt_PT/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/pt_PT/mocha/online-exploit/nand-backup' : '/translations/pt_PT/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/pt_PT/mocha/online-exploit/launching-cfw' : '/translations/pt_PT/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/pt_PT/mocha/indexiine/sidebar.md' : '/translations/pt_PT/docs/user-guide/mocha/indexiine/sidebar.md',
'/pt_PT/mocha/indexiine/sd-preparation' : '/translations/pt_PT/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/pt_PT/mocha/indexiine/browser-exploit' : '/translations/pt_PT/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/pt_PT/mocha/indexiine/nand-backup' : '/translations/pt_PT/docs/user-guide/mocha/indexiine/nand-backup.md',
'/pt_PT/mocha/indexiine/browser-modding' : '/translations/pt_PT/docs/user-guide/mocha/indexiine/browser-modding.md',
'/pt_PT/mocha/indexiine/launching-cfw' : '/translations/pt_PT/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/pt_PT/vwii-modding' : '/translations/pt_PT/docs/vwii/vwii-modding.md',
'/pt_PT/vwii/sidebar.md' : '/translations/pt_PT/docs/user-guide/vwii/sidebar.md',
'/pt_PT/vwii/browser-exploit' : '/translations/pt_PT/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/pt_PT/recover-mii-channel' : '/translations/pt_PT/docs/troubleshooting/recover-mii-channel.md',
'/pt_PT/recover-ios' : '/translations/pt_PT/docs/troubleshooting/recover-ios.md',
'/pt_PT/ios-folders' : '/translations/pt_PT/docs/troubleshooting/ios-folders.md',
'/pt_PT/common-issues-fixes' : '/translations/pt_PT/docs/troubleshooting/common-issues-fixes.md',
'/pt_PT/fix-errcode-112-1037' : '/translations/pt_PT/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/pt_PT/block-updates' : '/translations/pt_PT/docs/extras/block-updates.md',
'/pt_PT/dump-games' : '/translations/pt_PT/docs/extras/dump-games.md',
'/pt_PT/dump-wii-games' : '/translations/pt_PT/docs/extras/dump-wii-games.md',
'/pt_PT/unblock-updates' : '/translations/pt_PT/docs/extras/unblock-updates.md',
'/pt_PT/uninstall-cbhc' : '/translations/pt_PT/docs/extras/uninstall-cbhc.md',
'/pt_PT/faq' : '/translations/pt_PT/docs/extras/faq.md',
'/pt_PT/find-wiiu-ip-address' : '/translations/pt_PT/docs/extras/find-wiiu-ip-address.md',
// About
'/pt_PT/about' : '/translations/pt_PT/docs/extras/about.md',
// Privacy Policy
'/pt_PT/privacy-policy' : '/translations/pt_PT/docs/privacy/privacy-policy',
// Translation - Portuguese, Brazilian
'/pt_BR/' : '/translations/pt_BR/docs/user-guide/introduction.md',
'/pt_BR/sidebar.md' : '/translations/pt_BR/docs/sidebar.md',
'/pt_BR/introduction' : '/translations/pt_BR/docs/user-guide/introduction.md',
'/pt_BR/cfw-choice' : '/translations/pt_BR/docs/user-guide/cfw-choice.md',
// CBHC
'/pt_BR/cbhc/sidebar.md' : '/translations/pt_BR/docs/user-guide/cbhc/sidebar.md',
'/pt_BR/cbhc/ds-vc-choice' : '/translations/pt_BR/docs/user-guide/cbhc/ds-vc-choice.md',
'/pt_BR/cbhc/sd-preparation' : '/translations/pt_BR/docs/user-guide/cbhc/sd-preparation.md',
'/pt_BR/cbhc/browser-exploit' : '/translations/pt_BR/docs/user-guide/cbhc/browser-exploit.md',
'/pt_BR/cbhc/nand-backup' : '/translations/pt_BR/docs/user-guide/cbhc/nand-backup.md',
'/pt_BR/cbhc/launching-cfw' : '/translations/pt_BR/docs/user-guide/cbhc/launching-cfw.md',
'/pt_BR/cbhc/installing-hblc' : '/translations/pt_BR/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/pt_BR/haxchi/sidebar.md' : '/translations/pt_BR/docs/user-guide/haxchi/sidebar.md',
'/pt_BR/haxchi/ds-vc-choice' : '/translations/pt_BR/docs/user-guide/haxchi/ds-vc-choice.md',
'/pt_BR/haxchi/sd-preparation' : '/translations/pt_BR/docs/user-guide/haxchi/sd-preparation.md',
'/pt_BR/haxchi/browser-exploit' : '/translations/pt_BR/docs/user-guide/haxchi/browser-exploit.md',
'/pt_BR/haxchi/nand-backup' : '/translations/pt_BR/docs/user-guide/haxchi/nand-backup.md',
'/pt_BR/haxchi/launching-cfw' : '/translations/pt_BR/docs/user-guide/haxchi/launching-cfw.md',
'/pt_BR/haxchi/installing-hblc' : '/translations/pt_BR/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/pt_BR/mocha/sidebar.md' : '/translations/pt_BR/docs/user-guide/mocha/sidebar.md',
'/pt_BR/mocha/entrypoint-choice' : '/translations/pt_BR/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/pt_BR/mocha/online-exploit/sidebar.md' : '/translations/pt_BR/docs/user-guide/mocha/online-exploit/sidebar.md',
'/pt_BR/mocha/online-exploit/sd-preparation' : '/translations/pt_BR/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/pt_BR/mocha/online-exploit/browser-exploit' : '/translations/pt_BR/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/pt_BR/mocha/online-exploit/nand-backup' : '/translations/pt_BR/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/pt_BR/mocha/online-exploit/launching-cfw' : '/translations/pt_BR/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/pt_BR/mocha/indexiine/sidebar.md' : '/translations/pt_BR/docs/user-guide/mocha/indexiine/sidebar.md',
'/pt_BR/mocha/indexiine/sd-preparation' : '/translations/pt_BR/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/pt_BR/mocha/indexiine/browser-exploit' : '/translations/pt_BR/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/pt_BR/mocha/indexiine/nand-backup' : '/translations/pt_BR/docs/user-guide/mocha/indexiine/nand-backup.md',
'/pt_BR/mocha/indexiine/browser-modding' : '/translations/pt_BR/docs/user-guide/mocha/indexiine/browser-modding.md',
'/pt_BR/mocha/indexiine/launching-cfw' : '/translations/pt_BR/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/pt_BR/vwii-modding' : '/translations/pt_BR/docs/vwii/vwii-modding.md',
'/pt_BR/vwii/sidebar.md' : '/translations/pt_BR/docs/user-guide/vwii/sidebar.md',
'/pt_BR/vwii/browser-exploit' : '/translations/pt_BR/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/pt_BR/recover-mii-channel' : '/translations/pt_BR/docs/troubleshooting/recover-mii-channel.md',
'/pt_BR/recover-ios' : '/translations/pt_BR/docs/troubleshooting/recover-ios.md',
'/pt_BR/ios-folders' : '/translations/pt_BR/docs/troubleshooting/ios-folders.md',
'/pt_BR/common-issues-fixes' : '/translations/pt_BR/docs/troubleshooting/common-issues-fixes.md',
'/pt_BR/fix-errcode-112-1037' : '/translations/pt_BR/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/pt_BR/block-updates' : '/translations/pt_BR/docs/extras/block-updates.md',
'/pt_BR/dump-games' : '/translations/pt_BR/docs/extras/dump-games.md',
'/pt_BR/dump-wii-games' : '/translations/pt_BR/docs/extras/dump-wii-games.md',
'/pt_BR/unblock-updates' : '/translations/pt_BR/docs/extras/unblock-updates.md',
'/pt_BR/uninstall-cbhc' : '/translations/pt_BR/docs/extras/uninstall-cbhc.md',
'/pt_BR/faq' : '/translations/pt_BR/docs/extras/faq.md',
'/pt_BR/find-wiiu-ip-address' : '/translations/pt_BR/docs/extras/find-wiiu-ip-address.md',
// About
'/pt_BR/about' : '/translations/pt_BR/docs/extras/about.md',
// Privacy Policy
'/pt_BR/privacy-policy' : '/translations/pt_BR/docs/privacy/privacy-policy',
// Translation - Romanian
'/ro_RO/' : '/translations/ro_RO/docs/user-guide/introduction.md',
'/ro_RO/sidebar.md' : '/translations/ro_RO/docs/sidebar.md',
'/ro_RO/introduction' : '/translations/ro_RO/docs/user-guide/introduction.md',
'/ro_RO/cfw-choice' : '/translations/ro_RO/docs/user-guide/cfw-choice.md',
// CBHC
'/ro_RO/cbhc/sidebar.md' : '/translations/ro_RO/docs/user-guide/cbhc/sidebar.md',
'/ro_RO/cbhc/ds-vc-choice' : '/translations/ro_RO/docs/user-guide/cbhc/ds-vc-choice.md',
'/ro_RO/cbhc/sd-preparation' : '/translations/ro_RO/docs/user-guide/cbhc/sd-preparation.md',
'/ro_RO/cbhc/browser-exploit' : '/translations/ro_RO/docs/user-guide/cbhc/browser-exploit.md',
'/ro_RO/cbhc/nand-backup' : '/translations/ro_RO/docs/user-guide/cbhc/nand-backup.md',
'/ro_RO/cbhc/launching-cfw' : '/translations/ro_RO/docs/user-guide/cbhc/launching-cfw.md',
'/ro_RO/cbhc/installing-hblc' : '/translations/ro_RO/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/ro_RO/haxchi/sidebar.md' : '/translations/ro_RO/docs/user-guide/haxchi/sidebar.md',
'/ro_RO/haxchi/ds-vc-choice' : '/translations/ro_RO/docs/user-guide/haxchi/ds-vc-choice.md',
'/ro_RO/haxchi/sd-preparation' : '/translations/ro_RO/docs/user-guide/haxchi/sd-preparation.md',
'/ro_RO/haxchi/browser-exploit' : '/translations/ro_RO/docs/user-guide/haxchi/browser-exploit.md',
'/ro_RO/haxchi/nand-backup' : '/translations/ro_RO/docs/user-guide/haxchi/nand-backup.md',
'/ro_RO/haxchi/launching-cfw' : '/translations/ro_RO/docs/user-guide/haxchi/launching-cfw.md',
'/ro_RO/haxchi/installing-hblc' : '/translations/ro_RO/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/ro_RO/mocha/sidebar.md' : '/translations/ro_RO/docs/user-guide/mocha/sidebar.md',
'/ro_RO/mocha/entrypoint-choice' : '/translations/ro_RO/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/ro_RO/mocha/online-exploit/sidebar.md' : '/translations/ro_RO/docs/user-guide/mocha/online-exploit/sidebar.md',
'/ro_RO/mocha/online-exploit/sd-preparation' : '/translations/ro_RO/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/ro_RO/mocha/online-exploit/browser-exploit' : '/translations/ro_RO/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/ro_RO/mocha/online-exploit/nand-backup' : '/translations/ro_RO/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/ro_RO/mocha/online-exploit/launching-cfw' : '/translations/ro_RO/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/ro_RO/mocha/indexiine/sidebar.md' : '/translations/ro_RO/docs/user-guide/mocha/indexiine/sidebar.md',
'/ro_RO/mocha/indexiine/sd-preparation' : '/translations/ro_RO/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/ro_RO/mocha/indexiine/browser-exploit' : '/translations/ro_RO/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/ro_RO/mocha/indexiine/nand-backup' : '/translations/ro_RO/docs/user-guide/mocha/indexiine/nand-backup.md',
'/ro_RO/mocha/indexiine/browser-modding' : '/translations/ro_RO/docs/user-guide/mocha/indexiine/browser-modding.md',
'/ro_RO/mocha/indexiine/launching-cfw' : '/translations/ro_RO/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/ro_RO/vwii-modding' : '/translations/ro_RO/docs/vwii/vwii-modding.md',
'/ro_RO/vwii/sidebar.md' : '/translations/ro_RO/docs/user-guide/vwii/sidebar.md',
'/ro_RO/vwii/browser-exploit' : '/translations/ro_RO/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/ro_RO/recover-mii-channel' : '/translations/ro_RO/docs/troubleshooting/recover-mii-channel.md',
'/ro_RO/recover-ios' : '/translations/ro_RO/docs/troubleshooting/recover-ios.md',
'/ro_RO/ios-folders' : '/translations/ro_RO/docs/troubleshooting/ios-folders.md',
'/ro_RO/common-issues-fixes' : '/translations/ro_RO/docs/troubleshooting/common-issues-fixes.md',
'/ro_RO/fix-errcode-112-1037' : '/translations/ro_RO/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/ro_RO/block-updates' : '/translations/ro_RO/docs/extras/block-updates.md',
'/ro_RO/dump-games' : '/translations/ro_RO/docs/extras/dump-games.md',
'/ro_RO/dump-wii-games' : '/translations/ro_RO/docs/extras/dump-wii-games.md',
'/ro_RO/unblock-updates' : '/translations/ro_RO/docs/extras/unblock-updates.md',
'/ro_RO/uninstall-cbhc' : '/translations/ro_RO/docs/extras/uninstall-cbhc.md',
'/ro_RO/faq' : '/translations/ro_RO/docs/extras/faq.md',
'/ro_RO/find-wiiu-ip-address' : '/translations/ro_RO/docs/extras/find-wiiu-ip-address.md',
// About
'/ro_RO/about' : '/translations/ro_RO/docs/extras/about.md',
// Privacy Policy
'/ro_RO/privacy-policy' : '/translations/ro_RO/docs/privacy/privacy-policy',
// Translation - Russian
'/ru_RU/' : '/translations/ru_RU/docs/user-guide/introduction.md',
'/ru_RU/sidebar.md' : '/translations/ru_RU/docs/sidebar.md',
'/ru_RU/introduction' : '/translations/ru_RU/docs/user-guide/introduction.md',
'/ru_RU/cfw-choice' : '/translations/ru_RU/docs/user-guide/cfw-choice.md',
// CBHC
'/ru_RU/cbhc/sidebar.md' : '/translations/ru_RU/docs/user-guide/cbhc/sidebar.md',
'/ru_RU/cbhc/ds-vc-choice' : '/translations/ru_RU/docs/user-guide/cbhc/ds-vc-choice.md',
'/ru_RU/cbhc/sd-preparation' : '/translations/ru_RU/docs/user-guide/cbhc/sd-preparation.md',
'/ru_RU/cbhc/browser-exploit' : '/translations/ru_RU/docs/user-guide/cbhc/browser-exploit.md',
'/ru_RU/cbhc/nand-backup' : '/translations/ru_RU/docs/user-guide/cbhc/nand-backup.md',
'/ru_RU/cbhc/launching-cfw' : '/translations/ru_RU/docs/user-guide/cbhc/launching-cfw.md',
'/ru_RU/cbhc/installing-hblc' : '/translations/ru_RU/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/ru_RU/haxchi/sidebar.md' : '/translations/ru_RU/docs/user-guide/haxchi/sidebar.md',
'/ru_RU/haxchi/ds-vc-choice' : '/translations/ru_RU/docs/user-guide/haxchi/ds-vc-choice.md',
'/ru_RU/haxchi/sd-preparation' : '/translations/ru_RU/docs/user-guide/haxchi/sd-preparation.md',
'/ru_RU/haxchi/browser-exploit' : '/translations/ru_RU/docs/user-guide/haxchi/browser-exploit.md',
'/ru_RU/haxchi/nand-backup' : '/translations/ru_RU/docs/user-guide/haxchi/nand-backup.md',
'/ru_RU/haxchi/launching-cfw' : '/translations/ru_RU/docs/user-guide/haxchi/launching-cfw.md',
'/ru_RU/haxchi/installing-hblc' : '/translations/ru_RU/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/ru_RU/mocha/sidebar.md' : '/translations/ru_RU/docs/user-guide/mocha/sidebar.md',
'/ru_RU/mocha/entrypoint-choice' : '/translations/ru_RU/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/ru_RU/mocha/online-exploit/sidebar.md' : '/translations/ru_RU/docs/user-guide/mocha/online-exploit/sidebar.md',
'/ru_RU/mocha/online-exploit/sd-preparation' : '/translations/ru_RU/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/ru_RU/mocha/online-exploit/browser-exploit' : '/translations/ru_RU/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/ru_RU/mocha/online-exploit/nand-backup' : '/translations/ru_RU/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/ru_RU/mocha/online-exploit/launching-cfw' : '/translations/ru_RU/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/ru_RU/mocha/indexiine/sidebar.md' : '/translations/ru_RU/docs/user-guide/mocha/indexiine/sidebar.md',
'/ru_RU/mocha/indexiine/sd-preparation' : '/translations/ru_RU/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/ru_RU/mocha/indexiine/browser-exploit' : '/translations/ru_RU/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/ru_RU/mocha/indexiine/nand-backup' : '/translations/ru_RU/docs/user-guide/mocha/indexiine/nand-backup.md',
'/ru_RU/mocha/indexiine/browser-modding' : '/translations/ru_RU/docs/user-guide/mocha/indexiine/browser-modding.md',
'/ru_RU/mocha/indexiine/launching-cfw' : '/translations/ru_RU/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/ru_RU/vwii-modding' : '/translations/ru_RU/docs/vwii/vwii-modding.md',
'/ru_RU/vwii/sidebar.md' : '/translations/ru_RU/docs/user-guide/vwii/sidebar.md',
'/ru_RU/vwii/browser-exploit' : '/translations/ru_RU/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/ru_RU/recover-mii-channel' : '/translations/ru_RU/docs/troubleshooting/recover-mii-channel.md',
'/ru_RU/recover-ios' : '/translations/ru_RU/docs/troubleshooting/recover-ios.md',
'/ru_RU/ios-folders' : '/translations/ru_RU/docs/troubleshooting/ios-folders.md',
'/ru_RU/common-issues-fixes' : '/translations/ru_RU/docs/troubleshooting/common-issues-fixes.md',
'/ru_RU/fix-errcode-112-1037' : '/translations/ru_RU/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/ru_RU/block-updates' : '/translations/ru_RU/docs/extras/block-updates.md',
'/ru_RU/dump-games' : '/translations/ru_RU/docs/extras/dump-games.md',
'/ru_RU/dump-wii-games' : '/translations/ru_RU/docs/extras/dump-wii-games.md',
'/ru_RU/unblock-updates' : '/translations/ru_RU/docs/extras/unblock-updates.md',
'/ru_RU/uninstall-cbhc' : '/translations/ru_RU/docs/extras/uninstall-cbhc.md',
'/ru_RU/faq' : '/translations/ru_RU/docs/extras/faq.md',
'/ru_RU/find-wiiu-ip-address' : '/translations/ru_RU/docs/extras/find-wiiu-ip-address.md',
// About
'/ru_RU/about' : '/translations/ru_RU/docs/extras/about.md',
// Privacy Policy
'/ru_RU/privacy-policy' : '/translations/ru_RU/docs/privacy/privacy-policy',
// Translation - Serbian (Cyrillic)
'/sr_SP/' : '/translations/sr_SP/docs/user-guide/introduction.md',
'/sr_SP/sidebar.md' : '/translations/sr_SP/docs/sidebar.md',
'/sr_SP/introduction' : '/translations/sr_SP/docs/user-guide/introduction.md',
'/sr_SP/cfw-choice' : '/translations/sr_SP/docs/user-guide/cfw-choice.md',
// CBHC
'/sr_SP/cbhc/sidebar.md' : '/translations/sr_SP/docs/user-guide/cbhc/sidebar.md',
'/sr_SP/cbhc/ds-vc-choice' : '/translations/sr_SP/docs/user-guide/cbhc/ds-vc-choice.md',
'/sr_SP/cbhc/sd-preparation' : '/translations/sr_SP/docs/user-guide/cbhc/sd-preparation.md',
'/sr_SP/cbhc/browser-exploit' : '/translations/sr_SP/docs/user-guide/cbhc/browser-exploit.md',
'/sr_SP/cbhc/nand-backup' : '/translations/sr_SP/docs/user-guide/cbhc/nand-backup.md',
'/sr_SP/cbhc/launching-cfw' : '/translations/sr_SP/docs/user-guide/cbhc/launching-cfw.md',
'/sr_SP/cbhc/installing-hblc' : '/translations/sr_SP/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/sr_SP/haxchi/sidebar.md' : '/translations/sr_SP/docs/user-guide/haxchi/sidebar.md',
'/sr_SP/haxchi/ds-vc-choice' : '/translations/sr_SP/docs/user-guide/haxchi/ds-vc-choice.md',
'/sr_SP/haxchi/sd-preparation' : '/translations/sr_SP/docs/user-guide/haxchi/sd-preparation.md',
'/sr_SP/haxchi/browser-exploit' : '/translations/sr_SP/docs/user-guide/haxchi/browser-exploit.md',
'/sr_SP/haxchi/nand-backup' : '/translations/sr_SP/docs/user-guide/haxchi/nand-backup.md',
'/sr_SP/haxchi/launching-cfw' : '/translations/sr_SP/docs/user-guide/haxchi/launching-cfw.md',
'/sr_SP/haxchi/installing-hblc' : '/translations/sr_SP/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/sr_SP/mocha/sidebar.md' : '/translations/sr_SP/docs/user-guide/mocha/sidebar.md',
'/sr_SP/mocha/entrypoint-choice' : '/translations/sr_SP/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/sr_SP/mocha/online-exploit/sidebar.md' : '/translations/sr_SP/docs/user-guide/mocha/online-exploit/sidebar.md',
'/sr_SP/mocha/online-exploit/sd-preparation' : '/translations/sr_SP/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/sr_SP/mocha/online-exploit/browser-exploit' : '/translations/sr_SP/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/sr_SP/mocha/online-exploit/nand-backup' : '/translations/sr_SP/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/sr_SP/mocha/online-exploit/launching-cfw' : '/translations/sr_SP/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/sr_SP/mocha/indexiine/sidebar.md' : '/translations/sr_SP/docs/user-guide/mocha/indexiine/sidebar.md',
'/sr_SP/mocha/indexiine/sd-preparation' : '/translations/sr_SP/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/sr_SP/mocha/indexiine/browser-exploit' : '/translations/sr_SP/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/sr_SP/mocha/indexiine/nand-backup' : '/translations/sr_SP/docs/user-guide/mocha/indexiine/nand-backup.md',
'/sr_SP/mocha/indexiine/browser-modding' : '/translations/sr_SP/docs/user-guide/mocha/indexiine/browser-modding.md',
'/sr_SP/mocha/indexiine/launching-cfw' : '/translations/sr_SP/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/sr_SP/vwii-modding' : '/translations/sr_SP/docs/vwii/vwii-modding.md',
'/sr_SP/vwii/sidebar.md' : '/translations/sr_SP/docs/user-guide/vwii/sidebar.md',
'/sr_SP/vwii/browser-exploit' : '/translations/sr_SP/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/sr_SP/recover-mii-channel' : '/translations/sr_SP/docs/troubleshooting/recover-mii-channel.md',
'/sr_SP/recover-ios' : '/translations/sr_SP/docs/troubleshooting/recover-ios.md',
'/sr_SP/ios-folders' : '/translations/sr_SP/docs/troubleshooting/ios-folders.md',
'/sr_SP/common-issues-fixes' : '/translations/sr_SP/docs/troubleshooting/common-issues-fixes.md',
'/sr_SP/fix-errcode-112-1037' : '/translations/sr_SP/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/sr_SP/block-updates' : '/translations/sr_SP/docs/extras/block-updates.md',
'/sr_SP/dump-games' : '/translations/sr_SP/docs/extras/dump-games.md',
'/sr_SP/dump-wii-games' : '/translations/sr_SP/docs/extras/dump-wii-games.md',
'/sr_SP/unblock-updates' : '/translations/sr_SP/docs/extras/unblock-updates.md',
'/sr_SP/uninstall-cbhc' : '/translations/sr_SP/docs/extras/uninstall-cbhc.md',
'/sr_SP/faq' : '/translations/sr_SP/docs/extras/faq.md',
'/sr_SP/find-wiiu-ip-address' : '/translations/sr_SP/docs/extras/find-wiiu-ip-address.md',
// About
'/sr_SP/about' : '/translations/sr_SP/docs/extras/about.md',
// Privacy Policy
'/sr_SP/privacy-policy' : '/translations/sr_SP/docs/privacy/privacy-policy',
// Translation - Spanish
'/es_ES/' : '/translations/es_ES/docs/user-guide/introduction.md',
'/es_ES/sidebar.md' : '/translations/es_ES/docs/sidebar.md',
'/es_ES/introduction' : '/translations/es_ES/docs/user-guide/introduction.md',
'/es_ES/cfw-choice' : '/translations/es_ES/docs/user-guide/cfw-choice.md',
// CBHC
'/es_ES/cbhc/sidebar.md' : '/translations/es_ES/docs/user-guide/cbhc/sidebar.md',
'/es_ES/cbhc/ds-vc-choice' : '/translations/es_ES/docs/user-guide/cbhc/ds-vc-choice.md',
'/es_ES/cbhc/sd-preparation' : '/translations/es_ES/docs/user-guide/cbhc/sd-preparation.md',
'/es_ES/cbhc/browser-exploit' : '/translations/es_ES/docs/user-guide/cbhc/browser-exploit.md',
'/es_ES/cbhc/nand-backup' : '/translations/es_ES/docs/user-guide/cbhc/nand-backup.md',
'/es_ES/cbhc/launching-cfw' : '/translations/es_ES/docs/user-guide/cbhc/launching-cfw.md',
'/es_ES/cbhc/installing-hblc' : '/translations/es_ES/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/es_ES/haxchi/sidebar.md' : '/translations/es_ES/docs/user-guide/haxchi/sidebar.md',
'/es_ES/haxchi/ds-vc-choice' : '/translations/es_ES/docs/user-guide/haxchi/ds-vc-choice.md',
'/es_ES/haxchi/sd-preparation' : '/translations/es_ES/docs/user-guide/haxchi/sd-preparation.md',
'/es_ES/haxchi/browser-exploit' : '/translations/es_ES/docs/user-guide/haxchi/browser-exploit.md',
'/es_ES/haxchi/nand-backup' : '/translations/es_ES/docs/user-guide/haxchi/nand-backup.md',
'/es_ES/haxchi/launching-cfw' : '/translations/es_ES/docs/user-guide/haxchi/launching-cfw.md',
'/es_ES/haxchi/installing-hblc' : '/translations/es_ES/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/es_ES/mocha/sidebar.md' : '/translations/es_ES/docs/user-guide/mocha/sidebar.md',
'/es_ES/mocha/entrypoint-choice' : '/translations/es_ES/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/es_ES/mocha/online-exploit/sidebar.md' : '/translations/es_ES/docs/user-guide/mocha/online-exploit/sidebar.md',
'/es_ES/mocha/online-exploit/sd-preparation' : '/translations/es_ES/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/es_ES/mocha/online-exploit/browser-exploit' : '/translations/es_ES/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/es_ES/mocha/online-exploit/nand-backup' : '/translations/es_ES/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/es_ES/mocha/online-exploit/launching-cfw' : '/translations/es_ES/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/es_ES/mocha/indexiine/sidebar.md' : '/translations/es_ES/docs/user-guide/mocha/indexiine/sidebar.md',
'/es_ES/mocha/indexiine/sd-preparation' : '/translations/es_ES/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/es_ES/mocha/indexiine/browser-exploit' : '/translations/es_ES/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/es_ES/mocha/indexiine/nand-backup' : '/translations/es_ES/docs/user-guide/mocha/indexiine/nand-backup.md',
'/es_ES/mocha/indexiine/browser-modding' : '/translations/es_ES/docs/user-guide/mocha/indexiine/browser-modding.md',
'/es_ES/mocha/indexiine/launching-cfw' : '/translations/es_ES/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/es_ES/vwii-modding' : '/translations/es_ES/docs/vwii/vwii-modding.md',
'/es_ES/vwii/sidebar.md' : '/translations/es_ES/docs/user-guide/vwii/sidebar.md',
'/es_ES/vwii/browser-exploit' : '/translations/es_ES/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/es_ES/recover-mii-channel' : '/translations/es_ES/docs/troubleshooting/recover-mii-channel.md',
'/es_ES/recover-ios' : '/translations/es_ES/docs/troubleshooting/recover-ios.md',
'/es_ES/ios-folders' : '/translations/es_ES/docs/troubleshooting/ios-folders.md',
'/es_ES/common-issues-fixes' : '/translations/es_ES/docs/troubleshooting/common-issues-fixes.md',
'/es_ES/fix-errcode-112-1037' : '/translations/es_ES/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/es_ES/block-updates' : '/translations/es_ES/docs/extras/block-updates.md',
'/es_ES/dump-games' : '/translations/es_ES/docs/extras/dump-games.md',
'/es_ES/dump-wii-games' : '/translations/es_ES/docs/extras/dump-wii-games.md',
'/es_ES/unblock-updates' : '/translations/es_ES/docs/extras/unblock-updates.md',
'/es_ES/uninstall-cbhc' : '/translations/es_ES/docs/extras/uninstall-cbhc.md',
'/es_ES/faq' : '/translations/es_ES/docs/extras/faq.md',
'/es_ES/find-wiiu-ip-address' : '/translations/es_ES/docs/extras/find-wiiu-ip-address.md',
// About
'/es_ES/about' : '/translations/es_ES/docs/extras/about.md',
// Privacy Policy
'/es_ES/privacy-policy' : '/translations/es_ES/docs/privacy/privacy-policy',
// Translation - Swedish
'/sv_SE/' : '/translations/sv_SE/docs/user-guide/introduction.md',
'/sv_SE/sidebar.md' : '/translations/sv_SE/docs/sidebar.md',
'/sv_SE/introduction' : '/translations/sv_SE/docs/user-guide/introduction.md',
'/sv_SE/cfw-choice' : '/translations/sv_SE/docs/user-guide/cfw-choice.md',
// CBHC
'/sv_SE/cbhc/sidebar.md' : '/translations/sv_SE/docs/user-guide/cbhc/sidebar.md',
'/sv_SE/cbhc/ds-vc-choice' : '/translations/sv_SE/docs/user-guide/cbhc/ds-vc-choice.md',
'/sv_SE/cbhc/sd-preparation' : '/translations/sv_SE/docs/user-guide/cbhc/sd-preparation.md',
'/sv_SE/cbhc/browser-exploit' : '/translations/sv_SE/docs/user-guide/cbhc/browser-exploit.md',
'/sv_SE/cbhc/nand-backup' : '/translations/sv_SE/docs/user-guide/cbhc/nand-backup.md',
'/sv_SE/cbhc/launching-cfw' : '/translations/sv_SE/docs/user-guide/cbhc/launching-cfw.md',
'/sv_SE/cbhc/installing-hblc' : '/translations/sv_SE/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/sv_SE/haxchi/sidebar.md' : '/translations/sv_SE/docs/user-guide/haxchi/sidebar.md',
'/sv_SE/haxchi/ds-vc-choice' : '/translations/sv_SE/docs/user-guide/haxchi/ds-vc-choice.md',
'/sv_SE/haxchi/sd-preparation' : '/translations/sv_SE/docs/user-guide/haxchi/sd-preparation.md',
'/sv_SE/haxchi/browser-exploit' : '/translations/sv_SE/docs/user-guide/haxchi/browser-exploit.md',
'/sv_SE/haxchi/nand-backup' : '/translations/sv_SE/docs/user-guide/haxchi/nand-backup.md',
'/sv_SE/haxchi/launching-cfw' : '/translations/sv_SE/docs/user-guide/haxchi/launching-cfw.md',
'/sv_SE/haxchi/installing-hblc' : '/translations/sv_SE/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/sv_SE/mocha/sidebar.md' : '/translations/sv_SE/docs/user-guide/mocha/sidebar.md',
'/sv_SE/mocha/entrypoint-choice' : '/translations/sv_SE/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/sv_SE/mocha/online-exploit/sidebar.md' : '/translations/sv_SE/docs/user-guide/mocha/online-exploit/sidebar.md',
'/sv_SE/mocha/online-exploit/sd-preparation' : '/translations/sv_SE/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/sv_SE/mocha/online-exploit/browser-exploit' : '/translations/sv_SE/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/sv_SE/mocha/online-exploit/nand-backup' : '/translations/sv_SE/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/sv_SE/mocha/online-exploit/launching-cfw' : '/translations/sv_SE/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/sv_SE/mocha/indexiine/sidebar.md' : '/translations/sv_SE/docs/user-guide/mocha/indexiine/sidebar.md',
'/sv_SE/mocha/indexiine/sd-preparation' : '/translations/sv_SE/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/sv_SE/mocha/indexiine/browser-exploit' : '/translations/sv_SE/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/sv_SE/mocha/indexiine/nand-backup' : '/translations/sv_SE/docs/user-guide/mocha/indexiine/nand-backup.md',
'/sv_SE/mocha/indexiine/browser-modding' : '/translations/sv_SE/docs/user-guide/mocha/indexiine/browser-modding.md',
'/sv_SE/mocha/indexiine/launching-cfw' : '/translations/sv_SE/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/sv_SE/vwii-modding' : '/translations/sv_SE/docs/vwii/vwii-modding.md',
'/sv_SE/vwii/sidebar.md' : '/translations/sv_SE/docs/user-guide/vwii/sidebar.md',
'/sv_SE/vwii/browser-exploit' : '/translations/sv_SE/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/sv_SE/recover-mii-channel' : '/translations/sv_SE/docs/troubleshooting/recover-mii-channel.md',
'/sv_SE/recover-ios' : '/translations/sv_SE/docs/troubleshooting/recover-ios.md',
'/sv_SE/ios-folders' : '/translations/sv_SE/docs/troubleshooting/ios-folders.md',
'/sv_SE/common-issues-fixes' : '/translations/sv_SE/docs/troubleshooting/common-issues-fixes.md',
'/sv_SE/fix-errcode-112-1037' : '/translations/sv_SE/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/sv_SE/block-updates' : '/translations/sv_SE/docs/extras/block-updates.md',
'/sv_SE/dump-games' : '/translations/sv_SE/docs/extras/dump-games.md',
'/sv_SE/dump-wii-games' : '/translations/sv_SE/docs/extras/dump-wii-games.md',
'/sv_SE/unblock-updates' : '/translations/sv_SE/docs/extras/unblock-updates.md',
'/sv_SE/uninstall-cbhc' : '/translations/sv_SE/docs/extras/uninstall-cbhc.md',
'/sv_SE/faq' : '/translations/sv_SE/docs/extras/faq.md',
'/sv_SE/find-wiiu-ip-address' : '/translations/sv_SE/docs/extras/find-wiiu-ip-address.md',
// About
'/sv_SE/about' : '/translations/sv_SE/docs/extras/about.md',
// Privacy Policy
'/sv_SE/privacy-policy' : '/translations/sv_SE/docs/privacy/privacy-policy',
// Translation - Thai
'/th_TH/' : '/translations/th_TH/docs/user-guide/introduction.md',
'/th_TH/sidebar.md' : '/translations/th_TH/docs/sidebar.md',
'/th_TH/introduction' : '/translations/th_TH/docs/user-guide/introduction.md',
'/th_TH/cfw-choice' : '/translations/th_TH/docs/user-guide/cfw-choice.md',
// CBHC
'/th_TH/cbhc/sidebar.md' : '/translations/th_TH/docs/user-guide/cbhc/sidebar.md',
'/th_TH/cbhc/ds-vc-choice' : '/translations/th_TH/docs/user-guide/cbhc/ds-vc-choice.md',
'/th_TH/cbhc/sd-preparation' : '/translations/th_TH/docs/user-guide/cbhc/sd-preparation.md',
'/th_TH/cbhc/browser-exploit' : '/translations/th_TH/docs/user-guide/cbhc/browser-exploit.md',
'/th_TH/cbhc/nand-backup' : '/translations/th_TH/docs/user-guide/cbhc/nand-backup.md',
'/th_TH/cbhc/launching-cfw' : '/translations/th_TH/docs/user-guide/cbhc/launching-cfw.md',
'/th_TH/cbhc/installing-hblc' : '/translations/th_TH/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/th_TH/haxchi/sidebar.md' : '/translations/th_TH/docs/user-guide/haxchi/sidebar.md',
'/th_TH/haxchi/ds-vc-choice' : '/translations/th_TH/docs/user-guide/haxchi/ds-vc-choice.md',
'/th_TH/haxchi/sd-preparation' : '/translations/th_TH/docs/user-guide/haxchi/sd-preparation.md',
'/th_TH/haxchi/browser-exploit' : '/translations/th_TH/docs/user-guide/haxchi/browser-exploit.md',
'/th_TH/haxchi/nand-backup' : '/translations/th_TH/docs/user-guide/haxchi/nand-backup.md',
'/th_TH/haxchi/launching-cfw' : '/translations/th_TH/docs/user-guide/haxchi/launching-cfw.md',
'/th_TH/haxchi/installing-hblc' : '/translations/th_TH/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/th_TH/mocha/sidebar.md' : '/translations/th_TH/docs/user-guide/mocha/sidebar.md',
'/th_TH/mocha/entrypoint-choice' : '/translations/th_TH/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/th_TH/mocha/online-exploit/sidebar.md' : '/translations/th_TH/docs/user-guide/mocha/online-exploit/sidebar.md',
'/th_TH/mocha/online-exploit/sd-preparation' : '/translations/th_TH/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/th_TH/mocha/online-exploit/browser-exploit' : '/translations/th_TH/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/th_TH/mocha/online-exploit/nand-backup' : '/translations/th_TH/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/th_TH/mocha/online-exploit/launching-cfw' : '/translations/th_TH/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/th_TH/mocha/indexiine/sidebar.md' : '/translations/th_TH/docs/user-guide/mocha/indexiine/sidebar.md',
'/th_TH/mocha/indexiine/sd-preparation' : '/translations/th_TH/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/th_TH/mocha/indexiine/browser-exploit' : '/translations/th_TH/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/th_TH/mocha/indexiine/nand-backup' : '/translations/th_TH/docs/user-guide/mocha/indexiine/nand-backup.md',
'/th_TH/mocha/indexiine/browser-modding' : '/translations/th_TH/docs/user-guide/mocha/indexiine/browser-modding.md',
'/th_TH/mocha/indexiine/launching-cfw' : '/translations/th_TH/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/th_TH/vwii-modding' : '/translations/th_TH/docs/vwii/vwii-modding.md',
'/th_TH/vwii/sidebar.md' : '/translations/th_TH/docs/user-guide/vwii/sidebar.md',
'/th_TH/vwii/browser-exploit' : '/translations/th_TH/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/th_TH/recover-mii-channel' : '/translations/th_TH/docs/troubleshooting/recover-mii-channel.md',
'/th_TH/recover-ios' : '/translations/th_TH/docs/troubleshooting/recover-ios.md',
'/th_TH/ios-folders' : '/translations/th_TH/docs/troubleshooting/ios-folders.md',
'/th_TH/common-issues-fixes' : '/translations/th_TH/docs/troubleshooting/common-issues-fixes.md',
'/th_TH/fix-errcode-112-1037' : '/translations/th_TH/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/th_TH/block-updates' : '/translations/th_TH/docs/extras/block-updates.md',
'/th_TH/dump-games' : '/translations/th_TH/docs/extras/dump-games.md',
'/th_TH/dump-wii-games' : '/translations/th_TH/docs/extras/dump-wii-games.md',
'/th_TH/unblock-updates' : '/translations/th_TH/docs/extras/unblock-updates.md',
'/th_TH/uninstall-cbhc' : '/translations/th_TH/docs/extras/uninstall-cbhc.md',
'/th_TH/faq' : '/translations/th_TH/docs/extras/faq.md',
'/th_TH/find-wiiu-ip-address' : '/translations/th_TH/docs/extras/find-wiiu-ip-address.md',
// About
'/th_TH/about' : '/translations/th_TH/docs/extras/about.md',
// Privacy Policy
'/th_TH/privacy-policy' : '/translations/th_TH/docs/privacy/privacy-policy',
// Translation - Turkish
'/tr_TR/' : '/translations/tr_TR/docs/user-guide/introduction.md',
'/tr_TR/sidebar.md' : '/translations/tr_TR/docs/sidebar.md',
'/tr_TR/introduction' : '/translations/tr_TR/docs/user-guide/introduction.md',
'/tr_TR/cfw-choice' : '/translations/tr_TR/docs/user-guide/cfw-choice.md',
// CBHC
'/tr_TR/cbhc/sidebar.md' : '/translations/tr_TR/docs/user-guide/cbhc/sidebar.md',
'/tr_TR/cbhc/ds-vc-choice' : '/translations/tr_TR/docs/user-guide/cbhc/ds-vc-choice.md',
'/tr_TR/cbhc/sd-preparation' : '/translations/tr_TR/docs/user-guide/cbhc/sd-preparation.md',
'/tr_TR/cbhc/browser-exploit' : '/translations/tr_TR/docs/user-guide/cbhc/browser-exploit.md',
'/tr_TR/cbhc/nand-backup' : '/translations/tr_TR/docs/user-guide/cbhc/nand-backup.md',
'/tr_TR/cbhc/launching-cfw' : '/translations/tr_TR/docs/user-guide/cbhc/launching-cfw.md',
'/tr_TR/cbhc/installing-hblc' : '/translations/tr_TR/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/tr_TR/haxchi/sidebar.md' : '/translations/tr_TR/docs/user-guide/haxchi/sidebar.md',
'/tr_TR/haxchi/ds-vc-choice' : '/translations/tr_TR/docs/user-guide/haxchi/ds-vc-choice.md',
'/tr_TR/haxchi/sd-preparation' : '/translations/tr_TR/docs/user-guide/haxchi/sd-preparation.md',
'/tr_TR/haxchi/browser-exploit' : '/translations/tr_TR/docs/user-guide/haxchi/browser-exploit.md',
'/tr_TR/haxchi/nand-backup' : '/translations/tr_TR/docs/user-guide/haxchi/nand-backup.md',
'/tr_TR/haxchi/launching-cfw' : '/translations/tr_TR/docs/user-guide/haxchi/launching-cfw.md',
'/tr_TR/haxchi/installing-hblc' : '/translations/tr_TR/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/tr_TR/mocha/sidebar.md' : '/translations/tr_TR/docs/user-guide/mocha/sidebar.md',
'/tr_TR/mocha/entrypoint-choice' : '/translations/tr_TR/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/tr_TR/mocha/online-exploit/sidebar.md' : '/translations/tr_TR/docs/user-guide/mocha/online-exploit/sidebar.md',
'/tr_TR/mocha/online-exploit/sd-preparation' : '/translations/tr_TR/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/tr_TR/mocha/online-exploit/browser-exploit' : '/translations/tr_TR/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/tr_TR/mocha/online-exploit/nand-backup' : '/translations/tr_TR/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/tr_TR/mocha/online-exploit/launching-cfw' : '/translations/tr_TR/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/tr_TR/mocha/indexiine/sidebar.md' : '/translations/tr_TR/docs/user-guide/mocha/indexiine/sidebar.md',
'/tr_TR/mocha/indexiine/sd-preparation' : '/translations/tr_TR/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/tr_TR/mocha/indexiine/browser-exploit' : '/translations/tr_TR/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/tr_TR/mocha/indexiine/nand-backup' : '/translations/tr_TR/docs/user-guide/mocha/indexiine/nand-backup.md',
'/tr_TR/mocha/indexiine/browser-modding' : '/translations/tr_TR/docs/user-guide/mocha/indexiine/browser-modding.md',
'/tr_TR/mocha/indexiine/launching-cfw' : '/translations/tr_TR/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/tr_TR/vwii-modding' : '/translations/tr_TR/docs/vwii/vwii-modding.md',
'/tr_TR/vwii/sidebar.md' : '/translations/tr_TR/docs/user-guide/vwii/sidebar.md',
'/tr_TR/vwii/browser-exploit' : '/translations/tr_TR/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/tr_TR/recover-mii-channel' : '/translations/tr_TR/docs/troubleshooting/recover-mii-channel.md',
'/tr_TR/recover-ios' : '/translations/tr_TR/docs/troubleshooting/recover-ios.md',
'/tr_TR/ios-folders' : '/translations/tr_TR/docs/troubleshooting/ios-folders.md',
'/tr_TR/common-issues-fixes' : '/translations/tr_TR/docs/troubleshooting/common-issues-fixes.md',
'/tr_TR/fix-errcode-112-1037' : '/translations/tr_TR/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/tr_TR/block-updates' : '/translations/tr_TR/docs/extras/block-updates.md',
'/tr_TR/dump-games' : '/translations/tr_TR/docs/extras/dump-games.md',
'/tr_TR/dump-wii-games' : '/translations/tr_TR/docs/extras/dump-wii-games.md',
'/tr_TR/unblock-updates' : '/translations/tr_TR/docs/extras/unblock-updates.md',
'/tr_TR/uninstall-cbhc' : '/translations/tr_TR/docs/extras/uninstall-cbhc.md',
'/tr_TR/faq' : '/translations/tr_TR/docs/extras/faq.md',
'/tr_TR/find-wiiu-ip-address' : '/translations/tr_TR/docs/extras/find-wiiu-ip-address.md',
// About
'/tr_TR/about' : '/translations/tr_TR/docs/extras/about.md',
// Privacy Policy
'/tr_TR/privacy-policy' : '/translations/tr_TR/docs/privacy/privacy-policy',
// Translation - Ukranian
'/uk_UA/' : '/translations/uk_UA/docs/user-guide/introduction.md',
'/uk_UA/sidebar.md' : '/translations/uk_UA/docs/sidebar.md',
'/uk_UA/introduction' : '/translations/uk_UA/docs/user-guide/introduction.md',
'/uk_UA/cfw-choice' : '/translations/uk_UA/docs/user-guide/cfw-choice.md',
// CBHC
'/uk_UA/cbhc/sidebar.md' : '/translations/uk_UA/docs/user-guide/cbhc/sidebar.md',
'/uk_UA/cbhc/ds-vc-choice' : '/translations/uk_UA/docs/user-guide/cbhc/ds-vc-choice.md',
'/uk_UA/cbhc/sd-preparation' : '/translations/uk_UA/docs/user-guide/cbhc/sd-preparation.md',
'/uk_UA/cbhc/browser-exploit' : '/translations/uk_UA/docs/user-guide/cbhc/browser-exploit.md',
'/uk_UA/cbhc/nand-backup' : '/translations/uk_UA/docs/user-guide/cbhc/nand-backup.md',
'/uk_UA/cbhc/launching-cfw' : '/translations/uk_UA/docs/user-guide/cbhc/launching-cfw.md',
'/uk_UA/cbhc/installing-hblc' : '/translations/uk_UA/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/uk_UA/haxchi/sidebar.md' : '/translations/uk_UA/docs/user-guide/haxchi/sidebar.md',
'/uk_UA/haxchi/ds-vc-choice' : '/translations/uk_UA/docs/user-guide/haxchi/ds-vc-choice.md',
'/uk_UA/haxchi/sd-preparation' : '/translations/uk_UA/docs/user-guide/haxchi/sd-preparation.md',
'/uk_UA/haxchi/browser-exploit' : '/translations/uk_UA/docs/user-guide/haxchi/browser-exploit.md',
'/uk_UA/haxchi/nand-backup' : '/translations/uk_UA/docs/user-guide/haxchi/nand-backup.md',
'/uk_UA/haxchi/launching-cfw' : '/translations/uk_UA/docs/user-guide/haxchi/launching-cfw.md',
'/uk_UA/haxchi/installing-hblc' : '/translations/uk_UA/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/uk_UA/mocha/sidebar.md' : '/translations/uk_UA/docs/user-guide/mocha/sidebar.md',
'/uk_UA/mocha/entrypoint-choice' : '/translations/uk_UA/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/uk_UA/mocha/online-exploit/sidebar.md' : '/translations/uk_UA/docs/user-guide/mocha/online-exploit/sidebar.md',
'/uk_UA/mocha/online-exploit/sd-preparation' : '/translations/uk_UA/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/uk_UA/mocha/online-exploit/browser-exploit' : '/translations/uk_UA/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/uk_UA/mocha/online-exploit/nand-backup' : '/translations/uk_UA/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/uk_UA/mocha/online-exploit/launching-cfw' : '/translations/uk_UA/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/uk_UA/mocha/indexiine/sidebar.md' : '/translations/uk_UA/docs/user-guide/mocha/indexiine/sidebar.md',
'/uk_UA/mocha/indexiine/sd-preparation' : '/translations/uk_UA/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/uk_UA/mocha/indexiine/browser-exploit' : '/translations/uk_UA/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/uk_UA/mocha/indexiine/nand-backup' : '/translations/uk_UA/docs/user-guide/mocha/indexiine/nand-backup.md',
'/uk_UA/mocha/indexiine/browser-modding' : '/translations/uk_UA/docs/user-guide/mocha/indexiine/browser-modding.md',
'/uk_UA/mocha/indexiine/launching-cfw' : '/translations/uk_UA/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/uk_UA/vwii-modding' : '/translations/uk_UA/docs/vwii/vwii-modding.md',
'/uk_UA/vwii/sidebar.md' : '/translations/uk_UA/docs/user-guide/vwii/sidebar.md',
'/uk_UA/vwii/browser-exploit' : '/translations/uk_UA/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/uk_UA/recover-mii-channel' : '/translations/uk_UA/docs/troubleshooting/recover-mii-channel.md',
'/uk_UA/recover-ios' : '/translations/uk_UA/docs/troubleshooting/recover-ios.md',
'/uk_UA/ios-folders' : '/translations/uk_UA/docs/troubleshooting/ios-folders.md',
'/uk_UA/common-issues-fixes' : '/translations/uk_UA/docs/troubleshooting/common-issues-fixes.md',
'/uk_UA/fix-errcode-112-1037' : '/translations/uk_UA/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/uk_UA/block-updates' : '/translations/uk_UA/docs/extras/block-updates.md',
'/uk_UA/dump-games' : '/translations/uk_UA/docs/extras/dump-games.md',
'/uk_UA/dump-wii-games' : '/translations/uk_UA/docs/extras/dump-wii-games.md',
'/uk_UA/unblock-updates' : '/translations/uk_UA/docs/extras/unblock-updates.md',
'/uk_UA/uninstall-cbhc' : '/translations/uk_UA/docs/extras/uninstall-cbhc.md',
'/uk_UA/faq' : '/translations/uk_UA/docs/extras/faq.md',
'/uk_UA/find-wiiu-ip-address' : '/translations/uk_UA/docs/extras/find-wiiu-ip-address.md',
// About
'/uk_UA/about' : '/translations/uk_UA/docs/extras/about.md',
// Privacy Policy
'/uk_UA/privacy-policy' : '/translations/uk_UA/docs/privacy/privacy-policy',
// Translation - Vietnamese
'/vi_VN/' : '/translations/vi_VN/docs/user-guide/introduction.md',
'/vi_VN/sidebar.md' : '/translations/vi_VN/docs/sidebar.md',
'/vi_VN/introduction' : '/translations/vi_VN/docs/user-guide/introduction.md',
'/vi_VN/cfw-choice' : '/translations/vi_VN/docs/user-guide/cfw-choice.md',
// CBHC
'/vi_VN/cbhc/sidebar.md' : '/translations/vi_VN/docs/user-guide/cbhc/sidebar.md',
'/vi_VN/cbhc/ds-vc-choice' : '/translations/vi_VN/docs/user-guide/cbhc/ds-vc-choice.md',
'/vi_VN/cbhc/sd-preparation' : '/translations/vi_VN/docs/user-guide/cbhc/sd-preparation.md',
'/vi_VN/cbhc/browser-exploit' : '/translations/vi_VN/docs/user-guide/cbhc/browser-exploit.md',
'/vi_VN/cbhc/nand-backup' : '/translations/vi_VN/docs/user-guide/cbhc/nand-backup.md',
'/vi_VN/cbhc/launching-cfw' : '/translations/vi_VN/docs/user-guide/cbhc/launching-cfw.md',
'/vi_VN/cbhc/installing-hblc' : '/translations/vi_VN/docs/user-guide/cbhc/installing-hblc.md',
// Haxchi
'/vi_VN/haxchi/sidebar.md' : '/translations/vi_VN/docs/user-guide/haxchi/sidebar.md',
'/vi_VN/haxchi/ds-vc-choice' : '/translations/vi_VN/docs/user-guide/haxchi/ds-vc-choice.md',
'/vi_VN/haxchi/sd-preparation' : '/translations/vi_VN/docs/user-guide/haxchi/sd-preparation.md',
'/vi_VN/haxchi/browser-exploit' : '/translations/vi_VN/docs/user-guide/haxchi/browser-exploit.md',
'/vi_VN/haxchi/nand-backup' : '/translations/vi_VN/docs/user-guide/haxchi/nand-backup.md',
'/vi_VN/haxchi/launching-cfw' : '/translations/vi_VN/docs/user-guide/haxchi/launching-cfw.md',
'/vi_VN/haxchi/installing-hblc' : '/translations/vi_VN/docs/user-guide/haxchi/installing-hblc.md',
// Mocha
'/vi_VN/mocha/sidebar.md' : '/translations/vi_VN/docs/user-guide/mocha/sidebar.md',
'/vi_VN/mocha/entrypoint-choice' : '/translations/vi_VN/docs/user-guide/mocha/entrypoint-choice.md',
// Mocha - Online Exploit
'/vi_VN/mocha/online-exploit/sidebar.md' : '/translations/vi_VN/docs/user-guide/mocha/online-exploit/sidebar.md',
'/vi_VN/mocha/online-exploit/sd-preparation' : '/translations/vi_VN/docs/user-guide/mocha/online-exploit/sd-preparation.md',
'/vi_VN/mocha/online-exploit/browser-exploit' : '/translations/vi_VN/docs/user-guide/mocha/online-exploit/browser-exploit.md',
'/vi_VN/mocha/online-exploit/nand-backup' : '/translations/vi_VN/docs/user-guide/mocha/online-exploit/nand-backup.md',
'/vi_VN/mocha/online-exploit/launching-cfw' : '/translations/vi_VN/docs/user-guide/mocha/online-exploit/launching-cfw.md',
// Mocha - Indexiine
'/vi_VN/mocha/indexiine/sidebar.md' : '/translations/vi_VN/docs/user-guide/mocha/indexiine/sidebar.md',
'/vi_VN/mocha/indexiine/sd-preparation' : '/translations/vi_VN/docs/user-guide/mocha/indexiine/sd-preparation.md',
'/vi_VN/mocha/indexiine/browser-exploit' : '/translations/vi_VN/docs/user-guide/mocha/indexiine/browser-exploit.md',
'/vi_VN/mocha/indexiine/nand-backup' : '/translations/vi_VN/docs/user-guide/mocha/indexiine/nand-backup.md',
'/vi_VN/mocha/indexiine/browser-modding' : '/translations/vi_VN/docs/user-guide/mocha/indexiine/browser-modding.md',
'/vi_VN/mocha/indexiine/launching-cfw' : '/translations/vi_VN/docs/user-guide/mocha/indexiine/launching-cfw.md',
// vWii
'/vi_VN/vwii-modding' : '/translations/vi_VN/docs/vwii/vwii-modding.md',
'/vi_VN/vwii/sidebar.md' : '/translations/vi_VN/docs/user-guide/vwii/sidebar.md',
'/vi_VN/vwii/browser-exploit' : '/translations/vi_VN/docs/user-guide/vwii/browser-exploit.md',
// Troubleshooting
'/vi_VN/recover-mii-channel' : '/translations/vi_VN/docs/troubleshooting/recover-mii-channel.md',
'/vi_VN/recover-ios' : '/translations/vi_VN/docs/troubleshooting/recover-ios.md',
'/vi_VN/ios-folders' : '/translations/vi_VN/docs/troubleshooting/ios-folders.md',
'/vi_VN/common-issues-fixes' : '/translations/vi_VN/docs/troubleshooting/common-issues-fixes.md',
'/vi_VN/fix-errcode-112-1037' : '/translations/vi_VN/docs/troubleshooting/fix-errcode-112-1037.md',
// Extras
'/vi_VN/block-updates' : '/translations/vi_VN/docs/extras/block-updates.md',
'/vi_VN/dump-games' : '/translations/vi_VN/docs/extras/dump-games.md',
'/vi_VN/dump-wii-games' : '/translations/vi_VN/docs/extras/dump-wii-games.md',
'/vi_VN/unblock-updates' : '/translations/vi_VN/docs/extras/unblock-updates.md',
'/vi_VN/uninstall-cbhc' : '/translations/vi_VN/docs/extras/uninstall-cbhc.md',
'/vi_VN/faq' : '/translations/vi_VN/docs/extras/faq.md',
'/vi_VN/find-wiiu-ip-address' : '/translations/vi_VN/docs/extras/find-wiiu-ip-address.md',
// About
'/vi_VN/about' : '/translations/vi_VN/docs/extras/about.md',
// Privacy Policy
'/vi_VN/privacy-policy' : '/translations/vi_VN/docs/privacy/privacy-policy',
},
// NAVIGATION
// -----------------------------------------------------------------
auto2top : true,
maxLevel : 4,
subMaxLevel: 4,
// PLUGINS
// -----------------------------------------------------------------
executeScript: true,
search: {
depth : 3,
noData : 'No results!',
placeholder: 'Search...'
},
themeable : {
readyTransition : true,
responsiveTables: true
},
tabs: {
persist : true,
sync : true
}
};
</script>
<script src="docs/assets/js/main.js"></script>
<script src="docs/assets/js/docsify-pagination.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify@4"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-themeable@0"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-tabs@latest"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-copy-code@2"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/external-script.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/search.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/zoom-image.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script>
</body>
</html>