book.json 726 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "structure": {
  3. "summary": "_summary.md"
  4. },
  5. "plugins" : [
  6. "anchors",
  7. "edit-link",
  8. "toolbar"
  9. ],
  10. "pluginsConfig": {
  11. "edit-link": {
  12. "base": "https://github.com/qmk/qmk_firmware/edit/master/docs",
  13. "label": "Suggest an edit"
  14. },
  15. "forkmegithub": {
  16. "color": "darkblue",
  17. "url": "https://github.com/qmk/qmk_firmware"
  18. },
  19. "etoc": {
  20. "maxdepth": 3,
  21. "notoc": true
  22. },
  23. "toolbar": {
  24. "buttons": [
  25. {
  26. "label": "QMK Firmware",
  27. "icon": "fa fa-github",
  28. "url": "https://github.com/qmk/qmk_firmware"
  29. }
  30. ]
  31. }
  32. },
  33. "root": "./docs/"
  34. }