{
  "tags": {
    "allowUnknownTags": true
  },
  "source": {
    "include": [
      "lib",
      "README.md",
      "index.js"
    ],
    "excludePattern": "(node_modules/|docs)"
  },
  "opts": {
    "template": "node_modules/docdash",
    "encoding": "utf8",
    "destination": "docs",
    "recurse": true,
    "verbose": true
  },
  "templates": {
    "cleverLinks": false,
    "monospaceLinks": false
  },
  "docdash": {
    "static": true,
    "sort": true,
    "search": false,
    "collapse": true,
    "typedefs": true,
    "removeQuotes": "none",
    "menu": {
      "Source code": {
        "href": "https://github.com/mpashkovskiy/express-oas-generator",
        "target": "_blank",
        "class": "menu-item"
      },
      "Issues": {
        "href": "https://github.com/mpashkovskiy/express-oas-generator/issues",
        "target": "_blank",
        "class": "menu-item"
      }
    }
  }
}
