summary refs log tree commit diff
path: root/docs/index.html
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-11-29 09:14:04 +1100
committerJoel Challis <git@zvecr.com>2019-11-28 22:14:04 +0000
commit7164e8eeb530e02cb7b648db81907cf941c23257 (patch)
tree170b6f8b45ed0682a7084cc6253cfee2d34cc80f /docs/index.html
parentf9521ffa21c71ed1d5c5e3c72a0d193594d0430f (diff)
Add yet another dictionary for the QMK Firmware docs sidebar heading (#7504)
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html
index d20fbd64a0..5ca0fa6fab 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -21,7 +21,7 @@
   <div id="app"></div>
   <script>
     window.$docsify = {
-      alias : {
+      alias: {
         '/en/(.*)': '/$1',
         '/en-us/(.*)': '/$1',
         '/en-gb/(.*)': '/$1',
@@ -29,7 +29,16 @@
       },
       basePath: '/',
       name: 'QMK Firmware',
-      nameLink: '/',
+      nameLink: {
+        '/de/': '/#/de/',
+        '/es/': '/#/es/',
+        '/fr-fr/': '/#/fr-fr/',
+        '/he-il/': '/#/he-il/',
+        '/ja/': '/#/ja/',
+        '/ru-ru/': '/#/ru-ru/',
+        '/zh-cn/': '/#/zh-cn/',
+        '/': '/#/'
+      },
       repo: 'qmk/qmk_firmware',
       loadSidebar: '_summary.md',
       loadNavbar: '_langs.md',