{
  "source": {
    "include": ["index.js", "lib"],
    "includePattern": ".+\\.js(doc)?$"
  },
  "opts": {
    "recurse": true,
    "destination": "../yeoman-generator-doc/"
  },
  "plugins": [
    "plugins/markdown"
  ]
}
