book.json 394 B

123456789101112131415161718
  1. {
  2. "structure": {
  3. "readme": "Home.md"
  4. },
  5. "plugins" : ["plugin-toolbar"],
  6. "pluginsConfig": {
  7. "toolbar": {
  8. "buttons":
  9. [
  10. {
  11. "label": "QMK Firmware",
  12. "icon": "fa fa-github",
  13. "url": "https://github.com/qmk/qmk_firmware"
  14. }
  15. ]
  16. }
  17. }
  18. }