{
  "tags": {
    "allowUnknownTags": true,
    "dictionaries": ["jsdoc", "closure"]
  },
  "source": {
    "include": [ ],
    "includePattern": ".+\\.js(doc)?$",
    "excludePattern": "(^|\\/|\\\\)_"
  },

  "plugins": [
    "plugins/markdown"
  ],

  "templates": {
    "cleverLinks": false,
    "monospaceLinks": false,
    "highlightTutorialCode" : true,

    "default": {
      "staticFiles": {
        "include": ["./docs/img"]
      }
    }
  },

  "opts": {
    "template": "./node_modules/postman-jsdoc-theme",
    "encoding": "utf8",
    "destination": "./out/docs",
    "recurse": true,
    "readme": "README.md"
  },

  "markdown": {
    "parser": "gfm",
    "hardwrap": false
  }
}
