From e92ce83d5e8837190511f5a73323e49eeb8466cd Mon Sep 17 00:00:00 2001 From: James Date: Thu, 18 May 2017 15:55:15 +1000 Subject: [PATCH] docs: Update references to JSON Looks like this was a bad copy/paste where CSV should've been JSON --- docs/data/docs.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/data/docs.json b/docs/data/docs.json index ece243255..e4f85e9fa 100644 --- a/docs/data/docs.json +++ b/docs/data/docs.json @@ -191,13 +191,13 @@ }, { "Example": "JSON regular, \"type: demotype\" in front matter.", - "OutputFormat": "CSV", - "Suffix": "csv", + "OutputFormat": "JSON", + "Suffix": "json", "Template Lookup Order": [ - "layouts/demotype/single.csv.csv", - "layouts/demotype/single.csv", - "layouts/_default/single.csv.csv", - "layouts/_default/single.csv" + "layouts/demotype/single.json.json", + "layouts/demotype/single.json", + "layouts/_default/single.json.json", + "layouts/_default/single.json" ] }, {