docs: Update references to JSON
authorJames <jloh@users.noreply.github.com>
Thu, 18 May 2017 05:55:15 +0000 (15:55 +1000)
committerAlbert Nigmatzianov <albertnigma@gmail.com>
Thu, 18 May 2017 05:55:15 +0000 (07:55 +0200)
Looks like this was a bad copy/paste where CSV should've been JSON

docs/data/docs.json

index ece2432559170d4fc379c78ed6c90f865f546cb7..e4f85e9fadc7502bfeff64c773d8ac1f9969547b 100644 (file)
       },
       {
         "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"
         ]
       },
       {