{
  "source": "./src",
  "destination": "./esdoc",
  "includes": ["\\.js$"],
  "plugins": [
    {
      "name": "esdoc-standard-plugin",
      "option": {
        "accessor": {"access": ["public"]},
        "brand": {
          "title": "Reach",
          "repository": "https://github.com/webcom-components/reach"
        },
        "manual": {
          "index": "./manual/index.md",
          "globalIndex": false,
          "files": [
            "./manual/design.md",
            "./manual/installation.md",
            "./manual/usage.md",
            "./manual/tutorial.md",
            "./manual/configuration/index.md",
            "./manual/example.md",
            "./manual/faq.md",
            "./CONTRIBUTING.md",
            "./manual/changelog.md"
          ]
        }
      }
    }
  ]
}
