book.json 950 B

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