{
  "tags": {
    "allowUnknownTags": false
  },
  "source": {
    "include": ["src/browser"],
    "includePattern": "\/utils",
    "excludePattern": "(node_modules/|docs)"
  },
  "opts": {
    "template": "node_modules/docdash",
    "encoding": "utf8",
    "destination": "docs/",
    "recurse": true
  },
  "templates": {
    "cleverLinks": false,
    "monospaceLinks": false
  },
  "plugins": ["plugins/markdown"]
}
