{
  "tags": {
    "allowUnknownTags": ["category"]
  },
  "source": {
    "include": ["."],
    "includePattern": ".js$",
    "excludePattern": "(node_modules/|docs|dist/)"
  },
  "plugins": ["plugins/markdown", "node_modules/better-docs/category"],
  "opts": {
    "encoding": "utf8",
    "destination": "docs/",
    "readme": "docs-src/home.md",
    "recurse": true,
    "verbose": true,
    "tutorials": false,
    "template": "./docs-src",
    "sitemapRoot": "https://developers.quintype.com/quintype-node-seo"
  },
  "sourceType": "module",
  "templates": {
    "cleverLinks": false,
    "monospaceLinks": false,
    "default": {
      "includeDate": false
    },
    "better-docs": {
      "name": "@quintype/seo",
      "logo": "https://images.assettype.com/quintype-website/2018-10/013e8cbe-92b4-435f-bbbb-3e101efbc99a/quintype_logo.png?w=180",
      "trackingCode": "<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');ga('create', 'UA-66074042-1', 'auto');ga('send', 'pageview');</script>",
      "navigation": [
        {
          "label": "Github",
          "href": "https://github.com/quintype/quintype-node-seo"
        }
      ]
    }
  }
}
