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.

46 lines
1.0 KiB

7 years ago
  1. {
  2. "structure": {
  3. "summary": "_summary.md"
  4. },
  5. "plugins" : [
  6. "edit-link",
  7. "forkmegithub",
  8. "hints",
  9. "page-toc",
  10. "terminal",
  11. "toolbar",
  12. "bulk-redirect"
  13. ],
  14. "pluginsConfig": {
  15. "edit-link": {
  16. "base": "https://github.com/qmk/qmk_firmware/edit/master/docs",
  17. "label": "Suggest an edit"
  18. },
  19. "forkmegithub": {
  20. "color": "red",
  21. "url": "https://github.com/qmk/qmk_firmware"
  22. },
  23. "page-toc": {
  24. "selector": ".markdown-section h1, .markdown-section h2"
  25. },
  26. "terminal": {
  27. "copyButtons": true,
  28. "fade": false,
  29. "style": "flat"
  30. },
  31. "toolbar": {
  32. "buttons": [
  33. {
  34. "label": "QMK Firmware",
  35. "icon": "fa fa-github",
  36. "url": "https://github.com/qmk/qmk_firmware"
  37. }
  38. ]
  39. },
  40. "bulk-redirect": {
  41. "basepath": "/",
  42. "redirectsFile": "docs/redirects.json"
  43. }
  44. },
  45. "root": "./docs/"
  46. }