summaryrefslogtreecommitdiffstats
path: root/docs/data/docs.json
diff options
context:
space:
mode:
authorJames <jloh@users.noreply.github.com>2017-05-18 15:55:15 +1000
committerAlbert Nigmatzianov <albertnigma@gmail.com>2017-05-18 07:55:15 +0200
commite92ce83d5e8837190511f5a73323e49eeb8466cd (patch)
treec3d7a969fccb4781d4984e80181202d0d0470bf9 /docs/data/docs.json
parent4c427f6aaa2c7ee80b7694573e62315d109e0811 (diff)
docs: Update references to JSON
Looks like this was a bad copy/paste where CSV should've been JSON
Diffstat (limited to 'docs/data/docs.json')
-rw-r--r--docs/data/docs.json12
1 files 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"
]
},
{