docs: Add docs about output format linking

Fixes #3301
Fixes #3302
This commit is contained in:
Bjørn Erik Pedersen
2017-04-08 16:33:20 +02:00
parent 2874fc75ce
commit 9ebbf1b054
3 changed files with 47 additions and 8 deletions

View File

@@ -77,7 +77,8 @@
"Protocol": "",
"IsPlainText": false,
"IsHTML": true,
"NoUgly": false
"NoUgly": false,
"NotAlternative": false
},
{
"MediaType": "text/css+css",
@@ -88,7 +89,8 @@
"Protocol": "",
"IsPlainText": true,
"IsHTML": false,
"NoUgly": false
"NoUgly": false,
"NotAlternative": true
},
{
"MediaType": "text/csv+csv",
@@ -99,7 +101,8 @@
"Protocol": "",
"IsPlainText": true,
"IsHTML": false,
"NoUgly": false
"NoUgly": false,
"NotAlternative": false
},
{
"MediaType": "text/calendar+ics",
@@ -110,7 +113,8 @@
"Protocol": "webcal://",
"IsPlainText": true,
"IsHTML": false,
"NoUgly": false
"NoUgly": false,
"NotAlternative": false
},
{
"MediaType": "text/html+html",
@@ -121,7 +125,8 @@
"Protocol": "",
"IsPlainText": false,
"IsHTML": true,
"NoUgly": false
"NoUgly": false,
"NotAlternative": false
},
{
"MediaType": "application/json+json",
@@ -132,7 +137,8 @@
"Protocol": "",
"IsPlainText": true,
"IsHTML": false,
"NoUgly": false
"NoUgly": false,
"NotAlternative": false
},
{
"MediaType": "application/rss+xml",
@@ -143,7 +149,8 @@
"Protocol": "",
"IsPlainText": false,
"IsHTML": false,
"NoUgly": true
"NoUgly": true,
"NotAlternative": false
}
],
"layouts": [