{
	"name": "Style Guide",
	"config": {
		"watch": true,
		"minify": true,
		"enhanceTypography": true,
		"removeIndex": true,
		"removeTrailingSlashes": true,
		"removeExtensions": false,
		"paths": {
			"content": "content",
			"helpers": "helpers",
			"partials": "partials",
			"target": "../../../public/guide/",
			"templates": "templates"
		}
	},
	"env": {
		"default": {},
		"prod": {}
	},
	"data": {
		"heading": "Style Guide"
	},
	"sections": {
		"general": {
			"name": "General",
			"template": "default",
			"target": "index.html",
			"contentRoot": "general",
			"content": [
				"brand-colors.md",
				"notice-colors.md",
				"grayscale.md",
				"*.md"
			]
		},
		"elements": {
			"name": "Elements",
			"template": "default",
			"target": "elements.html",
			"content": "elements/*.md"
		},
		"forms": {
			"name": "Forms",
			"template": "default",
			"target": "forms.html",
			"content": "forms/*.md"
		},
		"lists": {
			"name": "Lists",
			"template": "default",
			"target": "lists.html",
			"content": "lists/*.md"
		},
		"typography": {
			"name": "Typography",
			"template": "default",
			"target": "typography.html",
			"contentRoot": "typography",
			"content": [
				"fonts.md",
				"icons.md",
				"headings.md",
				"paragraph.md",
				"inline.md",
				"*.md"
			]
		}
	}
}