aboutsummaryrefslogtreecommitdiffstats
path: root/build_layout.mk
Commit message (Expand)AuthorAgeFilesLines
* Add a mechanism for force building a particular community layout (#5027)zvecr2019-02-141-0/+9
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-231-0/+18
a id='n41' href='#n41'>41 42 43 44 45 46
{
    "structure": {
        "summary": "_summary.md"
    },
    "plugins" : [
      "edit-link",
      "forkmegithub",
      "hints",
      "page-toc",
      "terminal",
      "toolbar",
      "bulk-redirect"
    ],
    "pluginsConfig": {
      "edit-link": {
        "base": "https://github.com/qmk/qmk_firmware/edit/master/docs",
        "label": "Suggest an edit"
      },
      "forkmegithub": {
        "color": "red",
        "url": "https://github.com/qmk/qmk_firmware"
      },
      "page-toc": {
        "selector": ".markdown-section h1, .markdown-section h2"
      },
      "terminal": {
        "copyButtons": true,
        "fade": false,
        "style": "flat"
      },
      "toolbar": {
        "buttons": [
          {
            "label": "QMK Firmware",
            "icon": "fa fa-github",
            "url": "https://github.com/qmk/qmk_firmware"
          }
        ]
      }, 
      "bulk-redirect": {
          "basepath": "/",
          "redirectsFile": "docs/redirects.json"
      }
    },
    "root": "./docs/"
}