You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
634 B

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
  1. {
  2. "structure": {
  3. "readme": "home.md",
  4. "summary": "_summary.md"
  5. },
  6. "plugins" : ["toolbar", "edit-link", "anchors"],
  7. "pluginsConfig": {
  8. "edit-link": {
  9. "base": "https://github.com/qmk/qmk_firmware/edit/master/docs",
  10. "label": "Suggest an edit"
  11. },
  12. "toolbar": {
  13. "buttons":
  14. [
  15. {
  16. "label": "QMK Firmware",
  17. "icon": "fa fa-github",
  18. "url": "https://github.com/qmk/qmk_firmware"
  19. }
  20. ]
  21. }
  22. },
  23. "root": "./docs/"
  24. }