{
  "src": ["./lib/index.js", "./README.md", "./CONTRIBUTING.md"],
  "dest": "./docs",
  "jsdoc": {
    "package": true,
    "access": "all"
  },
  "app": {
    "entrance": "content:readme",
    "server": "github",
    "base": "/dragonbinder"
  },
  "template": {
    "path": "zebra",
    "options": {
      "title": {
        "label": "Dragonbinder",
        "href": "/dragonbinder"
      },
      "sidebar": {
        "enabled": true,
        "outline": "tree",
        "collapsed": false,
        "toolbar": true,
        "itemsFolded": false,
        "itemsOverflow": "crop",
        "badges": true,
        "search": true,
        "animations": true
      },
      "symbols": {
        "autoLink": true,
        "params": "list",
        "enums": "list",
        "props": "list",
        "meta": false
      },
      "contentView": {
        "bookmarks": "h1,h2,h3",
        "faLibs": "all",
        "faVersion": "5.8.1"
      },
      "navbar": {
        "enabled": true,
        "dark": true,
        "animations": true,
        "menu": [
          {
            "label": "API",
            "iconClass": "fas fa-book",
            "href": "./?api"
          },
          {
            "label": "Contributing",
            "iconClass": "fas fa-code-branch",
            "href": "./?content=contributing"
          },
          {
            "label": "NPM",
            "iconClass": "fab fa-npm",
            "href": "https://www.npmjs.com/package/dragonbinder",
            "target": "_blank"
          },
          {
            "label": "GitHub",
            "iconClass": "fab fa-github",
            "href": "https://github.com/Masquerade-Circus/dragonbinder",
            "target": "_blank"
          }
        ]
      }
    }
  }
}
