{
  "src": [
    "./lib/**/*.js",
    "./README.md",
    "./FAQ.md",
    "./CHANGELOG.md"
  ],
  "dest": "./docs",
  "jsdoc": {
    "allowUnknownTags": true,
    "hierarchy": true,
    "recurse": true
  },
  "app": {
    "title": "Mini-service documentation",
    "base": "/mini-service",
    "server": "github"
  },
  "template": {
    "path": "default",
    "options": {
      "title": "mini-service",
      "outline": "tree",
      "navItems": [{
        "iconClass": "glyphicon glyphicon-map-marker",
        "label": "Welcome",
        "href": "?content=readme"
      }, {
        "iconClass": "glyphicon glyphicon-book",
        "label": "API Reference",
        "href": "?api"
      }, {
        "iconClass": "glyphicon glyphicon-fire",
        "label": "Changelog",
        "href": "?content=changelog"
      }, {
        "iconClass": "glyphicon glyphicon-question-sign",
        "label": "F.A.Q.",
        "href": "?content=faq"
      }, {
        "iconClass": "ico-md ico-github",
        "label": "GitHub",
        "href": "https://github.com/feugy/mini-service",
        "target": "_blank"
      }]
    }
  }
}