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.

39 lines
865 B

7 years ago
  1. {
  2. "structure": {
  3. "summary": "_summary.md"
  4. },
  5. "plugins" : [
  6. "anchors",
  7. "edit-link",
  8. "forkmegithub",
  9. "git-author",
  10. "hints",
  11. "numbered-headings",
  12. "page-toc",
  13. "terminal",
  14. "toolbar"
  15. ],
  16. "pluginsConfig": {
  17. "edit-link": {
  18. "base": "https://github.com/qmk/qmk_firmware/edit/master/docs",
  19. "label": "Suggest an edit"
  20. },
  21. "forkmegithub": {
  22. "color": "red",
  23. "url": "https://github.com/qmk/qmk_firmware"
  24. },
  25. "page-toc": {
  26. "selector": ".markdown-section h1, .markdown-section h2"
  27. },
  28. "toolbar": {
  29. "buttons": [
  30. {
  31. "label": "QMK Firmware",
  32. "icon": "fa fa-github",
  33. "url": "https://github.com/qmk/qmk_firmware"
  34. }
  35. ]
  36. }
  37. },
  38. "root": "./docs/"
  39. }