{
	"tags"      : {
		"allowUnknownTags" : true
	},
	"plugins"   : ["plugins/markdown"],

	"templates" : {
		"cleverLinks"           : false,
		"monospaceLinks"        : false,
		"dateFormat"            : "ddd MMM Do YYYY",
		"outputSourceFiles"     : true,
		"outputSourcePath"      : true,
		"systemName"            : "KineticJS",
		"footer"                : "",
		"copyright"             : "KineticJS Copyright © 2015 The contributors to the KineticJS project.",
		"navType"               : "vertical",
		"theme"                 : "cosmo",
		"linenums"              : true,
		"collapseSymbols"       : false,
		"inverseNav"            : true,
		"highlightTutorialCode" : true,
	  	"analytics" : {
		  "ua" : "UA-54202824-2",
		  "domain" : "http://lavrton.github.io/KineticJS"
		}
	},
	"markdown"  : {
		"parser"   : "gfm",
		"hardwrap" : true
	}
}
