summaryrefslogtreecommitdiff
path: root/book.json
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-01-05 02:11:24 +0000
committerGitHub <noreply@github.com>2022-01-04 18:11:24 -0800
commit1c1e6fa47df8d1dc094973929afdfd1ca9333150 (patch)
treebe5134db191f468f899d6c42ad5380c050ccc16c /book.json
parent550c9a315f146bc30fc828726d977f3f41477d52 (diff)
Remove stale docs translations (#15737)
Diffstat (limited to 'book.json')
-rw-r--r--book.json46
1 files changed, 0 insertions, 46 deletions
diff --git a/book.json b/book.json
deleted file mode 100644
index 79206bf35a..0000000000
--- a/book.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "structure": {
- "summary": "_summary.md"
- },
- "plugins" : [
- "edit-link",
- "forkmegithub",
- "hints",
- "page-toc",
- "terminal",
- "toolbar",
- "bulk-redirect"
- ],
- "pluginsConfig": {
- "edit-link": {
- "base": "https://github.com/qmk/qmk_firmware/edit/master/docs",
- "label": "Suggest an edit"
- },
- "forkmegithub": {
- "color": "red",
- "url": "https://github.com/qmk/qmk_firmware"
- },
- "page-toc": {
- "selector": ".markdown-section h1, .markdown-section h2"
- },
- "terminal": {
- "copyButtons": true,
- "fade": false,
- "style": "flat"
- },
- "toolbar": {
- "buttons": [
- {
- "label": "QMK Firmware",
- "icon": "fa fa-github",
- "url": "https://github.com/qmk/qmk_firmware"
- }
- ]
- },
- "bulk-redirect": {
- "basepath": "/",
- "redirectsFile": "docs/redirects.json"
- }
- },
- "root": "./docs/"
-}