Jack Humbert 8 年之前
父節點
當前提交
0cd8eb02c7
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      book.json
  2. 二進制
      favicon.png

+ 3 - 2
book.json

@@ -2,7 +2,7 @@
     "structure": {
         "readme": "Home.md"
     },
-    "plugins" : ["toolbar", "edit-link"],
+    "plugins" : ["toolbar", "edit-link", "custom-favicon"],
     "pluginsConfig": {
             "edit-link": {
                 "base": "https://github.com/qmk/qmk_firmware_docs/edit/master",
@@ -17,6 +17,7 @@
                     "url": "https://github.com/qmk/qmk_firmware"
                 }
             ]
-        }
+        },
+        "favicon": "/favicon.png"
     }
 }

二進制
favicon.png