{
    "tags": {
        "allowUnknownTags": false
    },
    "source": {
        "include": "src",
        "includePattern": ".js$",
        "excludePattern": "(node_modules/|docs)"
    },
    "plugins": [
        "plugins/markdown"
    ],
    "opts": {
        "template": "node_modules/docdash",
        "encoding": "utf8",
        "destination": "docs/",
        "recurse": true,
        "verbose": true
    },
    "docdash": {
        "static": true,  // Display the static members inside the navbar
        "sort": true,     // Sort the methods in the navbar
        "home": "Main page"
    },
    "templates": {
        "cleverLinks": false,
        "monospaceLinks": false
    }
}
