aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/book.json23
1 files changed, 0 insertions, 23 deletions
diff --git a/docs/book.json b/docs/book.json
deleted file mode 100644
index 61f57ad28..000000000
--- a/docs/book.json
+++ /dev/null
@@ -1,23 +0,0 @@
1{
2 "structure": {
3 "readme": "Home.md"
4 },
5 "plugins" : ["toolbar", "edit-link", "anchors"],
6 "pluginsConfig": {
7 "edit-link": {
8 "base": "https://github.com/qmk/qmk_firmware_docs/edit/master",
9 "label": "Suggest an edit"
10 },
11 "toolbar": {
12 "buttons":
13 [
14 {
15 "label": "QMK Firmware",
16 "icon": "fa fa-github",
17 "url": "https://github.com/qmk/qmk_firmware"
18 }
19 ]
20 }
21 }
22 "root": "./docs/"
23}