2
0

book.json 906 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "structure": {
  3. "summary": "_summary.md"
  4. },
  5. "plugins" : [
  6. "edit-link",
  7. "forkmegithub",
  8. "hints",
  9. "page-toc",
  10. "terminal",
  11. "toolbar"
  12. ],
  13. "pluginsConfig": {
  14. "edit-link": {
  15. "base": "https://github.com/qmk/qmk_firmware/edit/master/docs",
  16. "label": "Suggest an edit"
  17. },
  18. "forkmegithub": {
  19. "color": "red",
  20. "url": "https://github.com/qmk/qmk_firmware"
  21. },
  22. "page-toc": {
  23. "selector": ".markdown-section h1, .markdown-section h2"
  24. },
  25. "terminal": {
  26. "copyButtons": true,
  27. "fade": false,
  28. "style": "flat"
  29. },
  30. "toolbar": {
  31. "buttons": [
  32. {
  33. "label": "QMK Firmware",
  34. "icon": "fa fa-github",
  35. "url": "https://github.com/qmk/qmk_firmware"
  36. }
  37. ]
  38. }
  39. },
  40. "root": "./docs/"
  41. }