{
    "tags": {
        "allowUnknownTags": true
    },
    "source": {
        "includePattern": ".+\\.js(doc)?$",
        "excludePattern": "(^|\\/|\\\\)_"
    },
    "plugins": [
        "plugins/markdown"
    ],
    "markdown": {
        "parser": "gfm",
        "hardwrap": true
    },
    "opts": {
        "lenient": false
    },
    "templates": {
        "cleverLinks": true,
        "monospaceLinks": false,
        "systemName"      : "Wix openapi-node",
        "footer"          : "<a href='http://dev.wix.com'>Wix Developer Center</a>",
        "copyright"       : "2014, Wix",
        "navType"         : "vertical",
        "theme"           : "spacelab",
        "linenums"        : false,
        "collapseSymbols" : false,
        "inverseNav"      : false
    }
}