Skip to content

Commit

Permalink
docs: Regenerate docs helper
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed May 2, 2019
1 parent b1d438e commit cee181c
Showing 1 changed file with 40 additions and 31 deletions.
71 changes: 40 additions & 31 deletions docs/data/docs.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1498,6 +1498,30 @@
}, },
"output": { "output": {
"formats": [ "formats": [
{
"MediaType": "text/html",
"name": "HTML",
"mediaType": {
"type": "text/html",
"string": "text/html",
"mainType": "text",
"subType": "html",
"delimiter": ".",
"suffixes": [
"html"
]
},
"path": "",
"baseName": "index",
"rel": "canonical",
"protocol": "",
"isPlainText": false,
"isHTML": true,
"noUgly": false,
"notAlternative": false,
"permalinkable": true,
"weight": 10
},
{ {
"MediaType": "text/html", "MediaType": "text/html",
"name": "AMP", "name": "AMP",
Expand All @@ -1519,7 +1543,8 @@
"isHTML": true, "isHTML": true,
"noUgly": false, "noUgly": false,
"notAlternative": false, "notAlternative": false,
"permalinkable": true "permalinkable": true,
"weight": 0
}, },
{ {
"MediaType": "text/css", "MediaType": "text/css",
Expand All @@ -1542,7 +1567,8 @@
"isHTML": false, "isHTML": false,
"noUgly": false, "noUgly": false,
"notAlternative": true, "notAlternative": true,
"permalinkable": false "permalinkable": false,
"weight": 0
}, },
{ {
"MediaType": "text/csv", "MediaType": "text/csv",
Expand All @@ -1565,7 +1591,8 @@
"isHTML": false, "isHTML": false,
"noUgly": false, "noUgly": false,
"notAlternative": false, "notAlternative": false,
"permalinkable": false "permalinkable": false,
"weight": 0
}, },
{ {
"MediaType": "text/calendar", "MediaType": "text/calendar",
Expand All @@ -1588,30 +1615,8 @@
"isHTML": false, "isHTML": false,
"noUgly": false, "noUgly": false,
"notAlternative": false, "notAlternative": false,
"permalinkable": false "permalinkable": false,
}, "weight": 0
{
"MediaType": "text/html",
"name": "HTML",
"mediaType": {
"type": "text/html",
"string": "text/html",
"mainType": "text",
"subType": "html",
"delimiter": ".",
"suffixes": [
"html"
]
},
"path": "",
"baseName": "index",
"rel": "canonical",
"protocol": "",
"isPlainText": false,
"isHTML": true,
"noUgly": false,
"notAlternative": false,
"permalinkable": true
}, },
{ {
"MediaType": "application/json", "MediaType": "application/json",
Expand All @@ -1634,7 +1639,8 @@
"isHTML": false, "isHTML": false,
"noUgly": false, "noUgly": false,
"notAlternative": false, "notAlternative": false,
"permalinkable": false "permalinkable": false,
"weight": 0
}, },
{ {
"MediaType": "text/plain", "MediaType": "text/plain",
Expand All @@ -1657,7 +1663,8 @@
"isHTML": false, "isHTML": false,
"noUgly": false, "noUgly": false,
"notAlternative": false, "notAlternative": false,
"permalinkable": false "permalinkable": false,
"weight": 0
}, },
{ {
"MediaType": "application/rss+xml", "MediaType": "application/rss+xml",
Expand All @@ -1680,7 +1687,8 @@
"isHTML": false, "isHTML": false,
"noUgly": true, "noUgly": true,
"notAlternative": false, "notAlternative": false,
"permalinkable": false "permalinkable": false,
"weight": 0
}, },
{ {
"MediaType": "application/xml", "MediaType": "application/xml",
Expand All @@ -1703,7 +1711,8 @@
"isHTML": false, "isHTML": false,
"noUgly": true, "noUgly": true,
"notAlternative": false, "notAlternative": false,
"permalinkable": false "permalinkable": false,
"weight": 0
} }
], ],
"layouts": [ "layouts": [
Expand Down

0 comments on commit cee181c

Please sign in to comment.