{
	"plugins": [
		"plugins/markdown"
	],
	"templates": {
		"cleverLinks": true
	},
	"opts": {
		"template": "templates/default",
		"encoding": "utf8",
		"destination": "./docs/",
		"readme": "./README.md"
	}
}