{
    "//": "The source and destination paths are relative to this file.",
    "source": "./stylesheets",
  
    "//": "The css and js paths are URLs relative to the generated style guide.",
    "css": [
      "../dist/styleguide.css"
    ],
    "js": [
      "//ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js",
      "../build/assets/scripts/all.js"
    ],
  
    "title": "Avvo Styleguide",
    "homepage": "styleguide.md",
    "verbose": true  
}