book.json 767 B

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