book.json 619 B

1234567891011121314151617181920212223
  1. {
  2. "structure": {
  3. "readme": "Home.md"
  4. },
  5. "plugins" : ["toolbar", "edit-link", "custom-favicon"],
  6. "pluginsConfig": {
  7. "edit-link": {
  8. "base": "https://github.com/qmk/qmk_firmware_docs/edit/master",
  9. "label": "Suggest an edit"
  10. },
  11. "toolbar": {
  12. "buttons":
  13. [
  14. {
  15. "label": "QMK Firmware",
  16. "icon": "fa fa-github",
  17. "url": "https://github.com/qmk/qmk_firmware"
  18. }
  19. ]
  20. },
  21. "favicon": "/favicon.png"
  22. }
  23. }