reactioncommerce/redoc

View on GitHub
jsdoc-conf.json

Summary

Maintainability
Test Coverage
{
  "tags": {
    "allowUnknownTags": true,
    "dictionaries": ["jsdoc"]
  },
  "source": {
    "include": ["common", "server", "client", "tests"],
    "exclude": ["lib", ".meteor", "docs", "private", "node_modules"],
    "includePattern": ".+\\.js(doc)?$",
    "excludePattern": "(^|\\/|\\\\)_"
  },
  "plugins": ["plugins/markdown"],
  "markdown": {
    "parser": "gfm"
  },
  "templates": {
    "cleverLinks": true,
    "monospaceLinks": false
  },
  "opts": {
    "template": "templates/default",
    "encoding": "utf8",
    "destination": "../docs/",
    "recurse": true
  }
}