{
  "tags": {
    "allowUnknownTags": true
  },
  "source": {
    "include": ["src/", "./README.md"]
  },
  "plugins": ["plugins/markdown"],
  "opts": {
    "encoding": "utf8",
    "template": "./node_modules/docdash",
    "destination": "./docs/documentation/",
    "recurse": true,
    "verbose": true
  },
  "markdown": {
    "parser": "gfm",
    "hardwrap": true,
    "idInHeadings": true
  },
  "templates": {
    "cleverLinks": false,
    "monospaceLinks": false,
    "default": {
      "outputSourceFiles": true,
      "includeDate": false,
      "useLongnameInNav": true
    }
  },
  "docdash": {
    "static": true,
    "sort": true,
    "meta": {
      "title": "DigleTTK",
      "description": "",
      "keyword": "medical, imaging, dicom, webgl"
    },
    "search": true,
    "collapse": true,
    "typedefs": true,
    "removeQuotes": "none",
    "scripts": [],
    "menu": {
      "Github repo": {
        "href": "https://github.com/dvisionlab/DigletTK",
        "target": "_blank",
        "class": "menu-item",
        "id": "repository"
      }
    }
  }
}
